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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 ], | 53 ], |
54 'sources': [ | 54 'sources': [ |
55 'dom_distiller/android/component_jni_registrar.cc', | 55 'dom_distiller/android/component_jni_registrar.cc', |
56 'dom_distiller/android/component_jni_registrar.h', | 56 'dom_distiller/android/component_jni_registrar.h', |
57 'dom_distiller/core/article_distillation_update.cc', | 57 'dom_distiller/core/article_distillation_update.cc', |
58 'dom_distiller/core/article_distillation_update.h', | 58 'dom_distiller/core/article_distillation_update.h', |
59 'dom_distiller/core/article_entry.cc', | 59 'dom_distiller/core/article_entry.cc', |
60 'dom_distiller/core/article_entry.h', | 60 'dom_distiller/core/article_entry.h', |
61 'dom_distiller/core/distilled_content_store.cc', | 61 'dom_distiller/core/distilled_content_store.cc', |
62 'dom_distiller/core/distilled_content_store.h', | 62 'dom_distiller/core/distilled_content_store.h', |
| 63 'dom_distiller/core/distilled_page_prefs.cc', |
| 64 'dom_distiller/core/distilled_page_prefs.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', |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
186 'jni_gen_package': 'dom_distiller_core', | 188 'jni_gen_package': 'dom_distiller_core', |
187 }, | 189 }, |
188 'includes': [ '../build/jni_generator.gypi' ], | 190 'includes': [ '../build/jni_generator.gypi' ], |
189 }, | 191 }, |
190 ], | 192 ], |
191 }], | 193 }], |
192 ], | 194 ], |
193 }], | 195 }], |
194 ], | 196 ], |
195 } | 197 } |
OLD | NEW |