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

Side by Side Diff: components/content_settings/core/browser/BUILD.gn

Issue 815643004: Move ContentSettingsUsagesState to the component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
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 static_library("browser") { 5 static_library("browser") {
6 sources = [ 6 sources = [
7 "content_settings_client.h", 7 "content_settings_client.h",
8 "content_settings_default_provider.cc", 8 "content_settings_default_provider.cc",
9 "content_settings_default_provider.h", 9 "content_settings_default_provider.h",
10 "content_settings_details.cc", 10 "content_settings_details.cc",
11 "content_settings_details.h", 11 "content_settings_details.h",
12 "content_settings_observable_provider.cc", 12 "content_settings_observable_provider.cc",
13 "content_settings_observable_provider.h", 13 "content_settings_observable_provider.h",
14 "content_settings_observer.h", 14 "content_settings_observer.h",
15 "content_settings_override_provider.cc", 15 "content_settings_override_provider.cc",
16 "content_settings_override_provider.h", 16 "content_settings_override_provider.h",
17 "content_settings_policy_provider.cc", 17 "content_settings_policy_provider.cc",
18 "content_settings_policy_provider.h", 18 "content_settings_policy_provider.h",
19 "content_settings_pref_provider.cc", 19 "content_settings_pref_provider.cc",
20 "content_settings_pref_provider.h", 20 "content_settings_pref_provider.h",
21 "content_settings_provider.h", 21 "content_settings_provider.h",
22 "content_settings_origin_identifier_value_map.cc", 22 "content_settings_origin_identifier_value_map.cc",
23 "content_settings_origin_identifier_value_map.h", 23 "content_settings_origin_identifier_value_map.h",
24 "content_settings_rule.cc", 24 "content_settings_rule.cc",
25 "content_settings_rule.h", 25 "content_settings_rule.h",
26 "content_settings_usages_state.cc",
27 "content_settings_usages_state.h",
26 "content_settings_utils.cc", 28 "content_settings_utils.cc",
27 "content_settings_utils.h", 29 "content_settings_utils.h",
28 "local_shared_objects_counter.h", 30 "local_shared_objects_counter.h",
29 "host_content_settings_map.cc", 31 "host_content_settings_map.cc",
30 "host_content_settings_map.h", 32 "host_content_settings_map.h",
31 ] 33 ]
32 34
33 deps = [ 35 deps = [
34 "//base", 36 "//base",
35 "//base:prefs", 37 "//base:prefs",
(...skipping 16 matching lines...) Expand all
52 54
53 deps = [ 55 deps = [
54 ":browser", 56 ":browser",
55 "//base", 57 "//base",
56 "//components/content_settings/core/common", 58 "//components/content_settings/core/common",
57 "//components/content_settings/core/test:test_support", 59 "//components/content_settings/core/test:test_support",
58 "//testing/gtest", 60 "//testing/gtest",
59 "//url", 61 "//url",
60 ] 62 ]
61 } 63 }
OLDNEW
« no previous file with comments | « components/content_settings.gypi ('k') | components/content_settings/core/browser/content_settings_usages_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698