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

Side by Side Diff: chrome/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
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//components/nacl/nacl_defines.gni") 8 import("//components/nacl/nacl_defines.gni")
9 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which 9 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which
10 # produces a conflict for the "grit" template so we have to only include one. 10 # produces a conflict for the "grit" template so we have to only include one.
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 "//chrome/browser/net:cert_logger_proto", 45 "//chrome/browser/net:cert_logger_proto",
46 "//chrome/browser/net:probe_message_proto", 46 "//chrome/browser/net:probe_message_proto",
47 "//chrome/browser/ui", 47 "//chrome/browser/ui",
48 "//chrome/common", 48 "//chrome/common",
49 "//chrome/common/net", 49 "//chrome/common/net",
50 "//components/autofill/core/browser", 50 "//components/autofill/core/browser",
51 "//components/bookmarks/browser", 51 "//components/bookmarks/browser",
52 "//components/captive_portal", 52 "//components/captive_portal",
53 "//components/cloud_devices/common", 53 "//components/cloud_devices/common",
54 "//components/component_updater", 54 "//components/component_updater",
55 "//components/content_settings/core/browser",
55 "//components/content_settings/core/common", 56 "//components/content_settings/core/common",
56 "//components/crx_file", 57 "//components/crx_file",
57 "//components/data_reduction_proxy/browser", 58 "//components/data_reduction_proxy/browser",
58 "//components/domain_reliability", 59 "//components/domain_reliability",
59 "//components/favicon_base", 60 "//components/favicon_base",
60 "//components/favicon/core", 61 "//components/favicon/core",
61 "//components/feedback", 62 "//components/feedback",
62 "//components/gcm_driver", 63 "//components/gcm_driver",
63 "//components/google/core/browser", 64 "//components/google/core/browser",
64 "//components/history/core/browser", 65 "//components/history/core/browser",
(...skipping 859 matching lines...) Expand 10 before | Expand all | Expand 10 after
924 ] 925 ]
925 } 926 }
926 927
927 if (enable_wifi_bootstrapping) { 928 if (enable_wifi_bootstrapping) {
928 sources += [ 929 sources += [
929 "local_discovery/wifi/mock_wifi_manager.cc", 930 "local_discovery/wifi/mock_wifi_manager.cc",
930 "local_discovery/wifi/mock_wifi_manager.h", 931 "local_discovery/wifi/mock_wifi_manager.h",
931 ] 932 ]
932 } 933 }
933 } 934 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698