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

Unified Diff: gyp/sfntly.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/nanomsg.gyp ('k') | gyp/skiaserve.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/sfntly.gyp
diff --git a/gyp/sfntly.gyp b/gyp/sfntly.gyp
index 0704ba194ac464d512b7d5d5a9b76d4317d946aa..91385618a504f04686e25048abfb18b6d9f689df 100644
--- a/gyp/sfntly.gyp
+++ b/gyp/sfntly.gyp
@@ -22,7 +22,7 @@
'sources': [
'<(sfntly_src_path)/sample/chromium/font_subsetter.cc',
'<(sfntly_src_path)/sample/chromium/subsetter_impl.cc',
- '<!@(python find.py "<(sfntly_src_path)/sfntly" "*.c*")'
+ '<!@(python find.py "*.c*" "<(sfntly_src_path)/sfntly")'
],
'include_dirs': [
'<(sfntly_src_path)',
« no previous file with comments | « gyp/nanomsg.gyp ('k') | gyp/skiaserve.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698