Index: components/dom_distiller.gypi |
diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi |
index b18bee70983663e9e09c96ab08a89c26e82d868f..c595e6059fdda4b8604c663d0a96ba0efe163800 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', |
@@ -176,6 +177,7 @@ |
'target_name': 'dom_distiller_core_java', |
'type': 'none', |
'dependencies': [ |
+ 'dom_distiller_core_font_family_java', |
'dom_distiller_core_theme_java', |
'../base/base.gyp:base', |
], |
@@ -198,6 +200,18 @@ |
'includes': [ '../build/jni_generator.gypi' ], |
}, |
{ |
+ 'target_name': 'dom_distiller_core_font_family_java', |
robliao
2014/08/11 22:00:45
This should sort before dom_distiller_core_jni_hea
sunangel
2014/08/12 02:09:56
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' ], |
+ }, |
+ { |
'target_name': 'dom_distiller_core_theme_java', |
'type': 'none', |
'sources': [ |