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

Unified Diff: gyp/harfbuzz.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/gputest.gyp ('k') | gyp/icu.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/harfbuzz.gyp
diff --git a/gyp/harfbuzz.gyp b/gyp/harfbuzz.gyp
index 5bdc2be86458ad58e631ecc287079357ed16abea..f8127a926eade9a10d56d7f2c7d2158aca51eccc 100644
--- a/gyp/harfbuzz.gyp
+++ b/gyp/harfbuzz.gyp
@@ -17,7 +17,7 @@
'HB_NO_MT',
],
'sources': [
- '<!@(python find.py <(hb_directory)/src "hb-*.c*")',
+ '<!@(python find.py "hb-*.c*" <(hb_directory)/src)',
],
'sources!': [
'<(hb_directory)/src/hb-directwrite.cc',
« no previous file with comments | « gyp/gputest.gyp ('k') | gyp/icu.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698