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

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

Issue 1890313002: MediaStream Image Capture (1): idl and wireframe .h/.cpp/LayoutTest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added TODO for the mentioned LayoutTests Created 4 years, 8 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
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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 'geofencing/Geofencing.idl', 88 'geofencing/Geofencing.idl',
89 'geofencing/GeofencingEvent.idl', 89 'geofencing/GeofencingEvent.idl',
90 'geofencing/GeofencingRegion.idl', 90 'geofencing/GeofencingRegion.idl',
91 'geolocation/Coordinates.idl', 91 'geolocation/Coordinates.idl',
92 'geolocation/Geolocation.idl', 92 'geolocation/Geolocation.idl',
93 'geolocation/Geoposition.idl', 93 'geolocation/Geoposition.idl',
94 'geolocation/PositionCallback.idl', 94 'geolocation/PositionCallback.idl',
95 'geolocation/PositionError.idl', 95 'geolocation/PositionError.idl',
96 'geolocation/PositionErrorCallback.idl', 96 'geolocation/PositionErrorCallback.idl',
97 'imagebitmap/ImageBitmapRenderingContext.idl', 97 'imagebitmap/ImageBitmapRenderingContext.idl',
98 'imagecapture/ImageCapture.idl',
98 'indexeddb/IDBCursor.idl', 99 'indexeddb/IDBCursor.idl',
99 'indexeddb/IDBCursorWithValue.idl', 100 'indexeddb/IDBCursorWithValue.idl',
100 'indexeddb/IDBDatabase.idl', 101 'indexeddb/IDBDatabase.idl',
101 'indexeddb/IDBFactory.idl', 102 'indexeddb/IDBFactory.idl',
102 'indexeddb/IDBIndex.idl', 103 'indexeddb/IDBIndex.idl',
103 'indexeddb/IDBKeyRange.idl', 104 'indexeddb/IDBKeyRange.idl',
104 'indexeddb/IDBObjectStore.idl', 105 'indexeddb/IDBObjectStore.idl',
105 'indexeddb/IDBOpenDBRequest.idl', 106 'indexeddb/IDBOpenDBRequest.idl',
106 'indexeddb/IDBRequest.idl', 107 'indexeddb/IDBRequest.idl',
107 'indexeddb/IDBTransaction.idl', 108 'indexeddb/IDBTransaction.idl',
(...skipping 1018 matching lines...) Expand 10 before | Expand all | Expand 10 after
1126 'geolocation/Geolocation.cpp', 1127 'geolocation/Geolocation.cpp',
1127 'geolocation/GeolocationController.cpp', 1128 'geolocation/GeolocationController.cpp',
1128 'geolocation/GeoNotifier.cpp', 1129 'geolocation/GeoNotifier.cpp',
1129 'geolocation/GeoNotifier.h', 1130 'geolocation/GeoNotifier.h',
1130 'geolocation/GeolocationWatchers.cpp', 1131 'geolocation/GeolocationWatchers.cpp',
1131 'geolocation/GeolocationWatchers.h', 1132 'geolocation/GeolocationWatchers.h',
1132 'geolocation/NavigatorGeolocation.cpp', 1133 'geolocation/NavigatorGeolocation.cpp',
1133 'geolocation/NavigatorGeolocation.h', 1134 'geolocation/NavigatorGeolocation.h',
1134 'imagebitmap/ImageBitmapRenderingContext.cpp', 1135 'imagebitmap/ImageBitmapRenderingContext.cpp',
1135 'imagebitmap/ImageBitmapRenderingContext.h', 1136 'imagebitmap/ImageBitmapRenderingContext.h',
1137 'imagecapture/ImageCapture.cpp',
1138 'imagecapture/ImageCapture.h',
1136 'indexeddb/GlobalIndexedDB.cpp', 1139 'indexeddb/GlobalIndexedDB.cpp',
1137 'indexeddb/GlobalIndexedDB.h', 1140 'indexeddb/GlobalIndexedDB.h',
1138 'indexeddb/IDBAny.cpp', 1141 'indexeddb/IDBAny.cpp',
1139 'indexeddb/IDBAny.h', 1142 'indexeddb/IDBAny.h',
1140 'indexeddb/IDBCursor.cpp', 1143 'indexeddb/IDBCursor.cpp',
1141 'indexeddb/IDBCursor.h', 1144 'indexeddb/IDBCursor.h',
1142 'indexeddb/IDBCursorWithValue.cpp', 1145 'indexeddb/IDBCursorWithValue.cpp',
1143 'indexeddb/IDBCursorWithValue.h', 1146 'indexeddb/IDBCursorWithValue.h',
1144 'indexeddb/IDBDatabase.cpp', 1147 'indexeddb/IDBDatabase.cpp',
1145 'indexeddb/IDBDatabase.h', 1148 'indexeddb/IDBDatabase.h',
(...skipping 863 matching lines...) Expand 10 before | Expand all | Expand 10 after
2009 'webaudio/AudioBasicProcessorHandlerTest.cpp', 2012 'webaudio/AudioBasicProcessorHandlerTest.cpp',
2010 'webaudio/ConvolverNodeTest.cpp', 2013 'webaudio/ConvolverNodeTest.cpp',
2011 'webaudio/DynamicsCompressorNodeTest.cpp', 2014 'webaudio/DynamicsCompressorNodeTest.cpp',
2012 'webaudio/ScriptProcessorNodeTest.cpp', 2015 'webaudio/ScriptProcessorNodeTest.cpp',
2013 'webaudio/StereoPannerNodeTest.cpp', 2016 'webaudio/StereoPannerNodeTest.cpp',
2014 'websockets/DOMWebSocketTest.cpp', 2017 'websockets/DOMWebSocketTest.cpp',
2015 'websockets/DocumentWebSocketChannelTest.cpp', 2018 'websockets/DocumentWebSocketChannelTest.cpp',
2016 ], 2019 ],
2017 }, 2020 },
2018 } 2021 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698