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

Unified Diff: chrome/test/BUILD.gn

Issue 2458453002: [sensors] Add Permission guard to the generic sensor apis.
Patch Set: Handle Denied and Ask differently, add permissionService.reset() Created 4 years, 1 month 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: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 39f7c115c3714449b7768262e816f7275be41a99..d26a8996ea8291265785a6168d393df2db48afef 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -3275,6 +3275,7 @@ test("unit_tests") {
"../browser/search_engines/template_url_parser_unittest.cc",
"../browser/search_engines/template_url_service_sync_unittest.cc",
"../browser/search_engines/template_url_service_unittest.cc",
+ "../browser/sensor/sensor_permission_context_unittest.cc",
"../browser/service_process/service_process_control_mac_unittest.mm",
"../browser/services/gcm/fake_gcm_profile_service.cc",
"../browser/services/gcm/fake_gcm_profile_service.h",

Powered by Google App Engine
This is Rietveld 408576698