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

Unified Diff: gyp/fuzz.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/find.py ('k') | gyp/gmslides.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/fuzz.gyp
diff --git a/gyp/fuzz.gyp b/gyp/fuzz.gyp
index a2d1ade12a4d5b53f788560639ca6597605b4e6e..d96feec216842d2a1faf4f74e9f92a6609b01219 100644
--- a/gyp/fuzz.gyp
+++ b/gyp/fuzz.gyp
@@ -12,7 +12,7 @@
'SK_FUZZ_LOGGING',
],
'sources': [
- '<!@(python find.py ../fuzz "*.cpp")',
+ '<!@(python find.py "*.cpp" ../fuzz)',
'../tests/PathOpsDebug.cpp',
],
'dependencies': [
« no previous file with comments | « gyp/find.py ('k') | gyp/gmslides.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698