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

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

Issue 2380943004: Merge LocalSharedObjectsContainer with LocalSharedObjectsCounter (Closed)
Patch Set: More missing #includes Created 4 years, 2 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 6
7 static_library("browser") { 7 static_library("browser") {
8 sources = [ 8 sources = [
9 "content_settings_binary_value_map.cc", 9 "content_settings_binary_value_map.cc",
10 "content_settings_binary_value_map.h", 10 "content_settings_binary_value_map.h",
(...skipping 20 matching lines...) Expand all
31 "content_settings_rule.cc", 31 "content_settings_rule.cc",
32 "content_settings_rule.h", 32 "content_settings_rule.h",
33 "content_settings_usages_state.cc", 33 "content_settings_usages_state.cc",
34 "content_settings_usages_state.h", 34 "content_settings_usages_state.h",
35 "content_settings_utils.cc", 35 "content_settings_utils.cc",
36 "content_settings_utils.h", 36 "content_settings_utils.h",
37 "cookie_settings.cc", 37 "cookie_settings.cc",
38 "cookie_settings.h", 38 "cookie_settings.h",
39 "host_content_settings_map.cc", 39 "host_content_settings_map.cc",
40 "host_content_settings_map.h", 40 "host_content_settings_map.h",
41 "local_shared_objects_counter.h",
42 "website_settings_info.cc", 41 "website_settings_info.cc",
43 "website_settings_info.h", 42 "website_settings_info.h",
44 "website_settings_registry.cc", 43 "website_settings_registry.cc",
45 "website_settings_registry.h", 44 "website_settings_registry.h",
46 ] 45 ]
47 46
48 deps = [ 47 deps = [
49 "//base", 48 "//base",
50 "//components/content_settings/core/common", 49 "//components/content_settings/core/common",
51 "//components/keyed_service/core", 50 "//components/keyed_service/core",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 "//base", 82 "//base",
84 "//base/test:test_support", 83 "//base/test:test_support",
85 "//components/content_settings/core/common", 84 "//components/content_settings/core/common",
86 "//components/content_settings/core/test:test_support", 85 "//components/content_settings/core/test:test_support",
87 "//components/pref_registry:test_support", 86 "//components/pref_registry:test_support",
88 "//components/prefs", 87 "//components/prefs",
89 "//testing/gtest", 88 "//testing/gtest",
90 "//url", 89 "//url",
91 ] 90 ]
92 } 91 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698