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

Unified Diff: gyp/skiaserve.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/sfntly.gyp ('k') | gyp/tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/skiaserve.gyp
diff --git a/gyp/skiaserve.gyp b/gyp/skiaserve.gyp
index 079876ca28a78e955f6004a6a5047d48a2d44872..21712fcbbf8ce318053433e1ec0c493d0c319794 100644
--- a/gyp/skiaserve.gyp
+++ b/gyp/skiaserve.gyp
@@ -19,7 +19,7 @@
'../tools/debugger',
'../tools/json',
],
- 'sources': [
+ 'sources': [
# Stuff for the debug canvas
'../tools/debugger/SkDrawCommand.h',
'../tools/debugger/SkDrawCommand.cpp',
@@ -31,8 +31,7 @@
'../tools/debugger/SkObjectParser.cpp',
'../tools/debugger/SkOverdrawMode.h',
'../tools/debugger/SkOverdrawMode.cpp',
- '<!@(python find.py ../tools/skiaserve "*.cpp")',
- '<!@(python find.py ../tools/skiaserve/urlhandlers "*.cpp")',
+ '<!@(python find.py "*.cpp" ../tools/skiaserve ../tools/skiaserve/urlhandlers)',
],
'dependencies': [
'flags.gyp:flags',
« no previous file with comments | « gyp/sfntly.gyp ('k') | gyp/tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698