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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
65 'dom_distiller/core/distiller_page.h', | 65 'dom_distiller/core/distiller_page.h', |
66 'dom_distiller/core/distiller_url_fetcher.cc', | 66 'dom_distiller/core/distiller_url_fetcher.cc', |
67 'dom_distiller/core/distiller_url_fetcher.h', | 67 'dom_distiller/core/distiller_url_fetcher.h', |
68 'dom_distiller/core/dom_distiller_constants.cc', | 68 'dom_distiller/core/dom_distiller_constants.cc', |
69 'dom_distiller/core/dom_distiller_constants.h', | 69 'dom_distiller/core/dom_distiller_constants.h', |
70 'dom_distiller/core/dom_distiller_database.cc', | 70 'dom_distiller/core/dom_distiller_database.cc', |
71 'dom_distiller/core/dom_distiller_database.h', | 71 'dom_distiller/core/dom_distiller_database.h', |
72 'dom_distiller/core/dom_distiller_model.cc', | 72 'dom_distiller/core/dom_distiller_model.cc', |
73 'dom_distiller/core/dom_distiller_model.h', | 73 'dom_distiller/core/dom_distiller_model.h', |
74 'dom_distiller/core/dom_distiller_observer.h', | 74 'dom_distiller/core/dom_distiller_observer.h', |
| 75 'dom_distiller/core/dom_distiller_pref_names.cc', |
| 76 'dom_distiller/core/dom_distiller_pref_names.h', |
75 'dom_distiller/core/dom_distiller_service.cc', | 77 'dom_distiller/core/dom_distiller_service.cc', |
76 'dom_distiller/core/dom_distiller_service.h', | 78 'dom_distiller/core/dom_distiller_service.h', |
77 'dom_distiller/core/dom_distiller_store.cc', | 79 'dom_distiller/core/dom_distiller_store.cc', |
78 'dom_distiller/core/dom_distiller_store.h', | 80 'dom_distiller/core/dom_distiller_store.h', |
79 'dom_distiller/core/feedback_reporter.cc', | 81 'dom_distiller/core/feedback_reporter.cc', |
80 'dom_distiller/core/feedback_reporter.h', | 82 'dom_distiller/core/feedback_reporter.h', |
| 83 'dom_distiller/core/reader_mode_preferences.cc', |
| 84 'dom_distiller/core/reader_mode_preferences.h', |
81 'dom_distiller/core/task_tracker.cc', | 85 'dom_distiller/core/task_tracker.cc', |
82 'dom_distiller/core/task_tracker.h', | 86 'dom_distiller/core/task_tracker.h', |
83 'dom_distiller/core/url_constants.cc', | 87 'dom_distiller/core/url_constants.cc', |
84 'dom_distiller/core/url_constants.h', | 88 'dom_distiller/core/url_constants.h', |
85 'dom_distiller/core/url_utils_android.cc', | 89 'dom_distiller/core/url_utils_android.cc', |
86 'dom_distiller/core/url_utils_android.h', | 90 'dom_distiller/core/url_utils_android.h', |
87 'dom_distiller/core/url_utils.cc', | 91 'dom_distiller/core/url_utils.cc', |
88 'dom_distiller/core/url_utils.h', | 92 'dom_distiller/core/url_utils.h', |
89 'dom_distiller/core/viewer.cc', | 93 'dom_distiller/core/viewer.cc', |
90 'dom_distiller/core/viewer.h', | 94 'dom_distiller/core/viewer.h', |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
185 'jni_gen_package': 'dom_distiller_core', | 189 'jni_gen_package': 'dom_distiller_core', |
186 }, | 190 }, |
187 'includes': [ '../build/jni_generator.gypi' ], | 191 'includes': [ '../build/jni_generator.gypi' ], |
188 }, | 192 }, |
189 ], | 193 ], |
190 }], | 194 }], |
191 ], | 195 ], |
192 }], | 196 }], |
193 ], | 197 ], |
194 } | 198 } |
OLD | NEW |