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

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

Issue 1735033004: Bindings and client interface for the IsAppInstalled API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 'indexeddb/IDBCursorWithValue.idl', 97 'indexeddb/IDBCursorWithValue.idl',
98 'indexeddb/IDBDatabase.idl', 98 'indexeddb/IDBDatabase.idl',
99 'indexeddb/IDBFactory.idl', 99 'indexeddb/IDBFactory.idl',
100 'indexeddb/IDBIndex.idl', 100 'indexeddb/IDBIndex.idl',
101 'indexeddb/IDBKeyRange.idl', 101 'indexeddb/IDBKeyRange.idl',
102 'indexeddb/IDBObjectStore.idl', 102 'indexeddb/IDBObjectStore.idl',
103 'indexeddb/IDBOpenDBRequest.idl', 103 'indexeddb/IDBOpenDBRequest.idl',
104 'indexeddb/IDBRequest.idl', 104 'indexeddb/IDBRequest.idl',
105 'indexeddb/IDBTransaction.idl', 105 'indexeddb/IDBTransaction.idl',
106 'indexeddb/IDBVersionChangeEvent.idl', 106 'indexeddb/IDBVersionChangeEvent.idl',
107 'installedapp/RelatedApplication.idl',
107 'mediacapturefromelement/CanvasCaptureMediaStreamTrack.idl', 108 'mediacapturefromelement/CanvasCaptureMediaStreamTrack.idl',
108 'mediarecorder/BlobEvent.idl', 109 'mediarecorder/BlobEvent.idl',
109 'mediarecorder/MediaRecorder.idl', 110 'mediarecorder/MediaRecorder.idl',
110 'mediasession/MediaMetadata.idl', 111 'mediasession/MediaMetadata.idl',
111 'mediasession/MediaSession.idl', 112 'mediasession/MediaSession.idl',
112 'mediasource/MediaSource.idl', 113 'mediasource/MediaSource.idl',
113 'mediasource/SourceBuffer.idl', 114 'mediasource/SourceBuffer.idl',
114 'mediasource/SourceBufferList.idl', 115 'mediasource/SourceBufferList.idl',
115 'mediasource/TrackDefault.idl', 116 'mediasource/TrackDefault.idl',
116 'mediasource/TrackDefaultList.idl', 117 'mediasource/TrackDefaultList.idl',
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 'filesystem/HTMLInputElementFileSystem.idl', 351 'filesystem/HTMLInputElementFileSystem.idl',
351 'filesystem/SharedWorkerGlobalScopeFileSystem.idl', 352 'filesystem/SharedWorkerGlobalScopeFileSystem.idl',
352 'filesystem/WindowFileSystem.idl', 353 'filesystem/WindowFileSystem.idl',
353 'gamepad/NavigatorGamepad.idl', 354 'gamepad/NavigatorGamepad.idl',
354 'geofencing/ServiceWorkerGlobalScopeGeofencing.idl', 355 'geofencing/ServiceWorkerGlobalScopeGeofencing.idl',
355 'geofencing/ServiceWorkerRegistrationGeofencing.idl', 356 'geofencing/ServiceWorkerRegistrationGeofencing.idl',
356 'geofencing/WorkerNavigatorGeofencing.idl', 357 'geofencing/WorkerNavigatorGeofencing.idl',
357 'geolocation/NavigatorGeolocation.idl', 358 'geolocation/NavigatorGeolocation.idl',
358 'indexeddb/WindowIndexedDatabase.idl', 359 'indexeddb/WindowIndexedDatabase.idl',
359 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl', 360 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl',
361 'installedapp/NavigatorInstalledApp.idl',
360 'mediacapturefromelement/HTMLCanvasElementCapture.idl', 362 'mediacapturefromelement/HTMLCanvasElementCapture.idl',
361 'mediacapturefromelement/HTMLMediaElementCapture.idl', 363 'mediacapturefromelement/HTMLMediaElementCapture.idl',
362 'mediasession/HTMLMediaElementMediaSession.idl', 364 'mediasession/HTMLMediaElementMediaSession.idl',
363 'mediasource/HTMLVideoElementMediaSource.idl', 365 'mediasource/HTMLVideoElementMediaSource.idl',
364 'mediasource/URLMediaSource.idl', 366 'mediasource/URLMediaSource.idl',
365 'mediastream/NavigatorMediaStream.idl', 367 'mediastream/NavigatorMediaStream.idl',
366 'mediastream/NavigatorUserMedia.idl', 368 'mediastream/NavigatorUserMedia.idl',
367 'mediastream/URLMediaStream.idl', 369 'mediastream/URLMediaStream.idl',
368 'mediastream/WindowMediaStream.idl', 370 'mediastream/WindowMediaStream.idl',
369 'navigatorconnect/NavigatorServices.idl', 371 'navigatorconnect/NavigatorServices.idl',
(...skipping 763 matching lines...) Expand 10 before | Expand all | Expand 10 after
1133 'indexeddb/IndexedDBClient.cpp', 1135 'indexeddb/IndexedDBClient.cpp',
1134 'indexeddb/IndexedDBClient.h', 1136 'indexeddb/IndexedDBClient.h',
1135 'indexeddb/InspectorIndexedDBAgent.cpp', 1137 'indexeddb/InspectorIndexedDBAgent.cpp',
1136 'indexeddb/InspectorIndexedDBAgent.h', 1138 'indexeddb/InspectorIndexedDBAgent.h',
1137 'indexeddb/WebIDBCallbacksImpl.cpp', 1139 'indexeddb/WebIDBCallbacksImpl.cpp',
1138 'indexeddb/WebIDBCallbacksImpl.h', 1140 'indexeddb/WebIDBCallbacksImpl.h',
1139 'indexeddb/WebIDBDatabaseCallbacksImpl.cpp', 1141 'indexeddb/WebIDBDatabaseCallbacksImpl.cpp',
1140 'indexeddb/WebIDBDatabaseCallbacksImpl.h', 1142 'indexeddb/WebIDBDatabaseCallbacksImpl.h',
1141 'indexeddb/WorkerGlobalScopeIndexedDatabase.cpp', 1143 'indexeddb/WorkerGlobalScopeIndexedDatabase.cpp',
1142 'indexeddb/WorkerGlobalScopeIndexedDatabase.h', 1144 'indexeddb/WorkerGlobalScopeIndexedDatabase.h',
1145 'installedapp/InstalledAppController.cpp',
1146 'installedapp/InstalledAppController.h',
1147 'installedapp/NavigatorInstalledApp.cpp',
1148 'installedapp/NavigatorInstalledApp.h',
1149 'installedapp/RelatedApplication.h',
1143 'mediacapturefromelement/AutoCanvasDrawListener.cpp', 1150 'mediacapturefromelement/AutoCanvasDrawListener.cpp',
1144 'mediacapturefromelement/AutoCanvasDrawListener.h', 1151 'mediacapturefromelement/AutoCanvasDrawListener.h',
1145 'mediacapturefromelement/CanvasCaptureMediaStreamTrack.cpp', 1152 'mediacapturefromelement/CanvasCaptureMediaStreamTrack.cpp',
1146 'mediacapturefromelement/CanvasCaptureMediaStreamTrack.h', 1153 'mediacapturefromelement/CanvasCaptureMediaStreamTrack.h',
1147 'mediacapturefromelement/HTMLCanvasElementCapture.cpp', 1154 'mediacapturefromelement/HTMLCanvasElementCapture.cpp',
1148 'mediacapturefromelement/HTMLCanvasElementCapture.h', 1155 'mediacapturefromelement/HTMLCanvasElementCapture.h',
1149 'mediacapturefromelement/HTMLMediaElementCapture.cpp', 1156 'mediacapturefromelement/HTMLMediaElementCapture.cpp',
1150 'mediacapturefromelement/HTMLMediaElementCapture.h', 1157 'mediacapturefromelement/HTMLMediaElementCapture.h',
1151 'mediacapturefromelement/OnRequestCanvasDrawListener.cpp', 1158 'mediacapturefromelement/OnRequestCanvasDrawListener.cpp',
1152 'mediacapturefromelement/OnRequestCanvasDrawListener.h', 1159 'mediacapturefromelement/OnRequestCanvasDrawListener.h',
(...skipping 779 matching lines...) Expand 10 before | Expand all | Expand 10 after
1932 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1939 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1933 'webaudio/ConvolverNodeTest.cpp', 1940 'webaudio/ConvolverNodeTest.cpp',
1934 'webaudio/DynamicsCompressorNodeTest.cpp', 1941 'webaudio/DynamicsCompressorNodeTest.cpp',
1935 'webaudio/ScriptProcessorNodeTest.cpp', 1942 'webaudio/ScriptProcessorNodeTest.cpp',
1936 'webaudio/StereoPannerNodeTest.cpp', 1943 'webaudio/StereoPannerNodeTest.cpp',
1937 'websockets/DOMWebSocketTest.cpp', 1944 'websockets/DOMWebSocketTest.cpp',
1938 'websockets/DocumentWebSocketChannelTest.cpp', 1945 'websockets/DocumentWebSocketChannelTest.cpp',
1939 ], 1946 ],
1940 }, 1947 },
1941 } 1948 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698