diff options
author | 2012-08-03 17:32:05 +0000 | |
---|---|---|
committer | 2012-08-03 17:32:05 +0000 | |
commit | a9e937c7b712b024de108fa963f92d0e70e4a296 (patch) | |
tree | b1b8e8959dc29738c475bc7a50356f87fd62bbc8 /gyp | |
parent | 200c211d34b11a4a988fc2549df3c17ae6875899 (diff) |
Moved the ownership of the current clip and current matrix into the debug canvas as part of the upcoming general refactor to everything living in debug canvas.
Review URL: https://codereview.appspot.com/6447077
git-svn-id: http://skia.googlecode.com/svn/trunk@4950 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/debugger.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/debugger.gyp b/gyp/debugger.gyp index f2c3fe956b..be3c79368e 100644 --- a/gyp/debugger.gyp +++ b/gyp/debugger.gyp @@ -19,6 +19,8 @@ '../debugger/QT/moc_SkDebuggerGUI.cpp', '../debugger/QT/moc_SkInspectorWidget.cpp', '../debugger/QT/moc_SkSettingsWidget.cpp', + '../debugger/QT/moc_SkRasterWidget.cpp', + '../debugger/QT/moc_SkGLWidget.cpp', '../debugger/QT/SkDebuggerGUI.cpp', '../debugger/QT/SkDebuggerGUI.h', '../debugger/QT/SkCanvasWidget.cpp', |