| 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 # GN version: //components/dom_distiller/webui | 8 # GN version: //components/dom_distiller/webui |
| 9 'target_name': 'dom_distiller_webui', | 9 'target_name': 'dom_distiller_webui', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 'dom_distiller/core/dom_distiller_constants.h', | 81 'dom_distiller/core/dom_distiller_constants.h', |
| 82 'dom_distiller/core/dom_distiller_model.cc', | 82 'dom_distiller/core/dom_distiller_model.cc', |
| 83 'dom_distiller/core/dom_distiller_model.h', | 83 'dom_distiller/core/dom_distiller_model.h', |
| 84 'dom_distiller/core/dom_distiller_observer.h', | 84 'dom_distiller/core/dom_distiller_observer.h', |
| 85 'dom_distiller/core/dom_distiller_service.cc', | 85 'dom_distiller/core/dom_distiller_service.cc', |
| 86 'dom_distiller/core/dom_distiller_service.h', | 86 'dom_distiller/core/dom_distiller_service.h', |
| 87 'dom_distiller/core/dom_distiller_service_android.cc', | 87 'dom_distiller/core/dom_distiller_service_android.cc', |
| 88 'dom_distiller/core/dom_distiller_service_android.h', | 88 'dom_distiller/core/dom_distiller_service_android.h', |
| 89 'dom_distiller/core/dom_distiller_store.cc', | 89 'dom_distiller/core/dom_distiller_store.cc', |
| 90 'dom_distiller/core/dom_distiller_store.h', | 90 'dom_distiller/core/dom_distiller_store.h', |
| 91 'dom_distiller/core/dom_distiller_switches.cc', |
| 92 'dom_distiller/core/dom_distiller_switches.h', |
| 93 'dom_distiller/core/experiments.cc', |
| 94 'dom_distiller/core/experiments.h', |
| 91 'dom_distiller/core/feedback_reporter.cc', | 95 'dom_distiller/core/feedback_reporter.cc', |
| 92 'dom_distiller/core/feedback_reporter.h', | 96 'dom_distiller/core/feedback_reporter.h', |
| 93 'dom_distiller/core/font_family_list.h', | 97 'dom_distiller/core/font_family_list.h', |
| 94 'dom_distiller/core/page_features.cc', | 98 'dom_distiller/core/page_features.cc', |
| 95 'dom_distiller/core/page_features.h', | 99 'dom_distiller/core/page_features.h', |
| 96 'dom_distiller/core/task_tracker.cc', | 100 'dom_distiller/core/task_tracker.cc', |
| 97 'dom_distiller/core/task_tracker.h', | 101 'dom_distiller/core/task_tracker.h', |
| 98 'dom_distiller/core/theme_list.h', | 102 'dom_distiller/core/theme_list.h', |
| 99 'dom_distiller/core/url_constants.cc', | 103 'dom_distiller/core/url_constants.cc', |
| 100 'dom_distiller/core/url_constants.h', | 104 'dom_distiller/core/url_constants.h', |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 'variables': { | 267 'variables': { |
| 264 'package_name': 'org/chromium/components/dom_distiller/core', | 268 'package_name': 'org/chromium/components/dom_distiller/core', |
| 265 'template_deps': ['dom_distiller/core/theme_list.h'], | 269 'template_deps': ['dom_distiller/core/theme_list.h'], |
| 266 }, | 270 }, |
| 267 'includes': [ '../build/android/java_cpp_template.gypi' ], | 271 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 268 }, | 272 }, |
| 269 ], | 273 ], |
| 270 }], | 274 }], |
| 271 ], | 275 ], |
| 272 } | 276 } |
| OLD | NEW |