Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(483)

Side by Side Diff: components/dom_distiller.gypi

Issue 1253953002: Componentize enhanced_bookmark_features.{h,cc}. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert change in //chrome/common/DEPS that broke checkdeps Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | components/dom_distiller/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 21 matching lines...) Expand all
32 }, 32 },
33 { 33 {
34 # GN version: //components/dom_distiller/core 34 # GN version: //components/dom_distiller/core
35 'target_name': 'dom_distiller_core', 35 'target_name': 'dom_distiller_core',
36 'type': 'static_library', 36 'type': 'static_library',
37 'dependencies': [ 37 'dependencies': [
38 '../base/base.gyp:base', 38 '../base/base.gyp:base',
39 '../base/base.gyp:base_prefs', 39 '../base/base.gyp:base_prefs',
40 '../skia/skia.gyp:skia', 40 '../skia/skia.gyp:skia',
41 '../sync/sync.gyp:sync', 41 '../sync/sync.gyp:sync',
42 '../third_party/dom_distiller_js/dom_distiller_js.gyp:dom_distiller_js_p roto',
42 '../third_party/re2/re2.gyp:re2', 43 '../third_party/re2/re2.gyp:re2',
43 '../third_party/dom_distiller_js/dom_distiller_js.gyp:dom_distiller_js_p roto',
44 'components.gyp:leveldb_proto', 44 'components.gyp:leveldb_proto',
45 'components_resources.gyp:components_resources', 45 'components_resources.gyp:components_resources',
46 'components_strings.gyp:components_strings', 46 'components_strings.gyp:components_strings',
47 'dom_distiller_protos', 47 'dom_distiller_protos',
48 'pref_registry', 48 'pref_registry',
49 'variations',
49 ], 50 ],
50 'include_dirs': [ 51 'include_dirs': [
51 '..', 52 '..',
52 ], 53 ],
53 'export_dependent_settings': [ 54 'export_dependent_settings': [
54 'dom_distiller_protos', 55 'dom_distiller_protos',
55 '../third_party/dom_distiller_js/dom_distiller_js.gyp:dom_distiller_js_p roto', 56 '../third_party/dom_distiller_js/dom_distiller_js.gyp:dom_distiller_js_p roto',
56 ], 57 ],
57 'sources': [ 58 'sources': [
58 'dom_distiller/android/component_jni_registrar.cc', 59 'dom_distiller/android/component_jni_registrar.cc',
(...skipping 13 matching lines...) Expand all
72 'dom_distiller/core/distilled_page_prefs_android.cc', 73 'dom_distiller/core/distilled_page_prefs_android.cc',
73 'dom_distiller/core/distilled_page_prefs_android.h', 74 'dom_distiller/core/distilled_page_prefs_android.h',
74 'dom_distiller/core/distiller.cc', 75 'dom_distiller/core/distiller.cc',
75 'dom_distiller/core/distiller.h', 76 'dom_distiller/core/distiller.h',
76 'dom_distiller/core/distiller_page.cc', 77 'dom_distiller/core/distiller_page.cc',
77 'dom_distiller/core/distiller_page.h', 78 'dom_distiller/core/distiller_page.h',
78 'dom_distiller/core/distiller_url_fetcher.cc', 79 'dom_distiller/core/distiller_url_fetcher.cc',
79 'dom_distiller/core/distiller_url_fetcher.h', 80 'dom_distiller/core/distiller_url_fetcher.h',
80 'dom_distiller/core/dom_distiller_constants.cc', 81 'dom_distiller/core/dom_distiller_constants.cc',
81 'dom_distiller/core/dom_distiller_constants.h', 82 'dom_distiller/core/dom_distiller_constants.h',
83 'dom_distiller/core/dom_distiller_features.cc',
84 'dom_distiller/core/dom_distiller_features.h',
82 'dom_distiller/core/dom_distiller_model.cc', 85 'dom_distiller/core/dom_distiller_model.cc',
83 'dom_distiller/core/dom_distiller_model.h', 86 'dom_distiller/core/dom_distiller_model.h',
84 'dom_distiller/core/dom_distiller_observer.h', 87 'dom_distiller/core/dom_distiller_observer.h',
85 'dom_distiller/core/dom_distiller_request_view_base.cc', 88 'dom_distiller/core/dom_distiller_request_view_base.cc',
86 'dom_distiller/core/dom_distiller_request_view_base.h', 89 'dom_distiller/core/dom_distiller_request_view_base.h',
87 'dom_distiller/core/dom_distiller_service.cc', 90 'dom_distiller/core/dom_distiller_service.cc',
88 'dom_distiller/core/dom_distiller_service.h', 91 'dom_distiller/core/dom_distiller_service.h',
89 'dom_distiller/core/dom_distiller_service_android.cc', 92 'dom_distiller/core/dom_distiller_service_android.cc',
90 'dom_distiller/core/dom_distiller_service_android.h', 93 'dom_distiller/core/dom_distiller_service_android.h',
91 'dom_distiller/core/dom_distiller_store.cc', 94 'dom_distiller/core/dom_distiller_store.cc',
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 'variables': { 307 'variables': {
305 'package_name': 'org/chromium/components/dom_distiller/core', 308 'package_name': 'org/chromium/components/dom_distiller/core',
306 'template_deps': ['dom_distiller/core/theme_list.h'], 309 'template_deps': ['dom_distiller/core/theme_list.h'],
307 }, 310 },
308 'includes': [ '../build/android/java_cpp_template.gypi' ], 311 'includes': [ '../build/android/java_cpp_template.gypi' ],
309 }, 312 },
310 ], 313 ],
311 }], 314 }],
312 ], 315 ],
313 } 316 }
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | components/dom_distiller/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698