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

Unified Diff: content/test/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/shell/android/BUILD.gn ('k') | device/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 873128a3bfe90f68a306b09a82eeae6ccbc154c8..aafb8c574711f36b8c681f6478cb6e3dbca12a0c 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -710,6 +710,7 @@ test("content_browsertests") {
"//device/generic_sensor",
"//device/power_save_blocker",
"//device/screen_orientation/public/interfaces",
+ "//device/sensors",
"//device/sensors/public/cpp",
"//device/vibration:mojo_bindings",
"//device/wake_lock",
@@ -1020,9 +1021,6 @@ test("content_unittests") {
"../browser/database_tracker_unittest.cc",
"../browser/database_util_unittest.cc",
"../browser/databases_table_unittest.cc",
- "../browser/device_sensors/data_fetcher_shared_memory_base_unittest.cc",
- "../browser/device_sensors/sensor_manager_android_unittest.cc",
- "../browser/device_sensors/sensor_manager_chromeos_unittest.cc",
"../browser/devtools/devtools_http_handler_unittest.cc",
"../browser/devtools/devtools_manager_unittest.cc",
"../browser/devtools/protocol/tracing_handler_unittest.cc",
« no previous file with comments | « content/shell/android/BUILD.gn ('k') | device/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698