| 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("//printing/features/features.gni") | 8 import("//printing/features/features.gni") |
| 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
| 10 | 10 |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 "//device/battery:mojo_bindings", | 63 "//device/battery:mojo_bindings", |
| 64 "//device/bluetooth", | 64 "//device/bluetooth", |
| 65 "//device/gamepad", | 65 "//device/gamepad", |
| 66 "//device/generic_sensor", | 66 "//device/generic_sensor", |
| 67 "//device/geolocation", | 67 "//device/geolocation", |
| 68 "//device/geolocation/public/interfaces", | 68 "//device/geolocation/public/interfaces", |
| 69 "//device/nfc:mojo_bindings", | 69 "//device/nfc:mojo_bindings", |
| 70 "//device/power_save_blocker", | 70 "//device/power_save_blocker", |
| 71 "//device/sensors/public/cpp", | 71 "//device/sensors/public/cpp", |
| 72 "//device/time_zone_monitor", | 72 "//device/time_zone_monitor", |
| 73 "//device/time_zone_monitor/public/interfaces", |
| 73 "//device/vibration", | 74 "//device/vibration", |
| 74 "//device/wake_lock", | 75 "//device/wake_lock", |
| 75 "//gin", | 76 "//gin", |
| 76 "//google_apis", | 77 "//google_apis", |
| 77 "//gpu", | 78 "//gpu", |
| 78 "//gpu/command_buffer/client:gles2_implementation", | 79 "//gpu/command_buffer/client:gles2_implementation", |
| 79 "//gpu/command_buffer/client:gles2_interface", | 80 "//gpu/command_buffer/client:gles2_interface", |
| 80 "//ipc", | 81 "//ipc", |
| 81 "//ipc:mojom", | 82 "//ipc:mojom", |
| 82 "//media", | 83 "//media", |
| (...skipping 1868 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1951 if (!is_component_build) { | 1952 if (!is_component_build) { |
| 1952 public_deps = [ | 1953 public_deps = [ |
| 1953 ":browser", | 1954 ":browser", |
| 1954 ] | 1955 ] |
| 1955 } else { | 1956 } else { |
| 1956 public_deps = [ | 1957 public_deps = [ |
| 1957 "//third_party/leveldatabase", | 1958 "//third_party/leveldatabase", |
| 1958 ] | 1959 ] |
| 1959 } | 1960 } |
| 1960 } | 1961 } |
| OLD | NEW |