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