aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar halcanary <halcanary@google.com>2016-07-11 14:30:39 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-11 14:30:39 -0700
commit8a74f132398f107963fe1b27fb54b63a008e67dd (patch)
treed4f0719feb86b06df283293f09f396789c71f4d9 /gyp
parent203a993c77ea146e0a4e7f1e0c079cc79fd09167 (diff)
tools/SkShaper: factor shaping out of using_skia_and_harfbuzz
Make a clearer demarcation between shaping and layout. also: refactor using_skia_and_harfbuzz; stop leaking like a sieve. Review-Url: https://codereview.chromium.org/2138133002
Diffstat (limited to 'gyp')
-rw-r--r--gyp/tools.gyp5
1 files changed, 4 insertions, 1 deletions
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index e2f0bd89e2..1904d09201 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -445,7 +445,10 @@
{
'target_name': 'using_skia_and_harfbuzz',
'type': 'executable',
- 'sources': [ '../tools/using_skia_and_harfbuzz.cpp' ],
+ 'sources': [
+ '../tools/using_skia_and_harfbuzz.cpp',
+ '../tools/SkShaper.cpp',
+ ],
'dependencies': [
'skia_lib.gyp:skia_lib',
'pdf.gyp:pdf',