Chromium Code Reviews| Index: Source/core/core.gypi |
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi |
| index 67ae6d75f8d4943533c088668b38af4ffb5d61d1..081f2cfc8e2410bf23cba5b334f465a7b78689fb 100644 |
| --- a/Source/core/core.gypi |
| +++ b/Source/core/core.gypi |
| @@ -1108,6 +1108,10 @@ |
| 'frame/csp/ContentSecurityPolicy.cpp', |
| 'frame/csp/MediaListDirective.cpp', |
| 'frame/csp/SourceListDirective.cpp', |
| + 'frame/device_sensors_common/DeviceSensorEventController.cpp', |
| + 'frame/device_sensors_common/DeviceSensorEventController.h', |
| + 'frame/device_sensors_common/DeviceSensorEventDispatcher.cpp', |
| + 'frame/device_sensors_common/DeviceSensorEventDispatcher.h', |
|
abarth-chromium
2014/03/12 19:27:23
You can just put these in frame/ directly. There'
|
| 'inspector/AsyncCallStackTracker.cpp', |
| 'inspector/AsyncCallStackTracker.h', |
| 'inspector/BindingVisitors.h', |