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

Side by Side Diff: chrome/browser/BUILD.gn

Issue 798923003: Make chrome/renderer/content_settings_observer.cc depend on //components/contents_settings for IPC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix fuzzer compilation Created 5 years, 8 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/content_settings/tab_specific_content_settings.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 8
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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 "//chrome/browser/net:probe_message_proto", 79 "//chrome/browser/net:probe_message_proto",
80 "//chrome/browser/ui", 80 "//chrome/browser/ui",
81 "//chrome/common", 81 "//chrome/common",
82 "//chrome/common/net", 82 "//chrome/common/net",
83 "//components/autofill/core/browser", 83 "//components/autofill/core/browser",
84 "//components/bookmarks/browser", 84 "//components/bookmarks/browser",
85 "//components/bookmarks/managed", 85 "//components/bookmarks/managed",
86 "//components/captive_portal", 86 "//components/captive_portal",
87 "//components/cloud_devices/common", 87 "//components/cloud_devices/common",
88 "//components/component_updater", 88 "//components/component_updater",
89 "//components/content_settings/content/common",
89 "//components/content_settings/core/browser", 90 "//components/content_settings/core/browser",
90 "//components/content_settings/core/common", 91 "//components/content_settings/core/common",
91 "//components/crx_file", 92 "//components/crx_file",
92 "//components/data_reduction_proxy/core/browser", 93 "//components/data_reduction_proxy/core/browser",
93 "//components/device_event_log", 94 "//components/device_event_log",
94 "//components/domain_reliability", 95 "//components/domain_reliability",
95 "//components/enhanced_bookmarks", 96 "//components/enhanced_bookmarks",
96 "//components/favicon/core", 97 "//components/favicon/core",
97 "//components/favicon_base", 98 "//components/favicon_base",
98 "//components/gcm_driver", 99 "//components/gcm_driver",
(...skipping 1015 matching lines...) Expand 10 before | Expand all | Expand 10 after
1114 ] 1115 ]
1115 } 1116 }
1116 1117
1117 if (enable_wifi_bootstrapping) { 1118 if (enable_wifi_bootstrapping) {
1118 sources += [ 1119 sources += [
1119 "local_discovery/wifi/mock_wifi_manager.cc", 1120 "local_discovery/wifi/mock_wifi_manager.cc",
1120 "local_discovery/wifi/mock_wifi_manager.h", 1121 "local_discovery/wifi/mock_wifi_manager.h",
1121 ] 1122 ]
1122 } 1123 }
1123 } 1124 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/content_settings/tab_specific_content_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698