Chromium Code Reviews| Index: Source/modules/modules.gypi |
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi |
| index 36642535ef18689d9e541f642d8e4306da7e6aee..733e200747154571ea62c02ae78cc6911b7ba616 100644 |
| --- a/Source/modules/modules.gypi |
| +++ b/Source/modules/modules.gypi |
| @@ -55,7 +55,9 @@ |
| 'gamepad/GamepadList.idl', |
| 'gamepad/WebKitGamepad.idl', |
| 'gamepad/WebKitGamepadList.idl', |
| + 'geolocation/CircularRegion.idl', |
| 'geolocation/Coordinates.idl', |
| + 'geolocation/GeofencingRegion.idl', |
| 'geolocation/Geolocation.idl', |
| 'geolocation/Geoposition.idl', |
| 'geolocation/PositionCallback.idl', |
| @@ -435,6 +437,7 @@ |
| 'gamepad/WebKitGamepad.h', |
| 'gamepad/WebKitGamepadList.cpp', |
| 'gamepad/WebKitGamepadList.h', |
| + 'geolocation/CircularRegion.cpp', |
|
Peter Beverloo
2014/07/10 13:17:28
We should list the header files here as well. Not
Marijn Kruisselbrink
2014/07/10 15:11:01
I added the new files I added, should I add the ex
Peter Beverloo
2014/07/10 16:31:36
No, that's OK. You should tell Michael, however.
|
| 'geolocation/Coordinates.cpp', |
| 'geolocation/Geolocation.cpp', |
| 'geolocation/GeolocationController.cpp', |