OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |