aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar chudy@google.com <chudy@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-07 16:12:23 +0000
committerGravatar chudy@google.com <chudy@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-07 16:12:23 +0000
commit607357fde8a9c4c70549d4223e0bd1181b012e0e (patch)
tree6a470db5cdf3652b0680b237a1dcd9371638fe61 /gyp
parent9ddef9b6807101e989e18ca8da7737d81f412512 (diff)
Refactoring into a public facing facing SkDebugger class first pass.
Review URL: https://codereview.appspot.com/6450096 git-svn-id: http://skia.googlecode.com/svn/trunk@4986 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/debugger.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/debugger.gyp b/gyp/debugger.gyp
index be3c79368e..8848832bb3 100644
--- a/gyp/debugger.gyp
+++ b/gyp/debugger.gyp
@@ -10,6 +10,7 @@
'../src/gpu', # To pull gl/GrGLUtil.h
],
'sources': [
+ '../debugger/debuggermain.cpp',
'../debugger/SkDebugCanvas.h',
'../debugger/SkDebugCanvas.cpp',
'../debugger/SkDebugger.cpp',