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

Unified Diff: device/BUILD.gn

Issue 2646093002: Move //content/browser/device_sensor/ into device/sensors (Closed)
Patch Set: gn format & code rebase Created 3 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/test/BUILD.gn ('k') | device/sensors/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/BUILD.gn
diff --git a/device/BUILD.gn b/device/BUILD.gn
index c3d352600d6a224dc7b9cc7181a58e13084f26c7..f26a6bb0aa43b2c51ab14bbdfb7dc9283d31d8cb 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -70,6 +70,9 @@ test("device_unittests") {
"generic_sensor/platform_sensor_provider_unittest.cc",
"power_monitor/power_monitor_message_broadcaster_unittest.cc",
"power_monitor/public/cpp/power_monitor_broadcast_source_unittest.cc",
+ "sensors/data_fetcher_shared_memory_base_unittest.cc",
+ "sensors/sensor_manager_android_unittest.cc",
+ "sensors/sensor_manager_chromeos_unittest.cc",
"test/run_all_unittests.cc",
"wake_lock/wake_lock_service_context_unittest.cc",
]
@@ -94,6 +97,9 @@ test("device_unittests") {
"//device/power_monitor/public/cpp",
"//device/power_monitor/public/interfaces",
"//device/power_save_blocker",
+ "//device/sensors",
+ "//device/sensors/public/cpp",
+ "//device/sensors/public/interfaces",
"//device/wake_lock",
"//mojo/common",
"//mojo/edk/system",
@@ -101,6 +107,7 @@ test("device_unittests") {
"//net",
"//testing/gmock",
"//testing/gtest",
+ "//third_party/WebKit/public:blink",
"//third_party/WebKit/public:blink_headers",
"//tools/usb_gadget",
"//url",
@@ -184,6 +191,7 @@ test("device_unittests") {
":bluetooth_test_jni_headers",
"//device/geolocation:geolocation_java",
"//device/geolocation:geolocation_java_test_support",
+ "//device/sensors:java",
"//device/usb:java",
]
deps -= [ "//device/battery" ]
« no previous file with comments | « content/test/BUILD.gn ('k') | device/sensors/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698