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

Unified Diff: content/test/BUILD.gn

Issue 2434563005: [sensors] Add a browser test to sanity check ambient light sensor. (Closed)
Patch Set: Fix nits found by Reilly Created 4 years, 2 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 2cf12983c8e007ccde1aa2d79265426c7350ad67..f8558a068a79180da5586aa47b34009cad43bf2f 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -561,6 +561,7 @@ test("content_browsertests") {
"../browser/frame_host/render_frame_host_manager_browsertest.cc",
"../browser/frame_host/render_frame_message_filter_browsertest.cc",
"../browser/frame_host/render_widget_host_view_child_frame_browsertest.cc",
+ "../browser/generic_sensor_browsertest.cc",
"../browser/gpu/gpu_ipc_browsertests.cc",
"../browser/host_zoom_map_impl_browsertest.cc",
"../browser/iframe_zoom_browsertest.cc",
@@ -673,6 +674,7 @@ test("content_browsertests") {
"//device/base/synchronization",
"//device/battery",
"//device/battery:mojo_bindings",
+ "//device/generic_sensor",
"//device/power_save_blocker",
"//device/sensors/public/cpp",
"//device/vibration:mojo_bindings",
« no previous file with comments | « content/browser/generic_sensor_browsertest.cc ('k') | content/test/data/generic_sensor/ambient_light_sensor_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698