Index: gyp/SampleApp.gyp |
diff --git a/gyp/SampleApp.gyp b/gyp/SampleApp.gyp |
index 9ced81b98f57149e31f009c53ebc538467ffaf99..2bbabf938c700144df91870a30ff91be3ba66468 100644 |
--- a/gyp/SampleApp.gyp |
+++ b/gyp/SampleApp.gyp |
@@ -134,9 +134,6 @@ |
# Lua |
'../src/utils/SkLuaCanvas.cpp', |
'../src/utils/SkLua.cpp', |
- |
- # tools |
- '../tools/sk_tool_utils.cpp', |
], |
'sources!': [ |
'../samplecode/SampleSkLayer.cpp', #relies on SkMatrix44 which doesn't compile |
@@ -152,6 +149,7 @@ |
'pdf.gyp:pdf', |
'skia_lib.gyp:skia_lib', |
'tools.gyp:resources', |
+ 'tools.gyp:sk_tool_utils', |
'views.gyp:views', |
'views_animated.gyp:views_animated', |
'xml.gyp:xml', |