aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/harfbuzz.gyp
diff options
context:
space:
mode:
authorGravatar halcanary <halcanary@google.com>2016-05-09 08:15:58 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-05-09 08:15:58 -0700
commitab12c788e2d8f7768c65c65ec6d6190ffb2f3fcc (patch)
tree5c29b135a8fb4256d22d769cd57f5f32f6d895f7 /gyp/harfbuzz.gyp
parent7a223f5825db96d6499523872ea32d5dba8d2667 (diff)
harfbuzz test: compile fewer files
Diffstat (limited to 'gyp/harfbuzz.gyp')
-rw-r--r--gyp/harfbuzz.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/harfbuzz.gyp b/gyp/harfbuzz.gyp
index ce7b42f27b..5bdc2be864 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',