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 55 matching lines...) Loading... |
66 "bluetooth/test/test_bluetooth_local_gatt_service_delegate.h", | 66 "bluetooth/test/test_bluetooth_local_gatt_service_delegate.h", |
67 "gamepad/gamepad_provider_unittest.cc", | 67 "gamepad/gamepad_provider_unittest.cc", |
68 "gamepad/gamepad_service_unittest.cc", | 68 "gamepad/gamepad_service_unittest.cc", |
69 "gamepad/public/interfaces/gamepad_struct_traits_unittest.cc", | 69 "gamepad/public/interfaces/gamepad_struct_traits_unittest.cc", |
70 "generic_sensor/platform_sensor_and_provider_unittest_win.cc", | 70 "generic_sensor/platform_sensor_and_provider_unittest_win.cc", |
71 "generic_sensor/platform_sensor_provider_unittest.cc", | 71 "generic_sensor/platform_sensor_provider_unittest.cc", |
72 "sensors/data_fetcher_shared_memory_base_unittest.cc", | 72 "sensors/data_fetcher_shared_memory_base_unittest.cc", |
73 "sensors/sensor_manager_android_unittest.cc", | 73 "sensors/sensor_manager_android_unittest.cc", |
74 "sensors/sensor_manager_chromeos_unittest.cc", | 74 "sensors/sensor_manager_chromeos_unittest.cc", |
75 "test/run_all_unittests.cc", | 75 "test/run_all_unittests.cc", |
76 "wake_lock/wake_lock_service_context_unittest.cc", | |
77 ] | 76 ] |
78 | 77 |
79 deps = [ | 78 deps = [ |
80 "//base/test:test_support", | 79 "//base/test:test_support", |
81 "//base/third_party/dynamic_annotations:dynamic_annotations", | 80 "//base/third_party/dynamic_annotations:dynamic_annotations", |
82 "//device/base/synchronization", | 81 "//device/base/synchronization", |
83 "//device/battery", | 82 "//device/battery", |
84 "//device/battery:mojo_bindings", | 83 "//device/battery:mojo_bindings", |
85 "//device/bluetooth", | 84 "//device/bluetooth", |
86 "//device/bluetooth:mocks", | 85 "//device/bluetooth:mocks", |
(...skipping 220 matching lines...) Loading... |
307 ] | 306 ] |
308 srcjar_deps = [ "//device/gamepad:java_enums_srcjar" ] | 307 srcjar_deps = [ "//device/gamepad:java_enums_srcjar" ] |
309 } | 308 } |
310 | 309 |
311 java_cpp_enum("bluetooth_test_javagen") { | 310 java_cpp_enum("bluetooth_test_javagen") { |
312 sources = [ | 311 sources = [ |
313 "bluetooth/test/bluetooth_test.h", | 312 "bluetooth/test/bluetooth_test.h", |
314 ] | 313 ] |
315 } | 314 } |
316 } | 315 } |
OLD | NEW |