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

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, 9 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 e7eac6eeaf812acc2f301d7df7111d979ca65606..1f17de5a43b53ffdf79219d5c9d626dbc5b2ef3d 100644
--- a/third_party/WebKit/Source/modules/sensor/BUILD.gn
+++ b/third_party/WebKit/Source/modules/sensor/BUILD.gn
@@ -30,5 +30,6 @@ 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",
]
}

Powered by Google App Engine
This is Rietveld 408576698