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

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

Issue 1084123002: Make DETECT_IMPORTANT_CONTENT the default Plugins content setting based (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gyp shuffle for ios 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/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/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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 "//components/app_modal", 237 "//components/app_modal",
238 "//components/autofill/content/browser", 238 "//components/autofill/content/browser",
239 "//components/browsing_data", 239 "//components/browsing_data",
240 "//components/data_reduction_proxy/content/browser", 240 "//components/data_reduction_proxy/content/browser",
241 "//components/dom_distiller/content", 241 "//components/dom_distiller/content",
242 "//components/favicon/content", 242 "//components/favicon/content",
243 "//components/history/content/browser", 243 "//components/history/content/browser",
244 "//components/keyed_service/content", 244 "//components/keyed_service/content",
245 "//components/navigation_interception", 245 "//components/navigation_interception",
246 "//components/password_manager/content/browser", 246 "//components/password_manager/content/browser",
247 "//components/plugins/common",
247 "//components/precache/content", 248 "//components/precache/content",
248 "//components/sessions:sessions_content", 249 "//components/sessions:sessions_content",
249 "//components/storage_monitor", 250 "//components/storage_monitor",
250 "//components/translate/content/browser", 251 "//components/translate/content/browser",
251 "//components/url_matcher", 252 "//components/url_matcher",
252 "//components/visitedlink/browser", 253 "//components/visitedlink/browser",
253 "//components/visitedlink/common", 254 "//components/visitedlink/common",
254 "//components/web_cache/browser", 255 "//components/web_cache/browser",
255 "//components/web_modal", 256 "//components/web_modal",
256 "//content/app/resources", 257 "//content/app/resources",
(...skipping 867 matching lines...) Expand 10 before | Expand all | Expand 10 after
1124 ] 1125 ]
1125 } 1126 }
1126 1127
1127 if (enable_wifi_bootstrapping) { 1128 if (enable_wifi_bootstrapping) {
1128 sources += [ 1129 sources += [
1129 "local_discovery/wifi/mock_wifi_manager.cc", 1130 "local_discovery/wifi/mock_wifi_manager.cc",
1130 "local_discovery/wifi/mock_wifi_manager.h", 1131 "local_discovery/wifi/mock_wifi_manager.h",
1131 ] 1132 ]
1132 } 1133 }
1133 } 1134 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698