| 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("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 8 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
| 9 | 9 |
| 10 source_set("browser") { | 10 source_set("browser") { |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 "//media/midi", | 82 "//media/midi", |
| 83 "//media/mojo/interfaces", | 83 "//media/mojo/interfaces", |
| 84 "//media/mojo/interfaces:image_capture", | 84 "//media/mojo/interfaces:image_capture", |
| 85 "//mojo/common", | 85 "//mojo/common", |
| 86 "//mojo/edk/system", | 86 "//mojo/edk/system", |
| 87 "//mojo/public/cpp/bindings", | 87 "//mojo/public/cpp/bindings", |
| 88 "//mojo/public/js", | 88 "//mojo/public/js", |
| 89 "//net", | 89 "//net", |
| 90 "//net:extras", | 90 "//net:extras", |
| 91 "//net:http_server", | 91 "//net:http_server", |
| 92 "//ppapi/features", |
| 92 "//services/file:lib", | 93 "//services/file:lib", |
| 93 "//services/file/public/cpp", | 94 "//services/file/public/cpp", |
| 94 "//services/file/public/interfaces", | 95 "//services/file/public/interfaces", |
| 95 "//services/shell", | 96 "//services/shell", |
| 96 "//services/shell/public/cpp", | 97 "//services/shell/public/cpp", |
| 97 "//services/shell/public/interfaces", | 98 "//services/shell/public/interfaces", |
| 98 "//services/shell/runner/common", | 99 "//services/shell/runner/common", |
| 99 "//services/shell/runner/host:lib", | 100 "//services/shell/runner/host:lib", |
| 100 "//skia", | 101 "//skia", |
| 101 "//sql", | 102 "//sql", |
| (...skipping 1839 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1941 if (!is_component_build) { | 1942 if (!is_component_build) { |
| 1942 public_deps = [ | 1943 public_deps = [ |
| 1943 ":browser", | 1944 ":browser", |
| 1944 ] | 1945 ] |
| 1945 } else { | 1946 } else { |
| 1946 public_deps = [ | 1947 public_deps = [ |
| 1947 "//third_party/leveldatabase", | 1948 "//third_party/leveldatabase", |
| 1948 ] | 1949 ] |
| 1949 } | 1950 } |
| 1950 } | 1951 } |
| OLD | NEW |