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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
54 "//content/browser/devtools:resources", | 54 "//content/browser/devtools:resources", |
55 "//content/browser/notifications:notification_proto", | 55 "//content/browser/notifications:notification_proto", |
56 "//content/browser/service_worker:service_worker_proto", | 56 "//content/browser/service_worker:service_worker_proto", |
57 "//content/browser/speech/proto", | 57 "//content/browser/speech/proto", |
58 "//content/common", | 58 "//content/common", |
59 "//content/public/common:common_sources", | 59 "//content/public/common:common_sources", |
60 "//crypto", | 60 "//crypto", |
61 "//device/battery", | 61 "//device/battery", |
62 "//device/bluetooth", | 62 "//device/bluetooth", |
63 "//device/gamepad", | 63 "//device/gamepad", |
| 64 "//device/generic_sensor", |
64 "//device/geolocation:device_geolocation", | 65 "//device/geolocation:device_geolocation", |
65 "//device/geolocation/public/interfaces", | 66 "//device/geolocation/public/interfaces", |
66 "//device/power_save_blocker", | 67 "//device/power_save_blocker", |
67 "//device/vibration", | 68 "//device/vibration", |
68 "//gin", | 69 "//gin", |
69 "//google_apis", | 70 "//google_apis", |
70 "//gpu", | 71 "//gpu", |
71 "//gpu/command_buffer/client:gles2_implementation", | 72 "//gpu/command_buffer/client:gles2_implementation", |
72 "//gpu/command_buffer/client:gles2_interface", | 73 "//gpu/command_buffer/client:gles2_interface", |
73 "//ipc", | 74 "//ipc", |
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
502 if (!is_component_build) { | 503 if (!is_component_build) { |
503 public_deps = [ | 504 public_deps = [ |
504 ":browser", | 505 ":browser", |
505 ] | 506 ] |
506 } else { | 507 } else { |
507 public_deps = [ | 508 public_deps = [ |
508 "//third_party/leveldatabase", | 509 "//third_party/leveldatabase", |
509 ] | 510 ] |
510 } | 511 } |
511 } | 512 } |
OLD | NEW |