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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 "//content/browser/background_sync:background_sync_proto", | 49 "//content/browser/background_sync:background_sync_proto", |
50 "//content/browser/cache_storage:cache_storage_proto", | 50 "//content/browser/cache_storage:cache_storage_proto", |
51 "//content/browser/devtools:gen_devtools_protocol_handler", | 51 "//content/browser/devtools:gen_devtools_protocol_handler", |
52 "//content/browser/devtools:resources", | 52 "//content/browser/devtools:resources", |
53 "//content/browser/notifications:notification_proto", | 53 "//content/browser/notifications:notification_proto", |
54 "//content/browser/service_worker:service_worker_proto", | 54 "//content/browser/service_worker:service_worker_proto", |
55 "//content/browser/speech/proto", | 55 "//content/browser/speech/proto", |
56 "//content/common", | 56 "//content/common", |
57 "//content/public/common:common_sources", | 57 "//content/public/common:common_sources", |
58 "//crypto", | 58 "//crypto", |
| 59 "//device/base", |
59 "//device/battery", | 60 "//device/battery", |
60 "//device/bluetooth", | 61 "//device/bluetooth", |
61 "//device/gamepad", | 62 "//device/gamepad", |
62 "//device/generic_sensor", | 63 "//device/generic_sensor", |
63 "//device/geolocation", | 64 "//device/geolocation", |
64 "//device/geolocation/public/interfaces", | 65 "//device/geolocation/public/interfaces", |
65 "//device/nfc:mojo_bindings", | 66 "//device/nfc:mojo_bindings", |
66 "//device/power_save_blocker", | 67 "//device/power_save_blocker", |
67 "//device/time_zone_monitor", | 68 "//device/time_zone_monitor", |
68 "//device/vibration", | 69 "//device/vibration", |
(...skipping 1892 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1961 if (!is_component_build) { | 1962 if (!is_component_build) { |
1962 public_deps = [ | 1963 public_deps = [ |
1963 ":browser", | 1964 ":browser", |
1964 ] | 1965 ] |
1965 } else { | 1966 } else { |
1966 public_deps = [ | 1967 public_deps = [ |
1967 "//third_party/leveldatabase", | 1968 "//third_party/leveldatabase", |
1968 ] | 1969 ] |
1969 } | 1970 } |
1970 } | 1971 } |
OLD | NEW |