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

Unified Diff: components/dom_distiller.gypi

Issue 430473007: Font Family Preferences for Distilled Pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
Index: components/dom_distiller.gypi
diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi
index b18bee70983663e9e09c96ab08a89c26e82d868f..d835ec6cb4a36bfb2cea7f76d58ad173fecf4582 100644
--- a/components/dom_distiller.gypi
+++ b/components/dom_distiller.gypi
@@ -83,6 +83,7 @@
'dom_distiller/core/dom_distiller_store.h',
'dom_distiller/core/feedback_reporter.cc',
'dom_distiller/core/feedback_reporter.h',
+ 'dom_distiller/core/font_family_list.h',
'dom_distiller/core/task_tracker.cc',
'dom_distiller/core/task_tracker.h',
'dom_distiller/core/theme_list.h',
@@ -177,6 +178,7 @@
'type': 'none',
'dependencies': [
'dom_distiller_core_theme_java',
+ 'dom_distiller_core_font_family_java',
robliao 2014/08/10 02:43:44 Alphabetize.
sunangel 2014/08/11 21:51:33 Done.
'../base/base.gyp:base',
],
'variables': {
@@ -209,6 +211,18 @@
},
'includes': [ '../build/android/java_cpp_template.gypi' ],
},
+ {
+ 'target_name': 'dom_distiller_core_font_family_java',
robliao 2014/08/10 02:43:44 Alphabetize target_name order.
sunangel 2014/08/11 21:51:33 Done.
+ 'type': 'none',
+ 'sources': [
+ 'dom_distiller/android/java/src/org/chromium/components/dom_distiller/core/FontFamily.template',
+ ],
+ 'variables': {
+ 'package_name': 'org/chromium/components/dom_distiller/core',
+ 'template_deps': ['dom_distiller/core/font_family_list.h'],
+ },
+ 'includes': [ '../build/android/java_cpp_template.gypi' ],
+ },
],
}],
],

Powered by Google App Engine
This is Rietveld 408576698