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

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

Issue 2506903003: [sensors] Gyroscope sensor bindings implementation (Closed)
Patch Set: Comments + rebase 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 c2f2975abfd5bd3bf7fc913281ea451157277812..4f1d0e6c9c255e37750c17310c62a3fe697e2433 100644
--- a/third_party/WebKit/Source/modules/sensor/BUILD.gn
+++ b/third_party/WebKit/Source/modules/sensor/BUILD.gn
@@ -14,6 +14,10 @@ blink_modules_sources("sensor") {
"AmbientLightSensor.h",
"AmbientLightSensorReading.cpp",
"AmbientLightSensorReading.h",
+ "Gyroscope.cpp",
+ "Gyroscope.h",
+ "GyroscopeReading.cpp",
+ "GyroscopeReading.h",
"Magnetometer.cpp",
"Magnetometer.h",
"MagnetometerReading.cpp",
« no previous file with comments | « third_party/WebKit/Source/modules/modules_idl_files.gni ('k') | third_party/WebKit/Source/modules/sensor/Gyroscope.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698