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

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

Issue 1171333003: Move net::FormatUrl and friends outside of //net and into //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase again now that CQ is fixed Created 5 years, 4 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/content_settings/core/browser/DEPS » ('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 static_library("browser") { 5 static_library("browser") {
6 sources = [ 6 sources = [
7 "content_settings_binary_value_map.cc", 7 "content_settings_binary_value_map.cc",
8 "content_settings_binary_value_map.h", 8 "content_settings_binary_value_map.h",
9 "content_settings_client.h", 9 "content_settings_client.h",
10 "content_settings_default_provider.cc", 10 "content_settings_default_provider.cc",
(...skipping 30 matching lines...) Expand all
41 "website_settings_registry.cc", 41 "website_settings_registry.cc",
42 "website_settings_registry.h", 42 "website_settings_registry.h",
43 ] 43 ]
44 44
45 deps = [ 45 deps = [
46 "//base", 46 "//base",
47 "//base:prefs", 47 "//base:prefs",
48 "//components/content_settings/core/common", 48 "//components/content_settings/core/common",
49 "//components/plugins/common", 49 "//components/plugins/common",
50 "//components/pref_registry:pref_registry", 50 "//components/pref_registry:pref_registry",
51 "//components/url_formatter",
51 "//net", 52 "//net",
52 "//url", 53 "//url",
53 ] 54 ]
54 55
55 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 56 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
56 } 57 }
57 58
58 source_set("unit_tests") { 59 source_set("unit_tests") {
59 testonly = true 60 testonly = true
60 sources = [ 61 sources = [
61 "content_settings_mock_provider.cc", 62 "content_settings_mock_provider.cc",
62 "content_settings_mock_provider.h", 63 "content_settings_mock_provider.h",
63 "content_settings_provider_unittest.cc", 64 "content_settings_provider_unittest.cc",
64 "content_settings_rule_unittest.cc", 65 "content_settings_rule_unittest.cc",
65 "content_settings_utils_unittest.cc", 66 "content_settings_utils_unittest.cc",
66 "cookie_settings_unittest.cc", 67 "cookie_settings_unittest.cc",
67 "plugins_field_trial_unittest.cc", 68 "plugins_field_trial_unittest.cc",
68 ] 69 ]
69 70
70 deps = [ 71 deps = [
71 ":browser", 72 ":browser",
72 "//base", 73 "//base",
73 "//components/content_settings/core/common", 74 "//components/content_settings/core/common",
74 "//components/content_settings/core/test:test_support", 75 "//components/content_settings/core/test:test_support",
75 "//testing/gtest", 76 "//testing/gtest",
76 "//url", 77 "//url",
77 ] 78 ]
78 } 79 }
OLDNEW
« no previous file with comments | « components/content_settings.gypi ('k') | components/content_settings/core/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698