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

Unified Diff: chrome/browser/BUILD.gn

Issue 2791623004: [sensors][permission] Add new permission types in permission module. (Closed)
Patch Set: Use 1 single permissionName SENSORS, add ContentSettings Created 3 years, 5 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: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 1f19e9a2cd997313231d1db4d44248c183e2ff31..cf7b83775ec7974acfc7ce0d2099753d7f017487 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -443,6 +443,8 @@ split_static_library("browser") {
"gcm/instance_id/instance_id_profile_service.h",
"gcm/instance_id/instance_id_profile_service_factory.cc",
"gcm/instance_id/instance_id_profile_service_factory.h",
+ "generic_sensor/sensor_permission_context.cc",
+ "generic_sensor/sensor_permission_context.h",
"geolocation/chrome_access_token_store.cc",
"geolocation/chrome_access_token_store.h",
"geolocation/geolocation_permission_context.cc",

Powered by Google App Engine
This is Rietveld 408576698