Index: gyp/tests.gyp |
diff --git a/gyp/tests.gyp b/gyp/tests.gyp |
index aacffc94350282afd30018bc5a0773f0b316300b..83cad6c806f5175bd734dc3de11490292d31f594 100644 |
--- a/gyp/tests.gyp |
+++ b/gyp/tests.gyp |
@@ -44,6 +44,7 @@ |
'../tests/ColorFilterTest.cpp', |
'../tests/ColorTest.cpp', |
'../tests/DataRefTest.cpp', |
+ '../tests/DebugCanvasTest.cpp', |
'../tests/DeferredCanvasTest.cpp', |
'../tests/DequeTest.cpp', |
'../tests/DrawBitmapRectTest.cpp', |
@@ -144,6 +145,7 @@ |
'experimental.gyp:experimental', |
'pdf.gyp:pdf', |
'tools.gyp:picture_utils', |
+ 'debugger.gyp:debugger_lib', |
], |
'conditions': [ |
[ 'skia_gpu == 1', { |