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

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

Issue 640753002: Introduce ContentSettingsClient interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@384873_move_interface_to_component
Patch Set: Removing the stubs Created 6 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 static_library("browser") { 5 static_library("browser") {
6 sources = [ 6 sources = [
7 "content_settings_client.h",
7 "content_settings_details.cc", 8 "content_settings_details.cc",
8 "content_settings_details.h", 9 "content_settings_details.h",
9 "content_settings_observer.h", 10 "content_settings_observer.h",
10 "content_settings_provider.h", 11 "content_settings_provider.h",
11 "content_settings_observable_provider.cc", 12 "content_settings_observable_provider.cc",
12 "content_settings_observable_provider.h", 13 "content_settings_observable_provider.h",
13 "content_settings_origin_identifier_value_map.cc", 14 "content_settings_origin_identifier_value_map.cc",
14 "content_settings_origin_identifier_value_map.h", 15 "content_settings_origin_identifier_value_map.h",
15 "content_settings_rule.cc", 16 "content_settings_rule.cc",
16 "content_settings_rule.h", 17 "content_settings_rule.h",
(...skipping 10 matching lines...) Expand all
27 testonly = true 28 testonly = true
28 sources = [ 29 sources = [
29 "content_settings_rule_unittest.cc", 30 "content_settings_rule_unittest.cc",
30 ] 31 ]
31 32
32 deps = [ 33 deps = [
33 ":browser", 34 ":browser",
34 "//testing/gtest", 35 "//testing/gtest",
35 ] 36 ]
36 } 37 }
OLDNEW
« no previous file with comments | « components/content_settings.gypi ('k') | components/content_settings/core/browser/content_settings_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698