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

Side by Side Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 1598923002: Add ImageBitmapRenderingContext (experimental) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: another missing adoptRef Created 4 years, 10 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 unified diff | Download patch
« no previous file with comments | « third_party/WebKit/Source/modules/imagebitmap/OWNERS ('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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 'geofencing/CircularGeofencingRegion.idl', 85 'geofencing/CircularGeofencingRegion.idl',
86 'geofencing/Geofencing.idl', 86 'geofencing/Geofencing.idl',
87 'geofencing/GeofencingEvent.idl', 87 'geofencing/GeofencingEvent.idl',
88 'geofencing/GeofencingRegion.idl', 88 'geofencing/GeofencingRegion.idl',
89 'geolocation/Coordinates.idl', 89 'geolocation/Coordinates.idl',
90 'geolocation/Geolocation.idl', 90 'geolocation/Geolocation.idl',
91 'geolocation/Geoposition.idl', 91 'geolocation/Geoposition.idl',
92 'geolocation/PositionCallback.idl', 92 'geolocation/PositionCallback.idl',
93 'geolocation/PositionError.idl', 93 'geolocation/PositionError.idl',
94 'geolocation/PositionErrorCallback.idl', 94 'geolocation/PositionErrorCallback.idl',
95 'imagebitmap/ImageBitmapRenderingContext.idl',
95 'indexeddb/IDBCursor.idl', 96 'indexeddb/IDBCursor.idl',
96 'indexeddb/IDBCursorWithValue.idl', 97 'indexeddb/IDBCursorWithValue.idl',
97 'indexeddb/IDBDatabase.idl', 98 'indexeddb/IDBDatabase.idl',
98 'indexeddb/IDBFactory.idl', 99 'indexeddb/IDBFactory.idl',
99 'indexeddb/IDBIndex.idl', 100 'indexeddb/IDBIndex.idl',
100 'indexeddb/IDBKeyRange.idl', 101 'indexeddb/IDBKeyRange.idl',
101 'indexeddb/IDBObjectStore.idl', 102 'indexeddb/IDBObjectStore.idl',
102 'indexeddb/IDBOpenDBRequest.idl', 103 'indexeddb/IDBOpenDBRequest.idl',
103 'indexeddb/IDBRequest.idl', 104 'indexeddb/IDBRequest.idl',
104 'indexeddb/IDBTransaction.idl', 105 'indexeddb/IDBTransaction.idl',
(...skipping 971 matching lines...) Expand 10 before | Expand all | Expand 10 after
1076 'geofencing/WorkerNavigatorGeofencing.h', 1077 'geofencing/WorkerNavigatorGeofencing.h',
1077 'geolocation/Coordinates.cpp', 1078 'geolocation/Coordinates.cpp',
1078 'geolocation/Geolocation.cpp', 1079 'geolocation/Geolocation.cpp',
1079 'geolocation/GeolocationController.cpp', 1080 'geolocation/GeolocationController.cpp',
1080 'geolocation/GeoNotifier.cpp', 1081 'geolocation/GeoNotifier.cpp',
1081 'geolocation/GeoNotifier.h', 1082 'geolocation/GeoNotifier.h',
1082 'geolocation/GeolocationWatchers.cpp', 1083 'geolocation/GeolocationWatchers.cpp',
1083 'geolocation/GeolocationWatchers.h', 1084 'geolocation/GeolocationWatchers.h',
1084 'geolocation/NavigatorGeolocation.cpp', 1085 'geolocation/NavigatorGeolocation.cpp',
1085 'geolocation/NavigatorGeolocation.h', 1086 'geolocation/NavigatorGeolocation.h',
1087 'imagebitmap/ImageBitmapRenderingContext.cpp',
1088 'imagebitmap/ImageBitmapRenderingContext.h',
1086 'indexeddb/DOMWindowIndexedDatabase.cpp', 1089 'indexeddb/DOMWindowIndexedDatabase.cpp',
1087 'indexeddb/DOMWindowIndexedDatabase.h', 1090 'indexeddb/DOMWindowIndexedDatabase.h',
1088 'indexeddb/IDBAny.cpp', 1091 'indexeddb/IDBAny.cpp',
1089 'indexeddb/IDBAny.h', 1092 'indexeddb/IDBAny.h',
1090 'indexeddb/IDBCursor.cpp', 1093 'indexeddb/IDBCursor.cpp',
1091 'indexeddb/IDBCursor.h', 1094 'indexeddb/IDBCursor.h',
1092 'indexeddb/IDBCursorWithValue.cpp', 1095 'indexeddb/IDBCursorWithValue.cpp',
1093 'indexeddb/IDBCursorWithValue.h', 1096 'indexeddb/IDBCursorWithValue.h',
1094 'indexeddb/IDBDatabase.cpp', 1097 'indexeddb/IDBDatabase.cpp',
1095 'indexeddb/IDBDatabase.h', 1098 'indexeddb/IDBDatabase.h',
(...skipping 825 matching lines...) Expand 10 before | Expand all | Expand 10 after
1921 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1924 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1922 'webaudio/ConvolverNodeTest.cpp', 1925 'webaudio/ConvolverNodeTest.cpp',
1923 'webaudio/DynamicsCompressorNodeTest.cpp', 1926 'webaudio/DynamicsCompressorNodeTest.cpp',
1924 'webaudio/ScriptProcessorNodeTest.cpp', 1927 'webaudio/ScriptProcessorNodeTest.cpp',
1925 'webaudio/StereoPannerNodeTest.cpp', 1928 'webaudio/StereoPannerNodeTest.cpp',
1926 'websockets/DOMWebSocketTest.cpp', 1929 'websockets/DOMWebSocketTest.cpp',
1927 'websockets/DocumentWebSocketChannelTest.cpp', 1930 'websockets/DocumentWebSocketChannelTest.cpp',
1928 ], 1931 ],
1929 }, 1932 },
1930 } 1933 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/imagebitmap/OWNERS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698