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

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

Issue 2506903003: [sensors] Gyroscope sensor bindings implementation (Closed)
Patch Set: Created 4 years, 1 month 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 ef770d8a1c89cc008aff2d250380bd39e67d727a..4063c752f599e865c20c6563f7c887572db4751a 100644
--- a/third_party/WebKit/Source/modules/sensor/BUILD.gn
+++ b/third_party/WebKit/Source/modules/sensor/BUILD.gn
@@ -10,6 +10,10 @@ blink_modules_sources("sensor") {
"AmbientLightSensor.h",
"AmbientLightSensorReading.cpp",
"AmbientLightSensorReading.h",
+ "Gyroscope.cpp",
+ "Gyroscope.h",
+ "GyroscopeReading.cpp",
+ "GyroscopeReading.h",
"Sensor.cpp",
"Sensor.h",
"SensorErrorEvent.cpp",

Powered by Google App Engine
This is Rietveld 408576698