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

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

Issue 2124363003: ImageCapture: Implement focus mode for Android and Fake Video Capture Devices (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reillyg@s nit, dcheng@ comment and updated webexposed/global-interface-listing-expected.txt Created 4 years, 5 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/imagecapture/PhotoCapabilities.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 1149 matching lines...) Expand 10 before | Expand all | Expand 10 after
1160 'geolocation/GeoNotifier.h', 1160 'geolocation/GeoNotifier.h',
1161 'geolocation/GeolocationWatchers.cpp', 1161 'geolocation/GeolocationWatchers.cpp',
1162 'geolocation/GeolocationWatchers.h', 1162 'geolocation/GeolocationWatchers.h',
1163 'geolocation/NavigatorGeolocation.cpp', 1163 'geolocation/NavigatorGeolocation.cpp',
1164 'geolocation/NavigatorGeolocation.h', 1164 'geolocation/NavigatorGeolocation.h',
1165 'imagebitmap/ImageBitmapRenderingContext.cpp', 1165 'imagebitmap/ImageBitmapRenderingContext.cpp',
1166 'imagebitmap/ImageBitmapRenderingContext.h', 1166 'imagebitmap/ImageBitmapRenderingContext.h',
1167 'imagecapture/ImageCapture.cpp', 1167 'imagecapture/ImageCapture.cpp',
1168 'imagecapture/ImageCapture.h', 1168 'imagecapture/ImageCapture.h',
1169 'imagecapture/MediaSettingsRange.h', 1169 'imagecapture/MediaSettingsRange.h',
1170 'imagecapture/PhotoCapabilities.cpp',
1170 'imagecapture/PhotoCapabilities.h', 1171 'imagecapture/PhotoCapabilities.h',
1171 'indexeddb/GlobalIndexedDB.cpp', 1172 'indexeddb/GlobalIndexedDB.cpp',
1172 'indexeddb/GlobalIndexedDB.h', 1173 'indexeddb/GlobalIndexedDB.h',
1173 'indexeddb/IDBAny.cpp', 1174 'indexeddb/IDBAny.cpp',
1174 'indexeddb/IDBAny.h', 1175 'indexeddb/IDBAny.h',
1175 'indexeddb/IDBCursor.cpp', 1176 'indexeddb/IDBCursor.cpp',
1176 'indexeddb/IDBCursor.h', 1177 'indexeddb/IDBCursor.h',
1177 'indexeddb/IDBCursorWithValue.cpp', 1178 'indexeddb/IDBCursorWithValue.cpp',
1178 'indexeddb/IDBCursorWithValue.h', 1179 'indexeddb/IDBCursorWithValue.h',
1179 'indexeddb/IDBDatabase.cpp', 1180 'indexeddb/IDBDatabase.cpp',
(...skipping 877 matching lines...) Expand 10 before | Expand all | Expand 10 after
2057 'webaudio/ConvolverNodeTest.cpp', 2058 'webaudio/ConvolverNodeTest.cpp',
2058 'webaudio/DynamicsCompressorNodeTest.cpp', 2059 'webaudio/DynamicsCompressorNodeTest.cpp',
2059 'webaudio/ScriptProcessorNodeTest.cpp', 2060 'webaudio/ScriptProcessorNodeTest.cpp',
2060 'webaudio/StereoPannerNodeTest.cpp', 2061 'webaudio/StereoPannerNodeTest.cpp',
2061 'webdatabase/QuotaTrackerTest.cpp', 2062 'webdatabase/QuotaTrackerTest.cpp',
2062 'websockets/DOMWebSocketTest.cpp', 2063 'websockets/DOMWebSocketTest.cpp',
2063 'websockets/DocumentWebSocketChannelTest.cpp', 2064 'websockets/DocumentWebSocketChannelTest.cpp',
2064 ], 2065 ],
2065 }, 2066 },
2066 } 2067 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/imagecapture/PhotoCapabilities.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698