| OLD | NEW |
| 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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 269 'filesystem/HTMLInputElementFileSystem.idl', | 269 'filesystem/HTMLInputElementFileSystem.idl', |
| 270 'filesystem/WindowFileSystem.idl', | 270 'filesystem/WindowFileSystem.idl', |
| 271 'filesystem/WorkerGlobalScopeFileSystem.idl', | 271 'filesystem/WorkerGlobalScopeFileSystem.idl', |
| 272 'gamepad/NavigatorGamepad.idl', | 272 'gamepad/NavigatorGamepad.idl', |
| 273 'geofencing/ServiceWorkerGlobalScopeGeofencing.idl', | 273 'geofencing/ServiceWorkerGlobalScopeGeofencing.idl', |
| 274 'geofencing/ServiceWorkerRegistrationGeofencing.idl', | 274 'geofencing/ServiceWorkerRegistrationGeofencing.idl', |
| 275 'geofencing/WorkerNavigatorGeofencing.idl', | 275 'geofencing/WorkerNavigatorGeofencing.idl', |
| 276 'geolocation/NavigatorGeolocation.idl', | 276 'geolocation/NavigatorGeolocation.idl', |
| 277 'indexeddb/WindowIndexedDatabase.idl', | 277 'indexeddb/WindowIndexedDatabase.idl', |
| 278 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl', | 278 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl', |
| 279 'mediasession/HTMLMediaElementMediaSession.idl', |
| 279 'mediasource/HTMLVideoElementMediaSource.idl', | 280 'mediasource/HTMLVideoElementMediaSource.idl', |
| 280 'mediasource/URLMediaSource.idl', | 281 'mediasource/URLMediaSource.idl', |
| 281 'mediastream/NavigatorMediaStream.idl', | 282 'mediastream/NavigatorMediaStream.idl', |
| 282 'mediastream/NavigatorUserMedia.idl', | 283 'mediastream/NavigatorUserMedia.idl', |
| 283 'mediastream/URLMediaStream.idl', | 284 'mediastream/URLMediaStream.idl', |
| 284 'mediastream/WindowMediaStream.idl', | 285 'mediastream/WindowMediaStream.idl', |
| 285 'navigatorconnect/NavigatorServices.idl', | 286 'navigatorconnect/NavigatorServices.idl', |
| 286 'navigatorconnect/ServiceWorkerGlobalScopeNavigatorConnect.idl', | 287 'navigatorconnect/ServiceWorkerGlobalScopeNavigatorConnect.idl', |
| 287 'navigatorconnect/WorkerNavigatorServices.idl', | 288 'navigatorconnect/WorkerNavigatorServices.idl', |
| 288 'navigatorcontentutils/NavigatorContentUtils.idl', | 289 'navigatorcontentutils/NavigatorContentUtils.idl', |
| (...skipping 642 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 931 'indexeddb/InspectorIndexedDBAgent.cpp', | 932 'indexeddb/InspectorIndexedDBAgent.cpp', |
| 932 'indexeddb/InspectorIndexedDBAgent.h', | 933 'indexeddb/InspectorIndexedDBAgent.h', |
| 933 'indexeddb/WebIDBCallbacksImpl.cpp', | 934 'indexeddb/WebIDBCallbacksImpl.cpp', |
| 934 'indexeddb/WebIDBCallbacksImpl.h', | 935 'indexeddb/WebIDBCallbacksImpl.h', |
| 935 'indexeddb/WebIDBDatabaseCallbacksImpl.cpp', | 936 'indexeddb/WebIDBDatabaseCallbacksImpl.cpp', |
| 936 'indexeddb/WebIDBDatabaseCallbacksImpl.h', | 937 'indexeddb/WebIDBDatabaseCallbacksImpl.h', |
| 937 'indexeddb/WorkerGlobalScopeIndexedDatabase.cpp', | 938 'indexeddb/WorkerGlobalScopeIndexedDatabase.cpp', |
| 938 'indexeddb/WorkerGlobalScopeIndexedDatabase.h', | 939 'indexeddb/WorkerGlobalScopeIndexedDatabase.h', |
| 939 'mediasession/MediaSession.h', | 940 'mediasession/MediaSession.h', |
| 940 'mediasession/MediaSession.cpp', | 941 'mediasession/MediaSession.cpp', |
| 942 'mediasession/HTMLMediaElementMediaSession.h', |
| 943 'mediasession/HTMLMediaElementMediaSession.cpp', |
| 941 'mediasource/HTMLVideoElementMediaSource.cpp', | 944 'mediasource/HTMLVideoElementMediaSource.cpp', |
| 942 'mediasource/HTMLVideoElementMediaSource.h', | 945 'mediasource/HTMLVideoElementMediaSource.h', |
| 943 'mediasource/MediaSource.cpp', | 946 'mediasource/MediaSource.cpp', |
| 944 'mediasource/MediaSource.h', | 947 'mediasource/MediaSource.h', |
| 945 'mediasource/MediaSourceRegistry.cpp', | 948 'mediasource/MediaSourceRegistry.cpp', |
| 946 'mediasource/MediaSourceRegistry.h', | 949 'mediasource/MediaSourceRegistry.h', |
| 947 'mediasource/SourceBuffer.cpp', | 950 'mediasource/SourceBuffer.cpp', |
| 948 'mediasource/SourceBuffer.h', | 951 'mediasource/SourceBuffer.h', |
| 949 'mediasource/SourceBufferList.cpp', | 952 'mediasource/SourceBufferList.cpp', |
| 950 'mediasource/SourceBufferList.h', | 953 'mediasource/SourceBufferList.h', |
| (...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1504 'webaudio/AudioBasicProcessorHandlerTest.cpp', | 1507 'webaudio/AudioBasicProcessorHandlerTest.cpp', |
| 1505 'webaudio/ConvolverNodeTest.cpp', | 1508 'webaudio/ConvolverNodeTest.cpp', |
| 1506 'webaudio/DynamicsCompressorNodeTest.cpp', | 1509 'webaudio/DynamicsCompressorNodeTest.cpp', |
| 1507 'webaudio/ScriptProcessorNodeTest.cpp', | 1510 'webaudio/ScriptProcessorNodeTest.cpp', |
| 1508 'webaudio/StereoPannerNodeTest.cpp', | 1511 'webaudio/StereoPannerNodeTest.cpp', |
| 1509 'websockets/DOMWebSocketTest.cpp', | 1512 'websockets/DOMWebSocketTest.cpp', |
| 1510 'websockets/DocumentWebSocketChannelTest.cpp', | 1513 'websockets/DocumentWebSocketChannelTest.cpp', |
| 1511 ], | 1514 ], |
| 1512 }, | 1515 }, |
| 1513 } | 1516 } |
| OLD | NEW |