| 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 503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 514 'quota/StorageQuota.cpp', | 514 'quota/StorageQuota.cpp', |
| 515 'quota/StorageQuota.h', | 515 'quota/StorageQuota.h', |
| 516 'quota/StorageQuotaCallback.h', | 516 'quota/StorageQuotaCallback.h', |
| 517 'quota/StorageUsageCallback.h', | 517 'quota/StorageUsageCallback.h', |
| 518 'quota/WebStorageQuotaCallbacksImpl.cpp', | 518 'quota/WebStorageQuotaCallbacksImpl.cpp', |
| 519 'quota/WebStorageQuotaCallbacksImpl.h', | 519 'quota/WebStorageQuotaCallbacksImpl.h', |
| 520 'quota/WorkerNavigatorStorageQuota.cpp', | 520 'quota/WorkerNavigatorStorageQuota.cpp', |
| 521 'quota/WorkerNavigatorStorageQuota.h', | 521 'quota/WorkerNavigatorStorageQuota.h', |
| 522 'serviceworkers/ServiceWorker.cpp', | 522 'serviceworkers/ServiceWorker.cpp', |
| 523 'serviceworkers/ServiceWorker.h', | 523 'serviceworkers/ServiceWorker.h', |
| 524 'serviceworkers/ServiceWorkerError.cpp', |
| 525 'serviceworkers/ServiceWorkerError.h', |
| 524 'serviceworkers/NavigatorServiceWorker.cpp', | 526 'serviceworkers/NavigatorServiceWorker.cpp', |
| 525 'serviceworkers/NavigatorServiceWorker.h', | 527 'serviceworkers/NavigatorServiceWorker.h', |
| 526 'speech/DOMWindowSpeechSynthesis.cpp', | 528 'speech/DOMWindowSpeechSynthesis.cpp', |
| 527 'speech/DOMWindowSpeechSynthesis.h', | 529 'speech/DOMWindowSpeechSynthesis.h', |
| 528 'speech/SpeechGrammar.cpp', | 530 'speech/SpeechGrammar.cpp', |
| 529 'speech/SpeechGrammar.h', | 531 'speech/SpeechGrammar.h', |
| 530 'speech/SpeechGrammarList.cpp', | 532 'speech/SpeechGrammarList.cpp', |
| 531 'speech/SpeechGrammarList.h', | 533 'speech/SpeechGrammarList.h', |
| 532 'speech/SpeechRecognition.cpp', | 534 'speech/SpeechRecognition.cpp', |
| 533 'speech/SpeechRecognition.h', | 535 'speech/SpeechRecognition.h', |
| (...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 796 'indexeddb/IDBKeyPathTest.cpp', | 798 'indexeddb/IDBKeyPathTest.cpp', |
| 797 'indexeddb/IDBRequestTest.cpp', | 799 'indexeddb/IDBRequestTest.cpp', |
| 798 'indexeddb/IDBTransactionTest.cpp', | 800 'indexeddb/IDBTransactionTest.cpp', |
| 799 'websockets/WebSocketDeflaterTest.cpp', | 801 'websockets/WebSocketDeflaterTest.cpp', |
| 800 'websockets/WebSocketExtensionDispatcherTest.cpp', | 802 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 801 'websockets/WebSocketExtensionParserTest.cpp', | 803 'websockets/WebSocketExtensionParserTest.cpp', |
| 802 'websockets/WebSocketPerMessageDeflateTest.cpp', | 804 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 803 ], | 805 ], |
| 804 }, | 806 }, |
| 805 } | 807 } |
| OLD | NEW |