| 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 "//device/gamepad", | 64 "//device/gamepad", |
| 65 "//device/geolocation:device_geolocation", | 65 "//device/geolocation:device_geolocation", |
| 66 "//device/geolocation/public/interfaces", | 66 "//device/geolocation/public/interfaces", |
| 67 "//device/power_save_blocker", | 67 "//device/power_save_blocker", |
| 68 "//device/vibration", | 68 "//device/vibration", |
| 69 "//gin", | 69 "//gin", |
| 70 "//google_apis", | 70 "//google_apis", |
| 71 "//gpu", | 71 "//gpu", |
| 72 "//gpu/command_buffer/client:gles2_implementation", | 72 "//gpu/command_buffer/client:gles2_implementation", |
| 73 "//gpu/command_buffer/client:gles2_interface", | 73 "//gpu/command_buffer/client:gles2_interface", |
| 74 "//ipc", | |
| 75 "//ipc:mojom", | |
| 76 "//media", | 74 "//media", |
| 77 "//media/capture", | 75 "//media/capture", |
| 78 "//media/gpu/ipc/client", | 76 "//media/gpu/ipc/client", |
| 79 "//media/midi", | 77 "//media/midi", |
| 80 "//media/mojo/interfaces", | 78 "//media/mojo/interfaces", |
| 81 "//media/mojo/interfaces:image_capture", | 79 "//media/mojo/interfaces:image_capture", |
| 82 "//mojo/common", | 80 "//mojo/common", |
| 83 "//mojo/edk/system", | 81 "//mojo/edk/system", |
| 84 "//mojo/public/cpp/bindings", | 82 "//mojo/public/cpp/bindings", |
| 85 "//mojo/public/js", | 83 "//mojo/public/js", |
| (...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 512 if (!is_component_build) { | 510 if (!is_component_build) { |
| 513 public_deps = [ | 511 public_deps = [ |
| 514 ":browser", | 512 ":browser", |
| 515 ] | 513 ] |
| 516 } else { | 514 } else { |
| 517 public_deps = [ | 515 public_deps = [ |
| 518 "//third_party/leveldatabase", | 516 "//third_party/leveldatabase", |
| 519 ] | 517 ] |
| 520 } | 518 } |
| 521 } | 519 } |
| OLD | NEW |