| 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..c0b2d1f941b4ef25fbafe460136cf4b3f48cc55f 100644
|
| --- a/third_party/WebKit/Source/modules/sensor/BUILD.gn
|
| +++ b/third_party/WebKit/Source/modules/sensor/BUILD.gn
|
| @@ -22,14 +22,14 @@ blink_modules_sources("sensor") {
|
| "Sensor.h",
|
| "SensorErrorEvent.cpp",
|
| "SensorErrorEvent.h",
|
| - "SensorPollingStrategy.cpp",
|
| - "SensorPollingStrategy.h",
|
| "SensorProviderProxy.cpp",
|
| "SensorProviderProxy.h",
|
| "SensorProxy.cpp",
|
| "SensorProxy.h",
|
| "SensorReading.cpp",
|
| "SensorReading.h",
|
| + "SensorUpdateNotificationStrategy.cpp",
|
| + "SensorUpdateNotificationStrategy.h",
|
| ]
|
|
|
| deps = [
|
|
|