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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
234 'websockets/CloseEvent.idl', | 234 'websockets/CloseEvent.idl', |
235 'websockets/WebSocket.idl', | 235 'websockets/WebSocket.idl', |
236 ], | 236 ], |
237 # 'partial interface' or target (right side of) 'implements' | 237 # 'partial interface' or target (right side of) 'implements' |
238 'modules_dependency_idl_files': [ | 238 'modules_dependency_idl_files': [ |
239 'background_sync/ServiceWorkerGlobalScopeSync.idl', | 239 'background_sync/ServiceWorkerGlobalScopeSync.idl', |
240 'background_sync/ServiceWorkerRegistrationSync.idl', | 240 'background_sync/ServiceWorkerRegistrationSync.idl', |
241 'battery/NavigatorBattery.idl', | 241 'battery/NavigatorBattery.idl', |
242 'beacon/NavigatorBeacon.idl', | 242 'beacon/NavigatorBeacon.idl', |
243 'bluetooth/NavigatorBluetooth.idl', | 243 'bluetooth/NavigatorBluetooth.idl', |
| 244 'c/WorkerC.idl', |
244 'credentialmanager/NavigatorCredentials.idl', | 245 'credentialmanager/NavigatorCredentials.idl', |
245 'crypto/WindowCrypto.idl', | 246 'crypto/WindowCrypto.idl', |
246 'crypto/WorkerGlobalScopeCrypto.idl', | 247 'crypto/WorkerGlobalScopeCrypto.idl', |
247 'device_light/WindowDeviceLight.idl', | 248 'device_light/WindowDeviceLight.idl', |
248 'device_orientation/WindowDeviceMotion.idl', | 249 'device_orientation/WindowDeviceMotion.idl', |
249 'device_orientation/WindowDeviceOrientation.idl', | 250 'device_orientation/WindowDeviceOrientation.idl', |
250 'donottrack/NavigatorDoNotTrack.idl', | 251 'donottrack/NavigatorDoNotTrack.idl', |
251 'encryptedmedia/HTMLMediaElementEncryptedMedia.idl', | 252 'encryptedmedia/HTMLMediaElementEncryptedMedia.idl', |
252 'encryptedmedia/NavigatorRequestMediaKeySystemAccess.idl', | 253 'encryptedmedia/NavigatorRequestMediaKeySystemAccess.idl', |
253 'fetch/WindowFetch.idl', | 254 'fetch/WindowFetch.idl', |
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
563 'beacon/NavigatorBeacon.h', | 564 'beacon/NavigatorBeacon.h', |
564 'bluetooth/Bluetooth.h', | 565 'bluetooth/Bluetooth.h', |
565 'bluetooth/BluetoothDevice.cpp', | 566 'bluetooth/BluetoothDevice.cpp', |
566 'bluetooth/BluetoothDevice.h', | 567 'bluetooth/BluetoothDevice.h', |
567 'bluetooth/BluetoothDiscovery.cpp', | 568 'bluetooth/BluetoothDiscovery.cpp', |
568 'bluetooth/BluetoothDiscovery.h', | 569 'bluetooth/BluetoothDiscovery.h', |
569 'bluetooth/BluetoothError.cpp', | 570 'bluetooth/BluetoothError.cpp', |
570 'bluetooth/BluetoothError.h', | 571 'bluetooth/BluetoothError.h', |
571 'bluetooth/NavigatorBluetooth.cpp', | 572 'bluetooth/NavigatorBluetooth.cpp', |
572 'bluetooth/NavigatorBluetooth.h', | 573 'bluetooth/NavigatorBluetooth.h', |
| 574 'c/GlobalC.h', |
573 'compositorworker/CompositorWorker.cpp', | 575 'compositorworker/CompositorWorker.cpp', |
574 'compositorworker/CompositorWorker.h', | 576 'compositorworker/CompositorWorker.h', |
575 'compositorworker/CompositorWorkerGlobalScope.cpp', | 577 'compositorworker/CompositorWorkerGlobalScope.cpp', |
576 'compositorworker/CompositorWorkerGlobalScope.h', | 578 'compositorworker/CompositorWorkerGlobalScope.h', |
577 'compositorworker/CompositorWorkerMessagingProxy.cpp', | 579 'compositorworker/CompositorWorkerMessagingProxy.cpp', |
578 'compositorworker/CompositorWorkerMessagingProxy.h', | 580 'compositorworker/CompositorWorkerMessagingProxy.h', |
579 'compositorworker/CompositorWorkerThread.cpp', | 581 'compositorworker/CompositorWorkerThread.cpp', |
580 'compositorworker/CompositorWorkerThread.h', | 582 'compositorworker/CompositorWorkerThread.h', |
581 'credentialmanager/Credential.cpp', | 583 'credentialmanager/Credential.cpp', |
582 'credentialmanager/Credential.h', | 584 'credentialmanager/Credential.h', |
(...skipping 794 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1377 'indexeddb/IDBKeyPathTest.cpp', | 1379 'indexeddb/IDBKeyPathTest.cpp', |
1378 'indexeddb/IDBRequestTest.cpp', | 1380 'indexeddb/IDBRequestTest.cpp', |
1379 'indexeddb/IDBTransactionTest.cpp', | 1381 'indexeddb/IDBTransactionTest.cpp', |
1380 'serviceworkers/CacheTest.cpp', | 1382 'serviceworkers/CacheTest.cpp', |
1381 'serviceworkers/ServiceWorkerContainerTest.cpp', | 1383 'serviceworkers/ServiceWorkerContainerTest.cpp', |
1382 'websockets/DOMWebSocketTest.cpp', | 1384 'websockets/DOMWebSocketTest.cpp', |
1383 'websockets/DocumentWebSocketChannelTest.cpp', | 1385 'websockets/DocumentWebSocketChannelTest.cpp', |
1384 ], | 1386 ], |
1385 }, | 1387 }, |
1386 } | 1388 } |
OLD | NEW |