| 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",
|
|
|