OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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("vr/features.gni") | 5 import("vr/features.gni") |
6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
7 import("//testing/test.gni") | 7 import("//testing/test.gni") |
8 | 8 |
9 if (is_android) { | 9 if (is_android) { |
10 import("//build/config/android/rules.gni") # For generate_jni(). | 10 import("//build/config/android/rules.gni") # For generate_jni(). |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 "//device/bluetooth:mojo", | 89 "//device/bluetooth:mojo", |
90 "//device/gamepad", | 90 "//device/gamepad", |
91 "//device/gamepad:test_helpers", | 91 "//device/gamepad:test_helpers", |
92 "//device/gamepad/public/interfaces", | 92 "//device/gamepad/public/interfaces", |
93 "//device/gamepad/public/interfaces:gamepad_struct_traits_test", | 93 "//device/gamepad/public/interfaces:gamepad_struct_traits_test", |
94 "//device/generic_sensor", | 94 "//device/generic_sensor", |
95 "//device/generic_sensor:testing", | 95 "//device/generic_sensor:testing", |
96 "//device/geolocation:unittests", | 96 "//device/geolocation:unittests", |
97 "//device/power_save_blocker", | 97 "//device/power_save_blocker", |
98 "//device/sensors", | 98 "//device/sensors", |
99 "//device/sensors/public/cpp", | 99 "//device/sensors/public/cpp:full", |
100 "//device/sensors/public/interfaces", | 100 "//device/sensors/public/interfaces", |
101 "//device/wake_lock", | 101 "//device/wake_lock", |
102 "//mojo/common", | 102 "//mojo/common", |
103 "//mojo/edk/system", | 103 "//mojo/edk/system", |
104 "//mojo/public/cpp/bindings", | 104 "//mojo/public/cpp/bindings", |
105 "//net", | 105 "//net", |
106 "//testing/gmock", | 106 "//testing/gmock", |
107 "//testing/gtest", | 107 "//testing/gtest", |
108 "//third_party/WebKit/public:blink", | 108 "//third_party/WebKit/public:blink", |
109 "//third_party/WebKit/public:blink_headers", | 109 "//third_party/WebKit/public:blink_headers", |
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
309 ] | 309 ] |
310 srcjar_deps = [ "//device/gamepad:java_enums_srcjar" ] | 310 srcjar_deps = [ "//device/gamepad:java_enums_srcjar" ] |
311 } | 311 } |
312 | 312 |
313 java_cpp_enum("bluetooth_test_javagen") { | 313 java_cpp_enum("bluetooth_test_javagen") { |
314 sources = [ | 314 sources = [ |
315 "bluetooth/test/bluetooth_test.h", | 315 "bluetooth/test/bluetooth_test.h", |
316 ] | 316 ] |
317 } | 317 } |
318 } | 318 } |
OLD | NEW |