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

Unified Diff: content/test/BUILD.gn

Issue 2812223006: Replace device_sensor browsertest by service unittest. (Closed)
Patch Set: Replace device_sensor browsertest by service unittest. 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 side-by-side diff with in-line comments
Download patch
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 5537adb9736d822a7dccdb07df44e82a4808cf77..45667f490430afe3cba6d1e6010bf2bdf1f26576 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -611,7 +611,6 @@ test("content_browsertests") {
"../browser/compositor/image_transport_factory_browsertest.cc",
"../browser/cross_site_transfer_browsertest.cc",
"../browser/database_browsertest.cc",
- "../browser/device_sensors/device_sensor_browsertest.cc",
"../browser/devtools/protocol/devtools_protocol_browsertest.cc",
"../browser/devtools/site_per_process_devtools_browsertest.cc",
"../browser/dom_storage/dom_storage_browsertest.cc",
@@ -757,8 +756,6 @@ test("content_browsertests") {
"//device/generic_sensor",
"//device/power_save_blocker",
"//device/screen_orientation/public/interfaces",
- "//device/sensors",
- "//device/sensors/public/cpp:full",
"//device/wake_lock/public/interfaces",
"//gin",
"//gpu",

Powered by Google App Engine
This is Rietveld 408576698