| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 # Experimental hooks for embedder to provide extra IDL and source files. | 3 # Experimental hooks for embedder to provide extra IDL and source files. |
| 4 # | 4 # |
| 5 # Note: this is not a supported API. If you rely on this, you will be broken | 5 # Note: this is not a supported API. If you rely on this, you will be broken |
| 6 # from time to time as the code generator changes in backward incompatible | 6 # from time to time as the code generator changes in backward incompatible |
| 7 # ways. | 7 # ways. |
| 8 'extra_blink_module_idl_files': [], | 8 'extra_blink_module_idl_files': [], |
| 9 'extra_blink_module_files': [], | 9 'extra_blink_module_files': [], |
| 10 # Files for which bindings (.cpp and .h files) will be generated | 10 # Files for which bindings (.cpp and .h files) will be generated |
| (...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 196 'mediastream/NavigatorMediaStream.idl', | 196 'mediastream/NavigatorMediaStream.idl', |
| 197 'mediastream/URLMediaStream.idl', | 197 'mediastream/URLMediaStream.idl', |
| 198 'navigatorcontentutils/NavigatorContentUtils.idl', | 198 'navigatorcontentutils/NavigatorContentUtils.idl', |
| 199 'notifications/WindowNotifications.idl', | 199 'notifications/WindowNotifications.idl', |
| 200 'notifications/WorkerGlobalScopeNotifications.idl', | 200 'notifications/WorkerGlobalScopeNotifications.idl', |
| 201 'performance/SharedWorkerPerformance.idl', | 201 'performance/SharedWorkerPerformance.idl', |
| 202 'performance/WorkerGlobalScopePerformance.idl', | 202 'performance/WorkerGlobalScopePerformance.idl', |
| 203 'quota/NavigatorStorageQuota.idl', | 203 'quota/NavigatorStorageQuota.idl', |
| 204 'quota/WindowQuota.idl', | 204 'quota/WindowQuota.idl', |
| 205 'quota/WorkerNavigatorStorageQuota.idl', | 205 'quota/WorkerNavigatorStorageQuota.idl', |
| 206 'screen_orientation/ScreenOrientation.idl', |
| 206 'serviceworkers/NavigatorServiceWorker.idl', | 207 'serviceworkers/NavigatorServiceWorker.idl', |
| 207 'speech/WindowSpeechSynthesis.idl', | 208 'speech/WindowSpeechSynthesis.idl', |
| 208 'vibration/NavigatorVibration.idl', | 209 'vibration/NavigatorVibration.idl', |
| 209 'webdatabase/WindowWebDatabase.idl', | 210 'webdatabase/WindowWebDatabase.idl', |
| 210 'webdatabase/WorkerGlobalScopeWebDatabase.idl', | 211 'webdatabase/WorkerGlobalScopeWebDatabase.idl', |
| 211 'webmidi/NavigatorWebMIDI.idl', | 212 'webmidi/NavigatorWebMIDI.idl', |
| 212 ], | 213 ], |
| 213 'modules_files': [ | 214 'modules_files': [ |
| 214 '<@(extra_blink_module_files)', | 215 '<@(extra_blink_module_files)', |
| 215 'crypto/Algorithm.cpp', | 216 'crypto/Algorithm.cpp', |
| (...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 527 'quota/StorageQuota.cpp', | 528 'quota/StorageQuota.cpp', |
| 528 'quota/StorageQuota.h', | 529 'quota/StorageQuota.h', |
| 529 'quota/StorageQuotaCallback.h', | 530 'quota/StorageQuotaCallback.h', |
| 530 'quota/StorageQuotaCallbacksImpl.cpp', | 531 'quota/StorageQuotaCallbacksImpl.cpp', |
| 531 'quota/StorageQuotaCallbacksImpl.h', | 532 'quota/StorageQuotaCallbacksImpl.h', |
| 532 'quota/StorageQuotaClient.cpp', | 533 'quota/StorageQuotaClient.cpp', |
| 533 'quota/StorageQuotaClient.h', | 534 'quota/StorageQuotaClient.h', |
| 534 'quota/StorageUsageCallback.h', | 535 'quota/StorageUsageCallback.h', |
| 535 'quota/WorkerNavigatorStorageQuota.cpp', | 536 'quota/WorkerNavigatorStorageQuota.cpp', |
| 536 'quota/WorkerNavigatorStorageQuota.h', | 537 'quota/WorkerNavigatorStorageQuota.h', |
| 538 'screen_orientation/ScreenOrientation.cpp', |
| 539 'screen_orientation/ScreenOrientation.h', |
| 540 'screen_orientation/ScreenOrientationClient.h', |
| 541 'screen_orientation/ScreenOrientationController.cpp', |
| 542 'screen_orientation/ScreenOrientationController.h', |
| 537 'serviceworkers/InstallEvent.cpp', | 543 'serviceworkers/InstallEvent.cpp', |
| 538 'serviceworkers/InstallEvent.h', | 544 'serviceworkers/InstallEvent.h', |
| 539 'serviceworkers/InstallPhaseEvent.cpp', | 545 'serviceworkers/InstallPhaseEvent.cpp', |
| 540 'serviceworkers/InstallPhaseEvent.h', | 546 'serviceworkers/InstallPhaseEvent.h', |
| 541 'serviceworkers/ServiceWorker.cpp', | 547 'serviceworkers/ServiceWorker.cpp', |
| 542 'serviceworkers/ServiceWorker.h', | 548 'serviceworkers/ServiceWorker.h', |
| 543 'serviceworkers/ServiceWorkerError.cpp', | 549 'serviceworkers/ServiceWorkerError.cpp', |
| 544 'serviceworkers/ServiceWorkerError.h', | 550 'serviceworkers/ServiceWorkerError.h', |
| 545 'serviceworkers/NavigatorServiceWorker.cpp', | 551 'serviceworkers/NavigatorServiceWorker.cpp', |
| 546 'serviceworkers/NavigatorServiceWorker.h', | 552 'serviceworkers/NavigatorServiceWorker.h', |
| (...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 821 'indexeddb/IDBKeyPathTest.cpp', | 827 'indexeddb/IDBKeyPathTest.cpp', |
| 822 'indexeddb/IDBRequestTest.cpp', | 828 'indexeddb/IDBRequestTest.cpp', |
| 823 'indexeddb/IDBTransactionTest.cpp', | 829 'indexeddb/IDBTransactionTest.cpp', |
| 824 'websockets/WebSocketDeflaterTest.cpp', | 830 'websockets/WebSocketDeflaterTest.cpp', |
| 825 'websockets/WebSocketExtensionDispatcherTest.cpp', | 831 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 826 'websockets/WebSocketExtensionParserTest.cpp', | 832 'websockets/WebSocketExtensionParserTest.cpp', |
| 827 'websockets/WebSocketPerMessageDeflateTest.cpp', | 833 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 828 ], | 834 ], |
| 829 }, | 835 }, |
| 830 } | 836 } |
| OLD | NEW |