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

Side by Side Diff: components/dom_distiller.gypi

Issue 1648403002: Move base/prefs to components/prefs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « components/content_settings.gypi ('k') | components/domain_reliability.gypi » ('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/content/common 8 # GN version: //components/dom_distiller/content/common
9 'target_name': 'dom_distiller_content_common', 9 'target_name': 'dom_distiller_content_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 'dom_distiller/webui/dom_distiller_ui.cc', 47 'dom_distiller/webui/dom_distiller_ui.cc',
48 'dom_distiller/webui/dom_distiller_ui.h', 48 'dom_distiller/webui/dom_distiller_ui.h',
49 ], 49 ],
50 }, 50 },
51 { 51 {
52 # GN version: //components/dom_distiller/core 52 # GN version: //components/dom_distiller/core
53 'target_name': 'dom_distiller_core', 53 'target_name': 'dom_distiller_core',
54 'type': 'static_library', 54 'type': 'static_library',
55 'dependencies': [ 55 'dependencies': [
56 '../base/base.gyp:base', 56 '../base/base.gyp:base',
57 '../base/base.gyp:base_prefs',
58 '../skia/skia.gyp:skia', 57 '../skia/skia.gyp:skia',
59 '../sync/sync.gyp:sync', 58 '../sync/sync.gyp:sync',
60 '../third_party/dom_distiller_js/dom_distiller_js.gyp:dom_distiller_js_p roto', 59 '../third_party/dom_distiller_js/dom_distiller_js.gyp:dom_distiller_js_p roto',
61 '../third_party/re2/re2.gyp:re2', 60 '../third_party/re2/re2.gyp:re2',
62 'components.gyp:leveldb_proto', 61 'components.gyp:leveldb_proto',
63 'components_resources.gyp:components_resources', 62 'components_resources.gyp:components_resources',
64 'components_strings.gyp:components_strings', 63 'components_strings.gyp:components_strings',
65 'dom_distiller_protos', 64 'dom_distiller_protos',
65 'prefs/prefs.gyp:prefs',
66 'pref_registry', 66 'pref_registry',
67 'variations', 67 'variations',
68 ], 68 ],
69 'include_dirs': [ 69 'include_dirs': [
70 '..', 70 '..',
71 ], 71 ],
72 'export_dependent_settings': [ 72 'export_dependent_settings': [
73 'dom_distiller_protos', 73 'dom_distiller_protos',
74 '../third_party/dom_distiller_js/dom_distiller_js.gyp:dom_distiller_js_p roto', 74 '../third_party/dom_distiller_js/dom_distiller_js.gyp:dom_distiller_js_p roto',
75 ], 75 ],
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 'variables': { 378 'variables': {
379 'package_name': 'org/chromium/components/dom_distiller/core', 379 'package_name': 'org/chromium/components/dom_distiller/core',
380 'template_deps': ['dom_distiller/core/theme_list.h'], 380 'template_deps': ['dom_distiller/core/theme_list.h'],
381 }, 381 },
382 'includes': [ '../build/android/java_cpp_template.gypi' ], 382 'includes': [ '../build/android/java_cpp_template.gypi' ],
383 }, 383 },
384 ], 384 ],
385 }], 385 }],
386 ], 386 ],
387 } 387 }
OLDNEW
« no previous file with comments | « components/content_settings.gypi ('k') | components/domain_reliability.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698