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

Side by Side Diff: components/content_settings.gypi

Issue 902833003: Add a HostContentSettingsMap layer for Supervised Users. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/chrome_browser.gypi ('k') | components/content_settings/core/browser/BUILD.gn » ('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', 13 '../base/base.gyp:base_prefs',
14 '../net/net.gyp:net', 14 '../net/net.gyp:net',
15 '../url/url.gyp:url_lib', 15 '../url/url.gyp:url_lib',
16 'content_settings_core_common', 16 'content_settings_core_common',
17 'pref_registry', 17 'pref_registry',
18 ], 18 ],
19 'variables': { 'enable_wexit_time_destructors': 1, }, 19 'variables': { 'enable_wexit_time_destructors': 1, },
20 'include_dirs': [ 20 'include_dirs': [
21 '..', 21 '..',
22 ], 22 ],
23 'sources': [ 23 'sources': [
24 # Note: sources list duplicated in GN build. 24 # Note: sources list duplicated in GN build.
25 'content_settings/core/browser/content_settings_binary_value_map.cc',
26 'content_settings/core/browser/content_settings_binary_value_map.h',
25 'content_settings/core/browser/content_settings_client.h', 27 'content_settings/core/browser/content_settings_client.h',
26 'content_settings/core/browser/content_settings_default_provider.cc', 28 'content_settings/core/browser/content_settings_default_provider.cc',
27 'content_settings/core/browser/content_settings_default_provider.h', 29 'content_settings/core/browser/content_settings_default_provider.h',
28 'content_settings/core/browser/content_settings_details.cc', 30 'content_settings/core/browser/content_settings_details.cc',
29 'content_settings/core/browser/content_settings_details.h', 31 'content_settings/core/browser/content_settings_details.h',
30 'content_settings/core/browser/content_settings_observable_provider.cc', 32 'content_settings/core/browser/content_settings_observable_provider.cc',
31 'content_settings/core/browser/content_settings_observable_provider.h', 33 'content_settings/core/browser/content_settings_observable_provider.h',
32 'content_settings/core/browser/content_settings_observer.h', 34 'content_settings/core/browser/content_settings_observer.h',
33 'content_settings/core/browser/content_settings_origin_identifier_value_ map.cc', 35 'content_settings/core/browser/content_settings_origin_identifier_value_ map.cc',
34 'content_settings/core/browser/content_settings_origin_identifier_value_ map.h', 36 'content_settings/core/browser/content_settings_origin_identifier_value_ map.h',
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 '..', 95 '..',
94 ], 96 ],
95 'sources': [ 97 'sources': [
96 # Note: sources list duplicated in GN build. 98 # Note: sources list duplicated in GN build.
97 'content_settings/core/test/content_settings_test_utils.cc', 99 'content_settings/core/test/content_settings_test_utils.cc',
98 'content_settings/core/test/content_settings_test_utils.h', 100 'content_settings/core/test/content_settings_test_utils.h',
99 ], 101 ],
100 }, 102 },
101 ], 103 ],
102 } 104 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/content_settings/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698