| 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 ef770d8a1c89cc008aff2d250380bd39e67d727a..cf17d3f1d27135a831c7cc2f77f42d24c8e9b7e2 100644 | 
| --- a/third_party/WebKit/Source/modules/sensor/BUILD.gn | 
| +++ b/third_party/WebKit/Source/modules/sensor/BUILD.gn | 
| @@ -14,14 +14,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 = [ | 
|  |