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

Side by Side 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: better argument passing Created 5 years 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 unified diff | Download patch
« no previous file with comments | « third_party/WebKit/Source/modules/imagebitmap/WindowImageBitmapFactories.idl ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 '../core/core_generated.gypi', 3 '../core/core_generated.gypi',
4 'modules_generated.gypi', 4 'modules_generated.gypi',
5 ], 5 ],
6 'variables': { 6 'variables': {
7 # Experimental hooks for embedder to provide extra IDL and source files. 7 # Experimental hooks for embedder to provide extra IDL and source files.
8 # 8 #
9 # Note: this is not a supported API. If you rely on this, you will be broken 9 # Note: this is not a supported API. If you rely on this, you will be broken
10 # from time to time as the code generator changes in backward incompatible 10 # from time to time as the code generator changes in backward incompatible
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 'filesystem/DataTransferItemFileSystem.idl', 337 'filesystem/DataTransferItemFileSystem.idl',
338 'filesystem/DevToolsHostFileSystem.idl', 338 'filesystem/DevToolsHostFileSystem.idl',
339 'filesystem/HTMLInputElementFileSystem.idl', 339 'filesystem/HTMLInputElementFileSystem.idl',
340 'filesystem/WindowFileSystem.idl', 340 'filesystem/WindowFileSystem.idl',
341 'filesystem/WorkerGlobalScopeFileSystem.idl', 341 'filesystem/WorkerGlobalScopeFileSystem.idl',
342 'gamepad/NavigatorGamepad.idl', 342 'gamepad/NavigatorGamepad.idl',
343 'geofencing/ServiceWorkerGlobalScopeGeofencing.idl', 343 'geofencing/ServiceWorkerGlobalScopeGeofencing.idl',
344 'geofencing/ServiceWorkerRegistrationGeofencing.idl', 344 'geofencing/ServiceWorkerRegistrationGeofencing.idl',
345 'geofencing/WorkerNavigatorGeofencing.idl', 345 'geofencing/WorkerNavigatorGeofencing.idl',
346 'geolocation/NavigatorGeolocation.idl', 346 'geolocation/NavigatorGeolocation.idl',
347 'imagebitmap/WindowImageBitmapFactories.idl',
348 'indexeddb/WindowIndexedDatabase.idl', 347 'indexeddb/WindowIndexedDatabase.idl',
349 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl', 348 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl',
350 'mediasession/HTMLMediaElementMediaSession.idl', 349 'mediasession/HTMLMediaElementMediaSession.idl',
351 'mediasource/HTMLVideoElementMediaSource.idl', 350 'mediasource/HTMLVideoElementMediaSource.idl',
352 'mediasource/URLMediaSource.idl', 351 'mediasource/URLMediaSource.idl',
353 'mediastream/NavigatorMediaStream.idl', 352 'mediastream/NavigatorMediaStream.idl',
354 'mediastream/NavigatorUserMedia.idl', 353 'mediastream/NavigatorUserMedia.idl',
355 'mediastream/URLMediaStream.idl', 354 'mediastream/URLMediaStream.idl',
356 'mediastream/WindowMediaStream.idl', 355 'mediastream/WindowMediaStream.idl',
357 'navigatorconnect/NavigatorServices.idl', 356 'navigatorconnect/NavigatorServices.idl',
(...skipping 708 matching lines...) Expand 10 before | Expand all | Expand 10 after
1066 'geofencing/WorkerNavigatorGeofencing.h', 1065 'geofencing/WorkerNavigatorGeofencing.h',
1067 'geolocation/Coordinates.cpp', 1066 'geolocation/Coordinates.cpp',
1068 'geolocation/Geolocation.cpp', 1067 'geolocation/Geolocation.cpp',
1069 'geolocation/GeolocationController.cpp', 1068 'geolocation/GeolocationController.cpp',
1070 'geolocation/GeoNotifier.cpp', 1069 'geolocation/GeoNotifier.cpp',
1071 'geolocation/GeoNotifier.h', 1070 'geolocation/GeoNotifier.h',
1072 'geolocation/GeolocationWatchers.cpp', 1071 'geolocation/GeolocationWatchers.cpp',
1073 'geolocation/GeolocationWatchers.h', 1072 'geolocation/GeolocationWatchers.h',
1074 'geolocation/NavigatorGeolocation.cpp', 1073 'geolocation/NavigatorGeolocation.cpp',
1075 'geolocation/NavigatorGeolocation.h', 1074 'geolocation/NavigatorGeolocation.h',
1076 'imagebitmap/WindowImageBitmapFactories.cpp',
1077 'imagebitmap/WindowImageBitmapFactories.h',
1078 'indexeddb/DOMWindowIndexedDatabase.cpp', 1075 'indexeddb/DOMWindowIndexedDatabase.cpp',
1079 'indexeddb/DOMWindowIndexedDatabase.h', 1076 'indexeddb/DOMWindowIndexedDatabase.h',
1080 'indexeddb/IDBAny.cpp', 1077 'indexeddb/IDBAny.cpp',
1081 'indexeddb/IDBAny.h', 1078 'indexeddb/IDBAny.h',
1082 'indexeddb/IDBCursor.cpp', 1079 'indexeddb/IDBCursor.cpp',
1083 'indexeddb/IDBCursor.h', 1080 'indexeddb/IDBCursor.h',
1084 'indexeddb/IDBCursorWithValue.cpp', 1081 'indexeddb/IDBCursorWithValue.cpp',
1085 'indexeddb/IDBCursorWithValue.h', 1082 'indexeddb/IDBCursorWithValue.h',
1086 'indexeddb/IDBDatabase.cpp', 1083 'indexeddb/IDBDatabase.cpp',
1087 'indexeddb/IDBDatabase.h', 1084 'indexeddb/IDBDatabase.h',
(...skipping 766 matching lines...) Expand 10 before | Expand all | Expand 10 after
1854 'fetch/DataConsumerHandleTestUtil.h', 1851 'fetch/DataConsumerHandleTestUtil.h',
1855 'fetch/DataConsumerHandleUtilTest.cpp', 1852 'fetch/DataConsumerHandleUtilTest.cpp',
1856 'fetch/DataConsumerTeeTest.cpp', 1853 'fetch/DataConsumerTeeTest.cpp',
1857 'fetch/FetchBlobDataConsumerHandleTest.cpp', 1854 'fetch/FetchBlobDataConsumerHandleTest.cpp',
1858 'fetch/FetchDataLoaderTest.cpp', 1855 'fetch/FetchDataLoaderTest.cpp',
1859 'fetch/FetchFormDataConsumerHandleTest.cpp', 1856 'fetch/FetchFormDataConsumerHandleTest.cpp',
1860 'fetch/FetchResponseDataTest.cpp', 1857 'fetch/FetchResponseDataTest.cpp',
1861 'fetch/RequestTest.cpp', 1858 'fetch/RequestTest.cpp',
1862 'fetch/ResponseTest.cpp', 1859 'fetch/ResponseTest.cpp',
1863 'filesystem/DOMFileSystemBaseTest.cpp', 1860 'filesystem/DOMFileSystemBaseTest.cpp',
1864 'imagebitmap/ImageBitmapModuleTest.cpp',
1865 'indexeddb/IDBKeyPathTest.cpp', 1861 'indexeddb/IDBKeyPathTest.cpp',
1866 'indexeddb/IDBRequestTest.cpp', 1862 'indexeddb/IDBRequestTest.cpp',
1867 'indexeddb/IDBTransactionTest.cpp', 1863 'indexeddb/IDBTransactionTest.cpp',
1868 'indexeddb/MockWebIDBDatabase.cpp', 1864 'indexeddb/MockWebIDBDatabase.cpp',
1869 'indexeddb/MockWebIDBDatabase.h', 1865 'indexeddb/MockWebIDBDatabase.h',
1870 'mediasession/MediaSessionTest.cpp', 1866 'mediasession/MediaSessionTest.cpp',
1871 'mediastream/RTCDataChannelTest.cpp', 1867 'mediastream/RTCDataChannelTest.cpp',
1872 'notifications/NotificationDataTest.cpp', 1868 'notifications/NotificationDataTest.cpp',
1873 'presentation/PresentationAvailabilityTest.cpp', 1869 'presentation/PresentationAvailabilityTest.cpp',
1874 'serviceworkers/ServiceWorkerContainerTest.cpp', 1870 'serviceworkers/ServiceWorkerContainerTest.cpp',
1875 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1871 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1876 'webaudio/ConvolverNodeTest.cpp', 1872 'webaudio/ConvolverNodeTest.cpp',
1877 'webaudio/DynamicsCompressorNodeTest.cpp', 1873 'webaudio/DynamicsCompressorNodeTest.cpp',
1878 'webaudio/ScriptProcessorNodeTest.cpp', 1874 'webaudio/ScriptProcessorNodeTest.cpp',
1879 'webaudio/StereoPannerNodeTest.cpp', 1875 'webaudio/StereoPannerNodeTest.cpp',
1880 'websockets/DOMWebSocketTest.cpp', 1876 'websockets/DOMWebSocketTest.cpp',
1881 'websockets/DocumentWebSocketChannelTest.cpp', 1877 'websockets/DocumentWebSocketChannelTest.cpp',
1882 ], 1878 ],
1883 }, 1879 },
1884 } 1880 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/imagebitmap/WindowImageBitmapFactories.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698