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("//gpu/vulkan/features.gni") | 7 import("//gpu/vulkan/features.gni") |
8 import("//media/media_options.gni") | 8 import("//media/media_options.gni") |
9 import("//ppapi/features/features.gni") | 9 import("//ppapi/features/features.gni") |
10 import("//printing/features/features.gni") | 10 import("//printing/features/features.gni") |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 "//device/gamepad", | 71 "//device/gamepad", |
72 "//device/generic_sensor", | 72 "//device/generic_sensor", |
73 "//device/geolocation", | 73 "//device/geolocation", |
74 "//device/geolocation/public/interfaces", | 74 "//device/geolocation/public/interfaces", |
75 "//device/nfc:mojo_bindings", | 75 "//device/nfc:mojo_bindings", |
76 "//device/power_save_blocker", | 76 "//device/power_save_blocker", |
77 "//device/screen_orientation/public/interfaces", | 77 "//device/screen_orientation/public/interfaces", |
78 "//device/sensors", | 78 "//device/sensors", |
79 "//device/vibration", | 79 "//device/vibration", |
80 "//device/vr", | 80 "//device/vr", |
| 81 "//device/vr:features", |
81 "//device/wake_lock", | 82 "//device/wake_lock", |
82 "//google_apis", | 83 "//google_apis", |
83 "//gpu", | 84 "//gpu", |
84 "//gpu/command_buffer/client:gles2_implementation", | 85 "//gpu/command_buffer/client:gles2_implementation", |
85 "//gpu/command_buffer/client:gles2_interface", | 86 "//gpu/command_buffer/client:gles2_interface", |
86 "//gpu/ipc/host", | 87 "//gpu/ipc/host", |
87 "//gpu/vulkan:features", | 88 "//gpu/vulkan:features", |
88 "//ipc", | 89 "//ipc", |
89 "//media", | 90 "//media", |
90 "//media/capture", | 91 "//media/capture", |
(...skipping 1947 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2038 if (!is_component_build) { | 2039 if (!is_component_build) { |
2039 public_deps = [ | 2040 public_deps = [ |
2040 ":browser", | 2041 ":browser", |
2041 ] | 2042 ] |
2042 } else { | 2043 } else { |
2043 public_deps = [ | 2044 public_deps = [ |
2044 "//third_party/leveldatabase", | 2045 "//third_party/leveldatabase", |
2045 ] | 2046 ] |
2046 } | 2047 } |
2047 } | 2048 } |
OLD | NEW |