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

Unified Diff: gyp/nanomsg.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/icu.gyp ('k') | gyp/sfntly.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/nanomsg.gyp
diff --git a/gyp/nanomsg.gyp b/gyp/nanomsg.gyp
index 0f7eab11d1419c74a0cd6189bceebeb1b62f9705..b09bd42d7faa5f4e03eee00c85d3a7aac97cad55 100644
--- a/gyp/nanomsg.gyp
+++ b/gyp/nanomsg.gyp
@@ -26,7 +26,7 @@
},
'sources': [
- '<!@(python find.py ../third_party/externals/nanomsg/src "*.c")'
+ '<!@(python find.py "*.c" ../third_party/externals/nanomsg/src)'
],
# TODO(mtklein): Support Windows?
« no previous file with comments | « gyp/icu.gyp ('k') | gyp/sfntly.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698