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

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

Issue 579673003: Move content_settings_observer.h, content_settings_provider.h, content_settings_rule.* to the compo… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: last comment Created 6 years, 3 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
(Empty)
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
3 # found in the LICENSE file.
4
5 static_library("browser") {
6 sources = [
7 "content_settings_details.cc",
8 "content_settings_details.h",
9 "content_settings_observer.h",
10 "content_settings_provider.h",
11 "content_settings_rule.cc",
12 "content_settings_rule.h",
13 ]
14
15 deps = [
16 "//base",
17 "//components/content_settings/core/common",
18 ]
19 }
20
21 source_set("unit_tests") {
22 testonly = true
23 sources = [
24 "content_settings_rule_unittest.cc",
25 ]
26
27 deps = [
28 ":browser",
29 "//testing/gtest",
30 ]
31 }
OLDNEW
« no previous file with comments | « components/content_settings/core/DEPS ('k') | components/content_settings/core/browser/content_settings_details.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698