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

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

Issue 2512563003: Convert enable_plugins to a buildflag header. (Closed)
Patch Set: Merge Created 4 years, 1 month 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//ppapi/features/features.gni")
8 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
9 import("//third_party/WebKit/public/public_features.gni") 10 import("//third_party/WebKit/public/public_features.gni")
10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 11 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
11 12
12 source_set("browser") { 13 source_set("browser") {
13 # Only the public target should depend on this. All other targets (even 14 # Only the public target should depend on this. All other targets (even
14 # internal content ones) should depend on the public one. 15 # internal content ones) should depend on the public one.
15 visibility = [ 16 visibility = [
16 ":for_content_tests", # See top of //content/BUILD.gn for why. 17 ":for_content_tests", # See top of //content/BUILD.gn for why.
17 "//content/public/browser:browser_sources", 18 "//content/public/browser:browser_sources",
(...skipping 1953 matching lines...) Expand 10 before | Expand all | Expand 10 after
1971 if (!is_component_build) { 1972 if (!is_component_build) {
1972 public_deps = [ 1973 public_deps = [
1973 ":browser", 1974 ":browser",
1974 ] 1975 ]
1975 } else { 1976 } else {
1976 public_deps = [ 1977 public_deps = [
1977 "//third_party/leveldatabase", 1978 "//third_party/leveldatabase",
1978 ] 1979 ]
1979 } 1980 }
1980 } 1981 }
OLDNEW
« no previous file with comments | « content/app/content_main_runner.cc ('k') | content/browser/android/browser_startup_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698