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

Unified Diff: gyp/tools.gyp

Issue 2138133002: tools/SkShaper: factor shaping out of using_skia_and_harfbuzz (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2016-07-11 (Monday) 15:42:21 EDT Created 4 years, 5 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 | tools/SkShaper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/tools.gyp
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index 9d02ee1f615ca51c7d69d29514f5b78ca7e89da2..63556da749f181d97ac84b6c567626c803a0abab 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -444,7 +444,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',
« no previous file with comments | « no previous file | tools/SkShaper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698