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

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

Issue 2562733003: Remove duplicated user_prefs::TestingPrefServiceSyncable (Closed)
Patch Set: Fixed usage from .mm files Created 4 years 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/BUILD.gn ('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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//ppapi/features/features.gni") 6 import("//ppapi/features/features.gni")
7 7
8 static_library("browser") { 8 static_library("browser") {
9 sources = [ 9 sources = [
10 "content_settings_binary_value_map.cc", 10 "content_settings_binary_value_map.cc",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 if (enable_plugins) { 76 if (enable_plugins) {
77 sources += [ "content_settings_provider_unittest.cc" ] 77 sources += [ "content_settings_provider_unittest.cc" ]
78 } 78 }
79 79
80 deps = [ 80 deps = [
81 ":browser", 81 ":browser",
82 "//base", 82 "//base",
83 "//base/test:test_support", 83 "//base/test:test_support",
84 "//components/content_settings/core/common", 84 "//components/content_settings/core/common",
85 "//components/content_settings/core/test:test_support", 85 "//components/content_settings/core/test:test_support",
86 "//components/pref_registry:test_support", 86 "//components/pref_registry:pref_registry",
87 "//components/prefs", 87 "//components/prefs",
88 "//components/sync_preferences:test_support",
88 "//extensions/features", 89 "//extensions/features",
89 "//testing/gtest", 90 "//testing/gtest",
90 "//url", 91 "//url",
91 ] 92 ]
92 } 93 }
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | components/content_settings/core/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698