| Index: third_party/WebKit/Source/modules/modules_idl_files.gni
|
| diff --git a/third_party/WebKit/Source/modules/modules_idl_files.gni b/third_party/WebKit/Source/modules/modules_idl_files.gni
|
| index 07b2c77d54b15d9b4ef4636b4894d739d6673f49..872370b79fd8c9981ab5a609016f88149fb99218 100644
|
| --- a/third_party/WebKit/Source/modules/modules_idl_files.gni
|
| +++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
|
| @@ -221,6 +221,8 @@ modules_idl_files =
|
| "screen_orientation/ScreenOrientation.idl",
|
| "sensor/AmbientLightSensor.idl",
|
| "sensor/AmbientLightSensorReading.idl",
|
| + "sensor/Magnetometer.idl",
|
| + "sensor/MagnetometerReading.idl",
|
| "sensor/Sensor.idl",
|
| "sensor/SensorErrorEvent.idl",
|
| "sensor/SensorReading.idl",
|
| @@ -463,6 +465,7 @@ modules_dictionary_idl_files =
|
| "push_messaging/PushSubscriptionOptionsInit.idl",
|
| "quota/StorageEstimate.idl",
|
| "sensor/AmbientLightSensorReadingInit.idl",
|
| + "sensor/MagnetometerReadingInit.idl",
|
| "sensor/SensorErrorEventInit.idl",
|
| "sensor/SensorOptions.idl",
|
| "serviceworkers/ClientQueryOptions.idl",
|
| @@ -805,6 +808,8 @@ generated_modules_dictionary_files = [
|
| "$blink_modules_output_dir/quota/StorageEstimate.h",
|
| "$blink_modules_output_dir/sensor/AmbientLightSensorReadingInit.cpp",
|
| "$blink_modules_output_dir/sensor/AmbientLightSensorReadingInit.h",
|
| + "$blink_modules_output_dir/sensor/MagnetometerReadingInit.cpp",
|
| + "$blink_modules_output_dir/sensor/MagnetometerReadingInit.h",
|
| "$blink_modules_output_dir/sensor/SensorErrorEventInit.cpp",
|
| "$blink_modules_output_dir/sensor/SensorErrorEventInit.h",
|
| "$blink_modules_output_dir/sensor/SensorOptions.cpp",
|
|
|