| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index ba24a2ed92ab362d4bd2ec0c321e2037492ced7b..872b0df2b099f03746a5b6a0365df25357656fef 100644
|
| --- a/Source/modules/modules.gypi
|
| +++ b/Source/modules/modules.gypi
|
| @@ -50,6 +50,7 @@
|
| 'geolocation/Geolocation.idl',
|
| 'geolocation/Geoposition.idl',
|
| 'geolocation/PositionError.idl',
|
| + 'imagebitmap/ImageBitmapFactories.idl',
|
| 'indexeddb/IDBAny.idl',
|
| 'indexeddb/IDBCursor.idl',
|
| 'indexeddb/IDBCursorWithValue.idl',
|
| @@ -345,6 +346,8 @@
|
| 'geolocation/GeolocationController.cpp',
|
| 'geolocation/NavigatorGeolocation.cpp',
|
| 'geolocation/NavigatorGeolocation.h',
|
| + 'imagebitmap/ImageBitmapFactories.cpp',
|
| + 'imagebitmap/ImageBitmapFactories.h',
|
| 'indexeddb/DOMWindowIndexedDatabase.cpp',
|
| 'indexeddb/DOMWindowIndexedDatabase.h',
|
| 'indexeddb/IDBAny.cpp',
|
|
|