| 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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 197 'mediastream/NavigatorMediaStream.idl', | 197 'mediastream/NavigatorMediaStream.idl', |
| 198 'mediastream/URLMediaStream.idl', | 198 'mediastream/URLMediaStream.idl', |
| 199 'navigatorcontentutils/NavigatorContentUtils.idl', | 199 'navigatorcontentutils/NavigatorContentUtils.idl', |
| 200 'notifications/WindowNotifications.idl', | 200 'notifications/WindowNotifications.idl', |
| 201 'notifications/WorkerGlobalScopeNotifications.idl', | 201 'notifications/WorkerGlobalScopeNotifications.idl', |
| 202 'performance/SharedWorkerPerformance.idl', | 202 'performance/SharedWorkerPerformance.idl', |
| 203 'performance/WorkerGlobalScopePerformance.idl', | 203 'performance/WorkerGlobalScopePerformance.idl', |
| 204 'quota/NavigatorStorageQuota.idl', | 204 'quota/NavigatorStorageQuota.idl', |
| 205 'quota/WindowQuota.idl', | 205 'quota/WindowQuota.idl', |
| 206 'quota/WorkerNavigatorStorageQuota.idl', | 206 'quota/WorkerNavigatorStorageQuota.idl', |
| 207 'screen_orientation/ScreenOrientation.idl', |
| 207 'serviceworkers/NavigatorServiceWorker.idl', | 208 'serviceworkers/NavigatorServiceWorker.idl', |
| 208 'speech/WindowSpeechSynthesis.idl', | 209 'speech/WindowSpeechSynthesis.idl', |
| 209 'vibration/NavigatorVibration.idl', | 210 'vibration/NavigatorVibration.idl', |
| 210 'webdatabase/WindowWebDatabase.idl', | 211 'webdatabase/WindowWebDatabase.idl', |
| 211 'webdatabase/WorkerGlobalScopeWebDatabase.idl', | 212 'webdatabase/WorkerGlobalScopeWebDatabase.idl', |
| 212 'webmidi/NavigatorWebMIDI.idl', | 213 'webmidi/NavigatorWebMIDI.idl', |
| 213 ], | 214 ], |
| 214 'modules_files': [ | 215 'modules_files': [ |
| 215 '<@(extra_blink_module_files)', | 216 '<@(extra_blink_module_files)', |
| 216 'crypto/Algorithm.cpp', | 217 'crypto/Algorithm.cpp', |
| (...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 535 'quota/StorageQuota.cpp', | 536 'quota/StorageQuota.cpp', |
| 536 'quota/StorageQuota.h', | 537 'quota/StorageQuota.h', |
| 537 'quota/StorageQuotaCallback.h', | 538 'quota/StorageQuotaCallback.h', |
| 538 'quota/StorageQuotaCallbacksImpl.cpp', | 539 'quota/StorageQuotaCallbacksImpl.cpp', |
| 539 'quota/StorageQuotaCallbacksImpl.h', | 540 'quota/StorageQuotaCallbacksImpl.h', |
| 540 'quota/StorageQuotaClient.cpp', | 541 'quota/StorageQuotaClient.cpp', |
| 541 'quota/StorageQuotaClient.h', | 542 'quota/StorageQuotaClient.h', |
| 542 'quota/StorageUsageCallback.h', | 543 'quota/StorageUsageCallback.h', |
| 543 'quota/WorkerNavigatorStorageQuota.cpp', | 544 'quota/WorkerNavigatorStorageQuota.cpp', |
| 544 'quota/WorkerNavigatorStorageQuota.h', | 545 'quota/WorkerNavigatorStorageQuota.h', |
| 546 'screen_orientation/ScreenOrientation.cpp', |
| 547 'screen_orientation/ScreenOrientation.h', |
| 548 'screen_orientation/ScreenOrientationClient.h', |
| 549 'screen_orientation/ScreenOrientationController.cpp', |
| 550 'screen_orientation/ScreenOrientationController.h', |
| 545 'serviceworkers/InstallEvent.cpp', | 551 'serviceworkers/InstallEvent.cpp', |
| 546 'serviceworkers/InstallEvent.h', | 552 'serviceworkers/InstallEvent.h', |
| 547 'serviceworkers/InstallPhaseEvent.cpp', | 553 'serviceworkers/InstallPhaseEvent.cpp', |
| 548 'serviceworkers/InstallPhaseEvent.h', | 554 'serviceworkers/InstallPhaseEvent.h', |
| 549 'serviceworkers/ServiceWorker.cpp', | 555 'serviceworkers/ServiceWorker.cpp', |
| 550 'serviceworkers/ServiceWorker.h', | 556 'serviceworkers/ServiceWorker.h', |
| 551 'serviceworkers/ServiceWorkerError.cpp', | 557 'serviceworkers/ServiceWorkerError.cpp', |
| 552 'serviceworkers/ServiceWorkerError.h', | 558 'serviceworkers/ServiceWorkerError.h', |
| 553 'serviceworkers/NavigatorServiceWorker.cpp', | 559 'serviceworkers/NavigatorServiceWorker.cpp', |
| 554 'serviceworkers/NavigatorServiceWorker.h', | 560 'serviceworkers/NavigatorServiceWorker.h', |
| (...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 803 'websockets/WebSocketHandshake.cpp', | 809 'websockets/WebSocketHandshake.cpp', |
| 804 'websockets/WebSocketHandshake.h', | 810 'websockets/WebSocketHandshake.h', |
| 805 'websockets/WebSocketPerMessageDeflate.cpp', | 811 'websockets/WebSocketPerMessageDeflate.cpp', |
| 806 'websockets/WebSocketPerMessageDeflate.h', | 812 'websockets/WebSocketPerMessageDeflate.h', |
| 807 'websockets/WorkerThreadableWebSocketChannel.cpp', | 813 'websockets/WorkerThreadableWebSocketChannel.cpp', |
| 808 'websockets/WorkerThreadableWebSocketChannel.h', | 814 'websockets/WorkerThreadableWebSocketChannel.h', |
| 809 ], | 815 ], |
| 810 # 'partial interface' or target (right side of) 'implements' | 816 # 'partial interface' or target (right side of) 'implements' |
| 811 'modules_testing_dependency_idl_files' : [ | 817 'modules_testing_dependency_idl_files' : [ |
| 812 'geolocation/testing/InternalsGeolocation.idl', | 818 'geolocation/testing/InternalsGeolocation.idl', |
| 819 'screen_orientation/testing/InternalsScreenOrientation.idl', |
| 813 'speech/testing/InternalsSpeechSynthesis.idl', | 820 'speech/testing/InternalsSpeechSynthesis.idl', |
| 814 'vibration/testing/InternalsVibration.idl', | 821 'vibration/testing/InternalsVibration.idl', |
| 815 ], | 822 ], |
| 816 'modules_testing_files': [ | 823 'modules_testing_files': [ |
| 817 'geolocation/testing/InternalsGeolocation.cpp', | 824 'geolocation/testing/InternalsGeolocation.cpp', |
| 818 'geolocation/testing/InternalsGeolocation.h', | 825 'geolocation/testing/InternalsGeolocation.h', |
| 819 'geolocation/testing/GeolocationClientMock.h', | 826 'geolocation/testing/GeolocationClientMock.h', |
| 820 'geolocation/testing/GeolocationClientMock.cpp', | 827 'geolocation/testing/GeolocationClientMock.cpp', |
| 828 'screen_orientation/testing/InternalsScreenOrientation.cpp', |
| 829 'screen_orientation/testing/InternalsScreenOrientation.h', |
| 830 'screen_orientation/testing/ScreenOrientationClientMock.cpp', |
| 831 'screen_orientation/testing/ScreenOrientationClientMock.h', |
| 821 'speech/testing/InternalsSpeechSynthesis.cpp', | 832 'speech/testing/InternalsSpeechSynthesis.cpp', |
| 822 'speech/testing/InternalsSpeechSynthesis.h', | 833 'speech/testing/InternalsSpeechSynthesis.h', |
| 823 'speech/testing/PlatformSpeechSynthesizerMock.cpp', | 834 'speech/testing/PlatformSpeechSynthesizerMock.cpp', |
| 824 'speech/testing/PlatformSpeechSynthesizerMock.h', | 835 'speech/testing/PlatformSpeechSynthesizerMock.h', |
| 825 'vibration/testing/InternalsVibration.cpp', | 836 'vibration/testing/InternalsVibration.cpp', |
| 826 'vibration/testing/InternalsVibration.h', | 837 'vibration/testing/InternalsVibration.h', |
| 827 ], | 838 ], |
| 828 'modules_unittest_files': [ | 839 'modules_unittest_files': [ |
| 829 'indexeddb/IDBKeyPathTest.cpp', | 840 'indexeddb/IDBKeyPathTest.cpp', |
| 830 'indexeddb/IDBRequestTest.cpp', | 841 'indexeddb/IDBRequestTest.cpp', |
| 831 'indexeddb/IDBTransactionTest.cpp', | 842 'indexeddb/IDBTransactionTest.cpp', |
| 832 'websockets/WebSocketDeflaterTest.cpp', | 843 'websockets/WebSocketDeflaterTest.cpp', |
| 833 'websockets/WebSocketExtensionDispatcherTest.cpp', | 844 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 834 'websockets/WebSocketExtensionParserTest.cpp', | 845 'websockets/WebSocketExtensionParserTest.cpp', |
| 835 'websockets/WebSocketPerMessageDeflateTest.cpp', | 846 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 836 ], | 847 ], |
| 837 }, | 848 }, |
| 838 } | 849 } |
| OLD | NEW |