Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(744)

Side by Side Diff: device/BUILD.gn

Issue 2819273006: Move //device/sensor impl to be part of the internal implemenation of the Device Service. (Closed)
Patch Set: Move //device/sensor impl to be part of the internal implemenation of the Device Service Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/test/layouttest_support.cc ('k') | device/generic_sensor/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 "bluetooth/test/test_bluetooth_adapter_observer.cc", 63 "bluetooth/test/test_bluetooth_adapter_observer.cc",
64 "bluetooth/test/test_bluetooth_adapter_observer.h", 64 "bluetooth/test/test_bluetooth_adapter_observer.h",
65 "bluetooth/test/test_bluetooth_local_gatt_service_delegate.cc", 65 "bluetooth/test/test_bluetooth_local_gatt_service_delegate.cc",
66 "bluetooth/test/test_bluetooth_local_gatt_service_delegate.h", 66 "bluetooth/test/test_bluetooth_local_gatt_service_delegate.h",
67 "bluetooth/uribeacon/uri_encoder_unittest.cc", 67 "bluetooth/uribeacon/uri_encoder_unittest.cc",
68 "gamepad/gamepad_provider_unittest.cc", 68 "gamepad/gamepad_provider_unittest.cc",
69 "gamepad/gamepad_service_unittest.cc", 69 "gamepad/gamepad_service_unittest.cc",
70 "gamepad/public/interfaces/gamepad_struct_traits_unittest.cc", 70 "gamepad/public/interfaces/gamepad_struct_traits_unittest.cc",
71 "generic_sensor/platform_sensor_and_provider_unittest_win.cc", 71 "generic_sensor/platform_sensor_and_provider_unittest_win.cc",
72 "generic_sensor/platform_sensor_provider_unittest.cc", 72 "generic_sensor/platform_sensor_provider_unittest.cc",
73 "sensors/data_fetcher_shared_memory_base_unittest.cc",
74 "sensors/sensor_manager_android_unittest.cc",
75 "sensors/sensor_manager_chromeos_unittest.cc",
76 "test/run_all_unittests.cc", 73 "test/run_all_unittests.cc",
77 "u2f/u2f_apdu_unittest.cc", 74 "u2f/u2f_apdu_unittest.cc",
78 "u2f/u2f_message_unittest.cc", 75 "u2f/u2f_message_unittest.cc",
79 ] 76 ]
80 77
81 deps = [ 78 deps = [
82 "//base/test:test_support", 79 "//base/test:test_support",
83 "//base/third_party/dynamic_annotations:dynamic_annotations", 80 "//base/third_party/dynamic_annotations:dynamic_annotations",
84 "//device/base/synchronization", 81 "//device/base/synchronization",
85 "//device/battery", 82 "//device/battery",
86 "//device/battery:mojo_bindings", 83 "//device/battery:mojo_bindings",
87 "//device/bluetooth", 84 "//device/bluetooth",
88 "//device/bluetooth:mocks", 85 "//device/bluetooth:mocks",
89 "//device/bluetooth:mojo", 86 "//device/bluetooth:mojo",
90 "//device/bluetooth/uribeacon", 87 "//device/bluetooth/uribeacon",
91 "//device/gamepad", 88 "//device/gamepad",
92 "//device/gamepad:test_helpers", 89 "//device/gamepad:test_helpers",
93 "//device/gamepad/public/cpp:shared_with_blink", 90 "//device/gamepad/public/cpp:shared_with_blink",
94 "//device/gamepad/public/interfaces", 91 "//device/gamepad/public/interfaces",
95 "//device/gamepad/public/interfaces:gamepad_struct_traits_test", 92 "//device/gamepad/public/interfaces:gamepad_struct_traits_test",
96 "//device/generic_sensor", 93 "//device/generic_sensor",
97 "//device/generic_sensor:testing", 94 "//device/generic_sensor:testing",
98 "//device/geolocation:unittests", 95 "//device/geolocation:unittests",
99 "//device/power_save_blocker", 96 "//device/power_save_blocker",
100 "//device/sensors",
101 "//device/sensors/public/cpp:full",
102 "//device/sensors/public/interfaces",
103 "//device/wake_lock", 97 "//device/wake_lock",
104 "//mojo/common", 98 "//mojo/common",
105 "//mojo/edk/system", 99 "//mojo/edk/system",
106 "//mojo/public/cpp/bindings", 100 "//mojo/public/cpp/bindings",
107 "//net", 101 "//net",
108 "//testing/gmock", 102 "//testing/gmock",
109 "//testing/gtest", 103 "//testing/gtest",
110 "//third_party/WebKit/public:blink", 104 "//third_party/WebKit/public:blink",
111 "//third_party/WebKit/public:blink_headers", 105 "//third_party/WebKit/public:blink_headers",
112 "//tools/usb_gadget", 106 "//tools/usb_gadget",
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 deps += [ "//third_party/libusb" ] 180 deps += [ "//third_party/libusb" ]
187 } 181 }
188 182
189 if (is_android) { 183 if (is_android) {
190 sources -= [ "battery/battery_status_service_unittest.cc" ] 184 sources -= [ "battery/battery_status_service_unittest.cc" ]
191 deps += [ 185 deps += [
192 ":bluetooth_test_java", 186 ":bluetooth_test_java",
193 ":bluetooth_test_jni_headers", 187 ":bluetooth_test_jni_headers",
194 "//device/geolocation:geolocation_java", 188 "//device/geolocation:geolocation_java",
195 "//device/geolocation:geolocation_java_test_support", 189 "//device/geolocation:geolocation_java_test_support",
196 "//device/sensors:java",
197 "//device/usb:java", 190 "//device/usb:java",
198 ] 191 ]
199 deps -= [ "//device/battery" ] 192 deps -= [ "//device/battery" ]
200 } 193 }
201 194
202 if (is_chromeos) { 195 if (is_chromeos) {
203 deps += [ 196 deps += [
204 "//chromeos", 197 "//chromeos",
205 "//chromeos:test_support", 198 "//chromeos:test_support",
206 "//chromeos:test_support_without_gmock", 199 "//chromeos:test_support_without_gmock",
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 ] 308 ]
316 srcjar_deps = [ "//device/gamepad:java_enums_srcjar" ] 309 srcjar_deps = [ "//device/gamepad:java_enums_srcjar" ]
317 } 310 }
318 311
319 java_cpp_enum("bluetooth_test_javagen") { 312 java_cpp_enum("bluetooth_test_javagen") {
320 sources = [ 313 sources = [
321 "bluetooth/test/bluetooth_test.h", 314 "bluetooth/test/bluetooth_test.h",
322 ] 315 ]
323 } 316 }
324 } 317 }
OLDNEW
« no previous file with comments | « content/test/layouttest_support.cc ('k') | device/generic_sensor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698