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

Unified Diff: gyp/tools.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/tests.gypi ('k') | gyp/viewer.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/tools.gyp
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index 7b936171fd4e5025d7776bb9e72fe7feda735ff5..b5ec80473ef7846329b11667e0fc46c5bdf446fa 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -116,7 +116,7 @@
'sources': [
'../tools/monobench.cpp',
'../bench/Benchmark.cpp',
- '<!@(python find.py ../bench "*Bench.cpp")',
+ '<!@(python find.py "*Bench.cpp" ../bench)',
],
'sources!': [
'../bench/GMBench.cpp',
« no previous file with comments | « gyp/tests.gypi ('k') | gyp/viewer.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698