Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1409)

Unified Diff: Source/modules/modules.gypi

Issue 22906002: Implement ImageBitmapFactories as a supplementary module. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Keep IDL implements statement. Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698