| 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 'modules_idl_files': [ | 10 'modules_idl_files': [ |
| (...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 509 'quota/StorageQuota.h', | 509 'quota/StorageQuota.h', |
| 510 'quota/StorageQuotaCallback.h', | 510 'quota/StorageQuotaCallback.h', |
| 511 'quota/StorageUsageCallback.h', | 511 'quota/StorageUsageCallback.h', |
| 512 'quota/WebStorageQuotaCallbacksImpl.cpp', | 512 'quota/WebStorageQuotaCallbacksImpl.cpp', |
| 513 'quota/WebStorageQuotaCallbacksImpl.h', | 513 'quota/WebStorageQuotaCallbacksImpl.h', |
| 514 'quota/WorkerNavigatorStorageQuota.cpp', | 514 'quota/WorkerNavigatorStorageQuota.cpp', |
| 515 'quota/WorkerNavigatorStorageQuota.h', | 515 'quota/WorkerNavigatorStorageQuota.h', |
| 516 'serviceworkers/CallbackPromiseAdapter.h', | 516 'serviceworkers/CallbackPromiseAdapter.h', |
| 517 'serviceworkers/ServiceWorker.cpp', | 517 'serviceworkers/ServiceWorker.cpp', |
| 518 'serviceworkers/ServiceWorker.h', | 518 'serviceworkers/ServiceWorker.h', |
| 519 'serviceworkers/ServiceWorkerError.cpp', |
| 520 'serviceworkers/ServiceWorkerError.h', |
| 519 'serviceworkers/NavigatorServiceWorker.cpp', | 521 'serviceworkers/NavigatorServiceWorker.cpp', |
| 520 'serviceworkers/NavigatorServiceWorker.h', | 522 'serviceworkers/NavigatorServiceWorker.h', |
| 521 'speech/DOMWindowSpeechSynthesis.cpp', | 523 'speech/DOMWindowSpeechSynthesis.cpp', |
| 522 'speech/DOMWindowSpeechSynthesis.h', | 524 'speech/DOMWindowSpeechSynthesis.h', |
| 523 'speech/SpeechGrammar.cpp', | 525 'speech/SpeechGrammar.cpp', |
| 524 'speech/SpeechGrammar.h', | 526 'speech/SpeechGrammar.h', |
| 525 'speech/SpeechGrammarList.cpp', | 527 'speech/SpeechGrammarList.cpp', |
| 526 'speech/SpeechGrammarList.h', | 528 'speech/SpeechGrammarList.h', |
| 527 'speech/SpeechRecognition.cpp', | 529 'speech/SpeechRecognition.cpp', |
| 528 'speech/SpeechRecognition.h', | 530 'speech/SpeechRecognition.h', |
| (...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 783 'indexeddb/IDBKeyPathTest.cpp', | 785 'indexeddb/IDBKeyPathTest.cpp', |
| 784 'indexeddb/IDBRequestTest.cpp', | 786 'indexeddb/IDBRequestTest.cpp', |
| 785 'indexeddb/IDBTransactionTest.cpp', | 787 'indexeddb/IDBTransactionTest.cpp', |
| 786 'websockets/WebSocketDeflaterTest.cpp', | 788 'websockets/WebSocketDeflaterTest.cpp', |
| 787 'websockets/WebSocketExtensionDispatcherTest.cpp', | 789 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 788 'websockets/WebSocketExtensionParserTest.cpp', | 790 'websockets/WebSocketExtensionParserTest.cpp', |
| 789 'websockets/WebSocketPerMessageDeflateTest.cpp', | 791 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 790 ], | 792 ], |
| 791 }, | 793 }, |
| 792 } | 794 } |
| OLD | NEW |