diff options
author | 2012-08-07 16:12:23 +0000 | |
---|---|---|
committer | 2012-08-07 16:12:23 +0000 | |
commit | 607357fde8a9c4c70549d4223e0bd1181b012e0e (patch) | |
tree | 6a470db5cdf3652b0680b237a1dcd9371638fe61 /gyp | |
parent | 9ddef9b6807101e989e18ca8da7737d81f412512 (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.gyp | 1 |
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', |