OLD | NEW |
---|---|
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'conditions': [ | 6 'conditions': [ |
7 ['android_webview_build == 0', { | 7 ['android_webview_build == 0', { |
8 'targets': [ | 8 'targets': [ |
9 { | 9 { |
10 'target_name': 'dom_distiller_webui', | 10 'target_name': 'dom_distiller_webui', |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
53 'dom_distiller/android/component_jni_registrar.cc', | 53 'dom_distiller/android/component_jni_registrar.cc', |
54 'dom_distiller/android/component_jni_registrar.h', | 54 'dom_distiller/android/component_jni_registrar.h', |
55 'dom_distiller/core/article_distillation_update.cc', | 55 'dom_distiller/core/article_distillation_update.cc', |
56 'dom_distiller/core/article_distillation_update.h', | 56 'dom_distiller/core/article_distillation_update.h', |
57 'dom_distiller/core/article_entry.cc', | 57 'dom_distiller/core/article_entry.cc', |
58 'dom_distiller/core/article_entry.h', | 58 'dom_distiller/core/article_entry.h', |
59 'dom_distiller/core/distilled_content_store.cc', | 59 'dom_distiller/core/distilled_content_store.cc', |
60 'dom_distiller/core/distilled_content_store.h', | 60 'dom_distiller/core/distilled_content_store.h', |
61 'dom_distiller/core/distilled_page_prefs.cc', | 61 'dom_distiller/core/distilled_page_prefs.cc', |
62 'dom_distiller/core/distilled_page_prefs.h', | 62 'dom_distiller/core/distilled_page_prefs.h', |
63 'dom_distiller/core/distilled_page_prefs_android.cc', | |
64 'dom_distiller/core/distilled_page_prefs_android.h', | |
63 'dom_distiller/core/distiller.cc', | 65 'dom_distiller/core/distiller.cc', |
64 'dom_distiller/core/distiller.h', | 66 'dom_distiller/core/distiller.h', |
65 'dom_distiller/core/distiller_page.cc', | 67 'dom_distiller/core/distiller_page.cc', |
66 'dom_distiller/core/distiller_page.h', | 68 'dom_distiller/core/distiller_page.h', |
67 'dom_distiller/core/distiller_url_fetcher.cc', | 69 'dom_distiller/core/distiller_url_fetcher.cc', |
68 'dom_distiller/core/distiller_url_fetcher.h', | 70 'dom_distiller/core/distiller_url_fetcher.h', |
69 'dom_distiller/core/dom_distiller_constants.cc', | 71 'dom_distiller/core/dom_distiller_constants.cc', |
70 'dom_distiller/core/dom_distiller_constants.h', | 72 'dom_distiller/core/dom_distiller_constants.h', |
71 'dom_distiller/core/dom_distiller_model.cc', | 73 'dom_distiller/core/dom_distiller_model.cc', |
72 'dom_distiller/core/dom_distiller_model.h', | 74 'dom_distiller/core/dom_distiller_model.h', |
73 'dom_distiller/core/dom_distiller_observer.h', | 75 'dom_distiller/core/dom_distiller_observer.h', |
74 'dom_distiller/core/dom_distiller_service.cc', | 76 'dom_distiller/core/dom_distiller_service.cc', |
75 'dom_distiller/core/dom_distiller_service.h', | 77 'dom_distiller/core/dom_distiller_service.h', |
78 'dom_distiller/core/dom_distiller_service_android.cc', | |
79 'dom_distiller/core/dom_distiller_service_android.h', | |
76 'dom_distiller/core/dom_distiller_store.cc', | 80 'dom_distiller/core/dom_distiller_store.cc', |
77 'dom_distiller/core/dom_distiller_store.h', | 81 'dom_distiller/core/dom_distiller_store.h', |
78 'dom_distiller/core/feedback_reporter.cc', | 82 'dom_distiller/core/feedback_reporter.cc', |
79 'dom_distiller/core/feedback_reporter.h', | 83 'dom_distiller/core/feedback_reporter.h', |
80 'dom_distiller/core/reader_mode_preferences.cc', | |
81 'dom_distiller/core/reader_mode_preferences.h', | |
82 'dom_distiller/core/task_tracker.cc', | 84 'dom_distiller/core/task_tracker.cc', |
83 'dom_distiller/core/task_tracker.h', | 85 'dom_distiller/core/task_tracker.h', |
86 'dom_distiller/core/theme.h', | |
nyquist
2014/07/08 01:02:33
Where is this file? I think you want to include do
sunangel
2014/07/08 20:40:57
Done.
| |
84 'dom_distiller/core/url_constants.cc', | 87 'dom_distiller/core/url_constants.cc', |
85 'dom_distiller/core/url_constants.h', | 88 'dom_distiller/core/url_constants.h', |
86 'dom_distiller/core/url_utils_android.cc', | 89 'dom_distiller/core/url_utils_android.cc', |
87 'dom_distiller/core/url_utils_android.h', | 90 'dom_distiller/core/url_utils_android.h', |
88 'dom_distiller/core/url_utils.cc', | 91 'dom_distiller/core/url_utils.cc', |
89 'dom_distiller/core/url_utils.h', | 92 'dom_distiller/core/url_utils.h', |
90 'dom_distiller/core/viewer.cc', | 93 'dom_distiller/core/viewer.cc', |
91 'dom_distiller/core/viewer.h', | 94 'dom_distiller/core/viewer.h', |
92 ], | 95 ], |
nyquist
2014/07/08 01:02:32
undo this whitespace change
sunangel
2014/07/08 20:40:57
Done.
| |
93 'conditions': [ | 96 'conditions': [ |
94 ['OS == "android"', { | 97 ['OS == "android"', { |
95 'dependencies': [ | 98 'dependencies': [ |
96 'dom_distiller_core_jni_headers', | 99 'dom_distiller_core_jni_headers', |
97 ], | 100 ], |
98 }], | 101 }], |
99 ], | 102 ], |
100 }, | 103 }, |
101 { | 104 { |
102 'target_name': 'dom_distiller_test_support', | 105 'target_name': 'dom_distiller_test_support', |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
161 ], | 164 ], |
162 }, | 165 }, |
163 ], | 166 ], |
164 }], | 167 }], |
165 ['OS=="android"', { | 168 ['OS=="android"', { |
166 'targets': [ | 169 'targets': [ |
167 { | 170 { |
168 'target_name': 'dom_distiller_core_java', | 171 'target_name': 'dom_distiller_core_java', |
169 'type': 'none', | 172 'type': 'none', |
170 'dependencies': [ | 173 'dependencies': [ |
174 'theme_java', | |
171 '../base/base.gyp:base', | 175 '../base/base.gyp:base', |
172 ], | 176 ], |
173 'variables': { | 177 'variables': { |
174 'java_in_dir': 'dom_distiller/android/java', | 178 'java_in_dir': 'dom_distiller/android/java', |
175 }, | 179 }, |
176 'includes': [ '../build/java.gypi' ], | 180 'includes': [ '../build/java.gypi' ], |
177 }, | 181 }, |
178 { | 182 { |
179 'target_name': 'dom_distiller_core_jni_headers', | 183 'target_name': 'dom_distiller_core_jni_headers', |
180 'type': 'none', | 184 'type': 'none', |
181 'sources': [ | 185 'sources': [ |
186 'dom_distiller/android/java/src/org/chromium/components/dom_dist iller/core/DistilledPagePrefs.java', | |
182 'dom_distiller/android/java/src/org/chromium/components/dom_dist iller/core/DomDistillerUrlUtils.java', | 187 'dom_distiller/android/java/src/org/chromium/components/dom_dist iller/core/DomDistillerUrlUtils.java', |
188 'dom_distiller/android/java/src/org/chromium/components/dom_dist iller/core/DomDistillerService.java', | |
183 ], | 189 ], |
184 'variables': { | 190 'variables': { |
185 'jni_gen_package': 'dom_distiller_core', | 191 'jni_gen_package': 'dom_distiller_core', |
186 }, | 192 }, |
187 'includes': [ '../build/jni_generator.gypi' ], | 193 'includes': [ '../build/jni_generator.gypi' ], |
188 }, | 194 }, |
195 { | |
196 'target_name': 'theme_java', | |
nyquist
2014/07/08 01:02:32
dom_distiller_core_theme_java
sunangel
2014/07/08 20:40:57
Done.
| |
197 'type': 'none', | |
198 'sources': [ | |
199 'dom_distiller/android/java/src/org/chromium/components/dom_dist iller/core/Theme.template', | |
200 ], | |
201 'variables': { | |
202 'package_name': 'org/chromium/components/dom_distiller/core', | |
203 'template_deps': ['dom_distiller/core/theme_list.h'], | |
204 }, | |
205 'includes': [ '../build/android/java_cpp_template.gypi' ], | |
206 }, | |
189 ], | 207 ], |
190 }], | 208 }], |
191 ], | 209 ], |
192 }], | 210 }], |
193 ], | 211 ], |
194 } | 212 } |
OLD | NEW |