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

Unified Diff: gyp/bench.gypi

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 | « gn/echo_headers.py ('k') | gyp/find.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/bench.gypi
diff --git a/gyp/bench.gypi b/gyp/bench.gypi
index 69e7086ca9be0f372afb2b171e26ae808e0ae10a..a58e66e09123fceb99c2da19dda122d2ea06735c 100644
--- a/gyp/bench.gypi
+++ b/gyp/bench.gypi
@@ -13,7 +13,7 @@
'../src/pdf',
'../src/utils',
],
- 'sources': [ '<!@(python find.py ../bench "*.cpp")' ],
+ 'sources': [ '<!@(python find.py "*.cpp" ../bench)' ],
'dependencies': [
'etc1.gyp:libetc1',
« no previous file with comments | « gn/echo_headers.py ('k') | gyp/find.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698