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

Unified Diff: experimental/webtry/templates/template.gyp

Issue 639833003: preliminary support for fiddle font use (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 2 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 | « experimental/webtry/build ('k') | experimental/webtry/webtry.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/webtry/templates/template.gyp
diff --git a/experimental/webtry/templates/template.gyp b/experimental/webtry/templates/template.gyp
index 7ba40eaf7819ca7a6b8ba19240c0a14e74e6d358..e53fa0bddd1b9b49c0214d9c061777bf0c29b01e 100644
--- a/experimental/webtry/templates/template.gyp
+++ b/experimental/webtry/templates/template.gyp
@@ -12,7 +12,9 @@
'type': 'executable',
'dependencies': [
'skia_lib.gyp:skia_lib',
- 'flags.gyp:flags'
+ 'flags.gyp:flags',
+ 'tools.gyp:sk_tool_utils'
+
],
'include_dirs': [
'../include/config',
« no previous file with comments | « experimental/webtry/build ('k') | experimental/webtry/webtry.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698