| 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 'dom_distiller/core/dom_distiller_constants.h', | 83 'dom_distiller/core/dom_distiller_constants.h', |
| 84 'dom_distiller/core/dom_distiller_model.cc', | 84 'dom_distiller/core/dom_distiller_model.cc', |
| 85 'dom_distiller/core/dom_distiller_model.h', | 85 'dom_distiller/core/dom_distiller_model.h', |
| 86 'dom_distiller/core/dom_distiller_observer.h', | 86 'dom_distiller/core/dom_distiller_observer.h', |
| 87 'dom_distiller/core/dom_distiller_service.cc', | 87 'dom_distiller/core/dom_distiller_service.cc', |
| 88 'dom_distiller/core/dom_distiller_service.h', | 88 'dom_distiller/core/dom_distiller_service.h', |
| 89 'dom_distiller/core/dom_distiller_service_android.cc', | 89 'dom_distiller/core/dom_distiller_service_android.cc', |
| 90 'dom_distiller/core/dom_distiller_service_android.h', | 90 'dom_distiller/core/dom_distiller_service_android.h', |
| 91 'dom_distiller/core/dom_distiller_store.cc', | 91 'dom_distiller/core/dom_distiller_store.cc', |
| 92 'dom_distiller/core/dom_distiller_store.h', | 92 'dom_distiller/core/dom_distiller_store.h', |
| 93 'dom_distiller/core/dom_distiller_switches.cc', |
| 94 'dom_distiller/core/dom_distiller_switches.h', |
| 95 'dom_distiller/core/experiments.cc', |
| 96 'dom_distiller/core/experiments.h', |
| 93 'dom_distiller/core/feedback_reporter.cc', | 97 'dom_distiller/core/feedback_reporter.cc', |
| 94 'dom_distiller/core/feedback_reporter.h', | 98 'dom_distiller/core/feedback_reporter.h', |
| 95 'dom_distiller/core/font_family_list.h', | 99 'dom_distiller/core/font_family_list.h', |
| 96 'dom_distiller/core/page_features.cc', | 100 'dom_distiller/core/page_features.cc', |
| 97 'dom_distiller/core/page_features.h', | 101 'dom_distiller/core/page_features.h', |
| 98 'dom_distiller/core/task_tracker.cc', | 102 'dom_distiller/core/task_tracker.cc', |
| 99 'dom_distiller/core/task_tracker.h', | 103 'dom_distiller/core/task_tracker.h', |
| 100 'dom_distiller/core/theme_list.h', | 104 'dom_distiller/core/theme_list.h', |
| 101 'dom_distiller/core/url_constants.cc', | 105 'dom_distiller/core/url_constants.cc', |
| 102 'dom_distiller/core/url_constants.h', | 106 'dom_distiller/core/url_constants.h', |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 266 'template_deps': ['dom_distiller/core/theme_list.h'], | 270 'template_deps': ['dom_distiller/core/theme_list.h'], |
| 267 }, | 271 }, |
| 268 'includes': [ '../build/android/java_cpp_template.gypi' ], | 272 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 269 }, | 273 }, |
| 270 ], | 274 ], |
| 271 }], | 275 }], |
| 272 ], | 276 ], |
| 273 }], | 277 }], |
| 274 ], | 278 ], |
| 275 } | 279 } |
| OLD | NEW |