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

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

Issue 2415083002: Move Device Sensors client files from Blink to //device/sensors client lib (Closed)
Patch Set: Fix gn check Created 4 years, 2 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/device_orientation/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/device_orientation/BUILD.gn b/third_party/WebKit/Source/modules/device_orientation/BUILD.gn
index 9a3c589d4c3d51efb0c4d2cde7b478dd2069264d..803e3a99c564ef33c24bf12d1c71c50c39e315b3 100644
--- a/third_party/WebKit/Source/modules/device_orientation/BUILD.gn
+++ b/third_party/WebKit/Source/modules/device_orientation/BUILD.gn
@@ -31,4 +31,8 @@ blink_modules_sources("device_orientation") {
"DeviceRotationRate.cpp",
"DeviceRotationRate.h",
]
+
+ deps = [
+ "//device/sensors/public/cpp",
+ ]
}

Powered by Google App Engine
This is Rietveld 408576698