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

Unified Diff: content/browser/BUILD.gn

Issue 2144623003: [sensors] Introduce Generic Sensor API interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments from Reilly Created 4 years, 4 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
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | content/browser/frame_host/render_frame_host_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index e0bc7d1ec6311cf06191245c28051fd67c40265b..4c3819d97db14cbc96ae55f960499f636c87380c 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -62,6 +62,7 @@ source_set("browser") {
"//device/battery",
"//device/bluetooth",
"//device/gamepad",
+ "//device/generic_sensor",
timvolodine 2016/08/18 22:52:13 we may want to have "enable_generic_sensor" for th
Mikhail 2016/08/19 09:29:55 We'd like to keep it as a runtime-enabled feature,
timvolodine 2016/08/19 16:02:30 This would allow to enable on platform by platform
"//device/geolocation:device_geolocation",
"//device/geolocation/public/interfaces",
"//device/power_save_blocker",
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | content/browser/frame_host/render_frame_host_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698