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

Side by Side Diff: components/content_settings.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/components_tests.gyp ('k') | components/dom_distiller.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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/content_settings/core/browser 8 # GN version: //components/content_settings/core/browser
9 'target_name': 'content_settings_core_browser', 9 'target_name': 'content_settings_core_browser',
10 'type': 'static_library', 10 'type': 'static_library',
11 'dependencies': [ 11 'dependencies': [
12 '../base/base.gyp:base', 12 '../base/base.gyp:base',
13 '../base/base.gyp:base_prefs',
14 '../net/net.gyp:net', 13 '../net/net.gyp:net',
15 '../url/url.gyp:url_lib', 14 '../url/url.gyp:url_lib',
16 'content_settings_core_common', 15 'content_settings_core_common',
17 'pref_registry', 16 'pref_registry',
17 'prefs/prefs.gyp:prefs',
18 'url_formatter/url_formatter.gyp:url_formatter', 18 'url_formatter/url_formatter.gyp:url_formatter',
19 ], 19 ],
20 'variables': { 'enable_wexit_time_destructors': 1, }, 20 'variables': { 'enable_wexit_time_destructors': 1, },
21 'include_dirs': [ 21 'include_dirs': [
22 '..', 22 '..',
23 ], 23 ],
24 'sources': [ 24 'sources': [
25 # Note: sources list duplicated in GN build. 25 # Note: sources list duplicated in GN build.
26 'content_settings/core/browser/content_settings_binary_value_map.cc', 26 'content_settings/core/browser/content_settings_binary_value_map.cc',
27 'content_settings/core/browser/content_settings_binary_value_map.h', 27 'content_settings/core/browser/content_settings_binary_value_map.h',
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 ], 133 ],
134 'sources': [ 134 'sources': [
135 # Note: sources list duplicated in GN build. 135 # Note: sources list duplicated in GN build.
136 'content_settings/content/common/content_settings_message_generator.cc', 136 'content_settings/content/common/content_settings_message_generator.cc',
137 'content_settings/content/common/content_settings_message_generator.h', 137 'content_settings/content/common/content_settings_message_generator.h',
138 'content_settings/content/common/content_settings_messages.h', 138 'content_settings/content/common/content_settings_messages.h',
139 ], 139 ],
140 }, 140 },
141 ], 141 ],
142 } 142 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/dom_distiller.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698