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

Unified Diff: gyp/viewer.gyp

Issue 2205903004: GN: get echo-headers sources via exec_script (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: still needed for Mac Created 4 years, 4 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 | « gyp/tools.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/viewer.gyp
diff --git a/gyp/viewer.gyp b/gyp/viewer.gyp
index b2563ef5371d776ff478b7e45e8d2d5b3d7325ad..f94c87558e932af8967b9bed1ed91debccba2468 100644
--- a/gyp/viewer.gyp
+++ b/gyp/viewer.gyp
@@ -31,7 +31,7 @@
],
'sources': [
'../gm/gm.cpp',
- '<!@(python find.py ../tools/viewer "*.cpp")',
+ '<!@(python find.py "*.cpp" ../tools/viewer)',
# views (subset of files for the Android build)
'../src/views/SkEvent.cpp',
@@ -48,7 +48,7 @@
'sources!': [
'../samplecode/SampleSkLayer.cpp', #relies on SkMatrix44 which doesn't compile
'../samplecode/SampleFontCache.cpp', #relies on pthread.h
- ],
+ ],
'dependencies': [
'flags.gyp:flags',
'gputest.gyp:skgputest',
« no previous file with comments | « gyp/tools.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698