| 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/features.gni") | 5 import("vr/features/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/config.gni") | 10 import("//build/config/android/config.gni") |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 "bluetooth/test/test_bluetooth_adapter_observer.cc", | 62 "bluetooth/test/test_bluetooth_adapter_observer.cc", |
| 63 "bluetooth/test/test_bluetooth_adapter_observer.h", | 63 "bluetooth/test/test_bluetooth_adapter_observer.h", |
| 64 "bluetooth/test/test_bluetooth_local_gatt_service_delegate.cc", | 64 "bluetooth/test/test_bluetooth_local_gatt_service_delegate.cc", |
| 65 "bluetooth/test/test_bluetooth_local_gatt_service_delegate.h", | 65 "bluetooth/test/test_bluetooth_local_gatt_service_delegate.h", |
| 66 "bluetooth/uribeacon/uri_encoder_unittest.cc", | 66 "bluetooth/uribeacon/uri_encoder_unittest.cc", |
| 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", | |
| 73 "sensors/sensor_manager_android_unittest.cc", | |
| 74 "sensors/sensor_manager_chromeos_unittest.cc", | |
| 75 "test/run_all_unittests.cc", | 72 "test/run_all_unittests.cc", |
| 76 ] | 73 ] |
| 77 | 74 |
| 78 deps = [ | 75 deps = [ |
| 79 "//base/test:test_support", | 76 "//base/test:test_support", |
| 80 "//base/third_party/dynamic_annotations:dynamic_annotations", | 77 "//base/third_party/dynamic_annotations:dynamic_annotations", |
| 81 "//device/base/synchronization", | 78 "//device/base/synchronization", |
| 82 "//device/bluetooth", | 79 "//device/bluetooth", |
| 83 "//device/bluetooth:mocks", | 80 "//device/bluetooth:mocks", |
| 84 "//device/bluetooth:mojo", | 81 "//device/bluetooth:mojo", |
| 85 "//device/bluetooth/uribeacon", | 82 "//device/bluetooth/uribeacon", |
| 86 "//device/gamepad", | 83 "//device/gamepad", |
| 87 "//device/gamepad:test_helpers", | 84 "//device/gamepad:test_helpers", |
| 88 "//device/gamepad/public/cpp:shared_with_blink", | 85 "//device/gamepad/public/cpp:shared_with_blink", |
| 89 "//device/gamepad/public/interfaces", | 86 "//device/gamepad/public/interfaces", |
| 90 "//device/gamepad/public/interfaces:gamepad_struct_traits_test", | 87 "//device/gamepad/public/interfaces:gamepad_struct_traits_test", |
| 91 "//device/generic_sensor", | 88 "//device/generic_sensor", |
| 92 "//device/generic_sensor:testing", | 89 "//device/generic_sensor:testing", |
| 93 "//device/geolocation:unittests", | 90 "//device/geolocation:unittests", |
| 94 "//device/power_save_blocker", | 91 "//device/power_save_blocker", |
| 95 "//device/sensors", | |
| 96 "//device/sensors/public/cpp:full", | |
| 97 "//device/sensors/public/interfaces", | |
| 98 "//device/wake_lock", | 92 "//device/wake_lock", |
| 99 "//mojo/common", | 93 "//mojo/common", |
| 100 "//mojo/edk/system", | 94 "//mojo/edk/system", |
| 101 "//mojo/public/cpp/bindings", | 95 "//mojo/public/cpp/bindings", |
| 102 "//net", | 96 "//net", |
| 103 "//testing/gmock", | 97 "//testing/gmock", |
| 104 "//testing/gtest", | 98 "//testing/gtest", |
| 105 "//third_party/WebKit/public:blink_headers", | 99 "//third_party/WebKit/public:blink_headers", |
| 106 "//tools/usb_gadget", | 100 "//tools/usb_gadget", |
| 107 "//url", | 101 "//url", |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 sources += [ "usb/usb_context_unittest.cc" ] | 174 sources += [ "usb/usb_context_unittest.cc" ] |
| 181 deps += [ "//third_party/libusb" ] | 175 deps += [ "//third_party/libusb" ] |
| 182 } | 176 } |
| 183 | 177 |
| 184 if (is_android) { | 178 if (is_android) { |
| 185 deps += [ | 179 deps += [ |
| 186 ":bluetooth_test_java", | 180 ":bluetooth_test_java", |
| 187 ":bluetooth_test_jni_headers", | 181 ":bluetooth_test_jni_headers", |
| 188 "//device/geolocation:geolocation_java", | 182 "//device/geolocation:geolocation_java", |
| 189 "//device/geolocation:geolocation_java_test_support", | 183 "//device/geolocation:geolocation_java_test_support", |
| 190 "//device/sensors:java", | |
| 191 "//device/usb:java", | 184 "//device/usb:java", |
| 192 ] | 185 ] |
| 193 } | 186 } |
| 194 | 187 |
| 195 if (is_chromeos) { | 188 if (is_chromeos) { |
| 196 deps += [ | 189 deps += [ |
| 197 "//chromeos", | 190 "//chromeos", |
| 198 "//chromeos:test_support", | 191 "//chromeos:test_support", |
| 199 "//chromeos:test_support_without_gmock", | 192 "//chromeos:test_support_without_gmock", |
| 200 ] | 193 ] |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 312 ] | 305 ] |
| 313 srcjar_deps = [ "//device/gamepad:java_enums_srcjar" ] | 306 srcjar_deps = [ "//device/gamepad:java_enums_srcjar" ] |
| 314 } | 307 } |
| 315 | 308 |
| 316 java_cpp_enum("bluetooth_test_javagen") { | 309 java_cpp_enum("bluetooth_test_javagen") { |
| 317 sources = [ | 310 sources = [ |
| 318 "bluetooth/test/bluetooth_test.h", | 311 "bluetooth/test/bluetooth_test.h", |
| 319 ] | 312 ] |
| 320 } | 313 } |
| 321 } | 314 } |
| OLD | NEW |