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

Unified Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 1455763002: Use union type in ImageBitmapFactories.idl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix errors Created 5 years, 1 month 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: third_party/WebKit/Source/modules/modules.gypi
diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
index f80fbaa8562ee5bd3bb67e64e52097367d934749..9fe54bf1726b9e59f3d06d7a3ff51e90308404e6 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -343,7 +343,6 @@
'geofencing/ServiceWorkerRegistrationGeofencing.idl',
'geofencing/WorkerNavigatorGeofencing.idl',
'geolocation/NavigatorGeolocation.idl',
- 'imagebitmap/WindowImageBitmapFactories.idl',
'indexeddb/WindowIndexedDatabase.idl',
'indexeddb/WorkerGlobalScopeIndexedDatabase.idl',
'mediasession/HTMLMediaElementMediaSession.idl',
@@ -1069,8 +1068,6 @@
'geolocation/GeolocationWatchers.h',
'geolocation/NavigatorGeolocation.cpp',
'geolocation/NavigatorGeolocation.h',
- 'imagebitmap/WindowImageBitmapFactories.cpp',
- 'imagebitmap/WindowImageBitmapFactories.h',
'indexeddb/DOMWindowIndexedDatabase.cpp',
'indexeddb/DOMWindowIndexedDatabase.h',
'indexeddb/IDBAny.cpp',
@@ -1857,7 +1854,6 @@
'fetch/RequestTest.cpp',
'fetch/ResponseTest.cpp',
'filesystem/DOMFileSystemBaseTest.cpp',
- 'imagebitmap/ImageBitmapModuleTest.cpp',
'indexeddb/IDBKeyPathTest.cpp',
'indexeddb/IDBRequestTest.cpp',
'indexeddb/IDBTransactionTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698