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

Unified Diff: content/test/BUILD.gn

Issue 2332903002: [sensors] [mac] Implement ambient light sensor for macOS (Closed)
Patch Set: Fix comments from Mikhail Created 4 years, 3 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 dcd2f1c326ffa07db36730ee7473944b2ef734f7..9307e83450f18f73fe45779a3cb77485880e2753 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -714,6 +714,7 @@ test("content_browsertests") {
"//content/test:test_support",
"//device/battery",
"//device/battery:mojo_bindings",
+ "//device/generic_sensor",
"//device/power_save_blocker",
"//device/vibration:mojo_bindings",
"//gin",
@@ -1263,7 +1264,6 @@ test("content_unittests") {
"../common/mac/font_descriptor_unittest.mm",
"../common/manifest_util_unittest.cc",
"../common/navigation_params_unittest.cc",
- "../common/one_writer_seqlock_unittest.cc",
"../common/origin_trials/trial_token_unittest.cc",
"../common/origin_trials/trial_token_validator_unittest.cc",
"../common/origin_util_unittest.cc",
@@ -1362,6 +1362,7 @@ test("content_unittests") {
"//device/bluetooth:mocks",
"//device/gamepad",
"//device/gamepad:test_helpers",
+ "//device/generic_sensor",
"//device/sensors/public/interfaces",
"//gin",
"//gpu",

Powered by Google App Engine
This is Rietveld 408576698