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

Unified Diff: gyp/icu.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/harfbuzz.gyp ('k') | gyp/nanomsg.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/icu.gyp
diff --git a/gyp/icu.gyp b/gyp/icu.gyp
index 4a985032c26d61b2145ef092b2b838626d4a11de..f1a89c798e67fa4248db6f446339ced26392c028 100644
--- a/gyp/icu.gyp
+++ b/gyp/icu.gyp
@@ -15,7 +15,7 @@
'target_name': 'icuuc',
'type': '<(component)',
'sources': [
- '<!@(python find.py ../third_party/externals/icu/source/common "*.c*")'
+ '<!@(python find.py "*.c*" ../third_party/externals/icu/source/common)'
],
'defines': [
'U_COMMON_IMPLEMENTATION',
« no previous file with comments | « gyp/harfbuzz.gyp ('k') | gyp/nanomsg.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698