Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(206)

Unified Diff: gyp/SampleApp.gyp

Issue 348623006: Add GYP target for sk_tool_utils.* component. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | gyp/bench.gyp » ('j') | gyp/sk_tool_utils.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/SampleApp.gyp
diff --git a/gyp/SampleApp.gyp b/gyp/SampleApp.gyp
index abfc8b77f9ac26ffaa207584bdf75c18adfe00f7..ef47ed2a366423c320e0ac4d3b494f7f3b5da3c6 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
@@ -151,6 +148,7 @@
'lua.gyp:lua',
'pdf.gyp:pdf',
'resources.gyp:resources',
+ 'sk_tool_utils.gyp:sk_tool_utils',
'skia_lib.gyp:skia_lib',
'views.gyp:views',
'views_animated.gyp:views_animated',
« no previous file with comments | « no previous file | gyp/bench.gyp » ('j') | gyp/sk_tool_utils.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698