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 # GN version: //components/dom_distiller/webui | 10 # GN version: //components/dom_distiller/webui |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 'include_dirs': [ | 48 'include_dirs': [ |
49 '..', | 49 '..', |
50 ], | 50 ], |
51 'export_dependent_settings': [ | 51 'export_dependent_settings': [ |
52 'distilled_page_proto', | 52 'distilled_page_proto', |
53 '../third_party/dom_distiller_js/dom_distiller_js.gyp:dom_distiller_
js_proto', | 53 '../third_party/dom_distiller_js/dom_distiller_js.gyp:dom_distiller_
js_proto', |
54 ], | 54 ], |
55 'sources': [ | 55 'sources': [ |
56 'dom_distiller/android/component_jni_registrar.cc', | 56 'dom_distiller/android/component_jni_registrar.cc', |
57 'dom_distiller/android/component_jni_registrar.h', | 57 'dom_distiller/android/component_jni_registrar.h', |
| 58 'dom_distiller/core/article_attachments_data.cc', |
| 59 'dom_distiller/core/article_attachments_data.h', |
58 'dom_distiller/core/article_distillation_update.cc', | 60 'dom_distiller/core/article_distillation_update.cc', |
59 'dom_distiller/core/article_distillation_update.h', | 61 'dom_distiller/core/article_distillation_update.h', |
60 'dom_distiller/core/article_entry.cc', | 62 'dom_distiller/core/article_entry.cc', |
61 'dom_distiller/core/article_entry.h', | 63 'dom_distiller/core/article_entry.h', |
62 'dom_distiller/core/distilled_content_store.cc', | 64 'dom_distiller/core/distilled_content_store.cc', |
63 'dom_distiller/core/distilled_content_store.h', | 65 'dom_distiller/core/distilled_content_store.h', |
64 'dom_distiller/core/distilled_page_prefs.cc', | 66 'dom_distiller/core/distilled_page_prefs.cc', |
65 'dom_distiller/core/distilled_page_prefs.h', | 67 'dom_distiller/core/distilled_page_prefs.h', |
66 'dom_distiller/core/distilled_page_prefs_android.cc', | 68 'dom_distiller/core/distilled_page_prefs_android.cc', |
67 'dom_distiller/core/distilled_page_prefs_android.h', | 69 'dom_distiller/core/distilled_page_prefs_android.h', |
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
227 'template_deps': ['dom_distiller/core/theme_list.h'], | 229 'template_deps': ['dom_distiller/core/theme_list.h'], |
228 }, | 230 }, |
229 'includes': [ '../build/android/java_cpp_template.gypi' ], | 231 'includes': [ '../build/android/java_cpp_template.gypi' ], |
230 }, | 232 }, |
231 ], | 233 ], |
232 }], | 234 }], |
233 ], | 235 ], |
234 }], | 236 }], |
235 ], | 237 ], |
236 } | 238 } |
OLD | NEW |