| 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 24 matching lines...) Expand all Loading... |
| 35 { | 35 { |
| 36 # GN version: //components/dom_distiller/core | 36 # GN version: //components/dom_distiller/core |
| 37 'target_name': 'dom_distiller_core', | 37 'target_name': 'dom_distiller_core', |
| 38 'type': 'static_library', | 38 'type': 'static_library', |
| 39 'dependencies': [ | 39 'dependencies': [ |
| 40 '../base/base.gyp:base', | 40 '../base/base.gyp:base', |
| 41 '../base/base.gyp:base_prefs', | 41 '../base/base.gyp:base_prefs', |
| 42 '../skia/skia.gyp:skia', | 42 '../skia/skia.gyp:skia', |
| 43 '../sync/sync.gyp:sync', | 43 '../sync/sync.gyp:sync', |
| 44 '../third_party/dom_distiller_js/dom_distiller_js.gyp:dom_distiller_
js_proto', | 44 '../third_party/dom_distiller_js/dom_distiller_js.gyp:dom_distiller_
js_proto', |
| 45 '../third_party/re2/re2.gyp:re2', |
| 45 'components.gyp:leveldb_proto', | 46 'components.gyp:leveldb_proto', |
| 46 'components_resources.gyp:components_resources', | 47 'components_resources.gyp:components_resources', |
| 47 'components_strings.gyp:components_strings', | 48 'components_strings.gyp:components_strings', |
| 48 'distilled_page_proto', | 49 'distilled_page_proto', |
| 49 'pref_registry', | 50 'pref_registry', |
| 50 ], | 51 ], |
| 51 'include_dirs': [ | 52 'include_dirs': [ |
| 52 '..', | 53 '..', |
| 53 ], | 54 ], |
| 54 'export_dependent_settings': [ | 55 'export_dependent_settings': [ |
| (...skipping 28 matching lines...) Expand all Loading... |
| 83 'dom_distiller/core/dom_distiller_observer.h', | 84 'dom_distiller/core/dom_distiller_observer.h', |
| 84 'dom_distiller/core/dom_distiller_service.cc', | 85 'dom_distiller/core/dom_distiller_service.cc', |
| 85 'dom_distiller/core/dom_distiller_service.h', | 86 'dom_distiller/core/dom_distiller_service.h', |
| 86 'dom_distiller/core/dom_distiller_service_android.cc', | 87 'dom_distiller/core/dom_distiller_service_android.cc', |
| 87 'dom_distiller/core/dom_distiller_service_android.h', | 88 'dom_distiller/core/dom_distiller_service_android.h', |
| 88 'dom_distiller/core/dom_distiller_store.cc', | 89 'dom_distiller/core/dom_distiller_store.cc', |
| 89 'dom_distiller/core/dom_distiller_store.h', | 90 'dom_distiller/core/dom_distiller_store.h', |
| 90 'dom_distiller/core/feedback_reporter.cc', | 91 'dom_distiller/core/feedback_reporter.cc', |
| 91 'dom_distiller/core/feedback_reporter.h', | 92 'dom_distiller/core/feedback_reporter.h', |
| 92 'dom_distiller/core/font_family_list.h', | 93 'dom_distiller/core/font_family_list.h', |
| 94 'dom_distiller/core/page_features.cc', |
| 95 'dom_distiller/core/page_features.h', |
| 93 'dom_distiller/core/task_tracker.cc', | 96 'dom_distiller/core/task_tracker.cc', |
| 94 'dom_distiller/core/task_tracker.h', | 97 'dom_distiller/core/task_tracker.h', |
| 95 'dom_distiller/core/theme_list.h', | 98 'dom_distiller/core/theme_list.h', |
| 96 'dom_distiller/core/url_constants.cc', | 99 'dom_distiller/core/url_constants.cc', |
| 97 'dom_distiller/core/url_constants.h', | 100 'dom_distiller/core/url_constants.h', |
| 98 'dom_distiller/core/url_utils.cc', | 101 'dom_distiller/core/url_utils.cc', |
| 99 'dom_distiller/core/url_utils.h', | 102 'dom_distiller/core/url_utils.h', |
| 100 'dom_distiller/core/url_utils_android.cc', | 103 'dom_distiller/core/url_utils_android.cc', |
| 101 'dom_distiller/core/url_utils_android.h', | 104 'dom_distiller/core/url_utils_android.h', |
| 102 'dom_distiller/core/viewer.cc', | 105 'dom_distiller/core/viewer.cc', |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 'template_deps': ['dom_distiller/core/theme_list.h'], | 261 'template_deps': ['dom_distiller/core/theme_list.h'], |
| 259 }, | 262 }, |
| 260 'includes': [ '../build/android/java_cpp_template.gypi' ], | 263 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 261 }, | 264 }, |
| 262 ], | 265 ], |
| 263 }], | 266 }], |
| 264 ], | 267 ], |
| 265 }], | 268 }], |
| 266 ], | 269 ], |
| 267 } | 270 } |
| OLD | NEW |