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

Unified Diff: gyp/tests.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 | « gyp/skiaserve.gyp ('k') | gyp/tools.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/tests.gypi
diff --git a/gyp/tests.gypi b/gyp/tests.gypi
index b1ce798c0dcfd63ee105f34e362aee25f167e7e5..eb2b9c8a94ff2c832b223ec79ddf224547c2c5d1 100644
--- a/gyp/tests.gypi
+++ b/gyp/tests.gypi
@@ -35,17 +35,17 @@
[ 'not skia_pdf', {
'dependencies!': [ 'pdf.gyp:pdf', 'zlib.gyp:zlib' ],
'dependencies': [ 'pdf.gyp:nopdf' ],
- 'sources!': [ '<!@(python find.py ../tests "PDF*.c*")', ],
+ 'sources!': [ '<!@(python find.py "PDF*.c*" ../tests)', ],
}],
[ 'skia_gpu_extra_tests_path', {
'sources': [
- '<!@(python find.py <(skia_gpu_extra_tests_path) "*.c*")',
+ '<!@(python find.py "*.c*" <(skia_gpu_extra_tests_path))',
],
}],
],
'sources': [
'../tests/Test.h',
- '<!@(python find.py ../tests "*.c*")',
+ '<!@(python find.py "*.c*" ../tests)',
'../tools/debugger/SkDrawCommand.h',
'../tools/debugger/SkDrawCommand.cpp',
'../tools/debugger/SkDebugCanvas.h',
« no previous file with comments | « gyp/skiaserve.gyp ('k') | gyp/tools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698