| 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("//content/browser/browser.gni") | 7 import("//content/browser/browser.gni") |
| 8 import("//media/media_options.gni") | 8 import("//media/media_options.gni") |
| 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
| 10 | 10 |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 "//media/gpu/ipc/client", | 78 "//media/gpu/ipc/client", |
| 79 "//media/midi", | 79 "//media/midi", |
| 80 "//media/mojo/interfaces", | 80 "//media/mojo/interfaces", |
| 81 "//media/mojo/interfaces:image_capture", | 81 "//media/mojo/interfaces:image_capture", |
| 82 "//mojo/common", | 82 "//mojo/common", |
| 83 "//mojo/edk/system", | 83 "//mojo/edk/system", |
| 84 "//mojo/public/cpp/bindings", | 84 "//mojo/public/cpp/bindings", |
| 85 "//mojo/public/js", | 85 "//mojo/public/js", |
| 86 "//net", | 86 "//net", |
| 87 "//net:extras", | 87 "//net:extras", |
| 88 "//net:http_server", |
| 88 "//services/file:lib", | 89 "//services/file:lib", |
| 89 "//services/file/public/cpp", | 90 "//services/file/public/cpp", |
| 90 "//services/file/public/interfaces", | 91 "//services/file/public/interfaces", |
| 91 "//services/shell", | 92 "//services/shell", |
| 92 "//services/shell/public/cpp", | 93 "//services/shell/public/cpp", |
| 93 "//services/shell/public/interfaces", | 94 "//services/shell/public/interfaces", |
| 94 "//services/shell/runner/common", | 95 "//services/shell/runner/common", |
| 95 "//services/shell/runner/host:lib", | 96 "//services/shell/runner/host:lib", |
| 96 "//skia", | 97 "//skia", |
| 97 "//sql", | 98 "//sql", |
| (...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 503 if (!is_component_build) { | 504 if (!is_component_build) { |
| 504 public_deps = [ | 505 public_deps = [ |
| 505 ":browser", | 506 ":browser", |
| 506 ] | 507 ] |
| 507 } else { | 508 } else { |
| 508 public_deps = [ | 509 public_deps = [ |
| 509 "//third_party/leveldatabase", | 510 "//third_party/leveldatabase", |
| 510 ] | 511 ] |
| 511 } | 512 } |
| 512 } | 513 } |
| OLD | NEW |