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

Unified Diff: third_party/WebKit/Source/modules/sensor/BUILD.gn

Issue 2698083007: Port device_generic_sensor to be hosted in Device Service. (Closed)
Patch Set: code rebase Created 3 years, 8 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: third_party/WebKit/Source/modules/sensor/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/sensor/BUILD.gn b/third_party/WebKit/Source/modules/sensor/BUILD.gn
index ae8ffaed2500b9758e45b7626a48d25580399258..9660eb0348538cb31fdbad237670f26cf0ca4ccf 100644
--- a/third_party/WebKit/Source/modules/sensor/BUILD.gn
+++ b/third_party/WebKit/Source/modules/sensor/BUILD.gn
@@ -34,5 +34,7 @@ blink_modules_sources("sensor") {
"//device/base/synchronization",
"//device/generic_sensor/public/cpp",
"//device/generic_sensor/public/interfaces:interfaces_blink",
+ "//services/device/public/interfaces:constants_blink",
+ "//services/service_manager/public/cpp",
]
}
« no previous file with comments | « third_party/WebKit/LayoutTests/sensor/resources/sensor-helpers.js ('k') | third_party/WebKit/Source/modules/sensor/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698