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

Unified Diff: gyp/harfbuzz.gyp

Issue 1957353002: harfbuzz test: compile fewer files (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | no next file » | 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 ce7b42f27b707c179ca91ba63eb11f9ef75f333b..5bdc2be86458ad58e631ecc287079357ed16abea 100644
--- a/gyp/harfbuzz.gyp
+++ b/gyp/harfbuzz.gyp
@@ -17,7 +17,7 @@
'HB_NO_MT',
],
'sources': [
- '<!@(python find.py <(hb_directory)/src "*.c*")',
+ '<!@(python find.py <(hb_directory)/src "hb-*.c*")',
],
'sources!': [
'<(hb_directory)/src/hb-directwrite.cc',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698