Chromium Code Reviews| 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' ], |
| + }, |
| ], |
| }], |
| ], |