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

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

Issue 2507453002: [sensors] Magnetometer sensor bindings implementation (Closed)
Patch Set: Rebased to master 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 71b0ea7ab449ae2668a9f7f4f2cb3f6e18a35a4b..c2f2975abfd5bd3bf7fc913281ea451157277812 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",
+ "Magnetometer.cpp",
+ "Magnetometer.h",
+ "MagnetometerReading.cpp",
+ "MagnetometerReading.h",
"Sensor.cpp",
"Sensor.h",
"SensorErrorEvent.cpp",
« no previous file with comments | « third_party/WebKit/Source/modules/modules_idl_files.gni ('k') | third_party/WebKit/Source/modules/sensor/Magnetometer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698