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

Unified Diff: gyp/gputest.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/gmslides.gypi ('k') | gyp/harfbuzz.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/gputest.gyp
diff --git a/gyp/gputest.gyp b/gyp/gputest.gyp
index 746fea180e7e6d86e51d9f02a489ba7229ecb61f..3bfd289b1a9367215596f060b2192c7d323acc0d 100644
--- a/gyp/gputest.gyp
+++ b/gyp/gputest.gyp
@@ -29,7 +29,7 @@
'skia_lib.gyp:skia_lib',
],
'sources': [
- '<!@(python find.py ../tools/gpu "*")'
+ '<!@(python find.py "*" ../tools/gpu)'
],
'conditions': [
[ 'skia_mesa', { 'dependencies': [ 'osmesa' ] } ],
« no previous file with comments | « gyp/gmslides.gypi ('k') | gyp/harfbuzz.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698