| 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 | 10 |
| (...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 485 'quota/NavigatorStorageQuota.cpp', | 485 'quota/NavigatorStorageQuota.cpp', |
| 486 'quota/NavigatorStorageQuota.h', | 486 'quota/NavigatorStorageQuota.h', |
| 487 'quota/StorageInfo.cpp', | 487 'quota/StorageInfo.cpp', |
| 488 'quota/StorageInfo.h', | 488 'quota/StorageInfo.h', |
| 489 'quota/StorageErrorCallback.cpp', | 489 'quota/StorageErrorCallback.cpp', |
| 490 'quota/StorageErrorCallback.h', | 490 'quota/StorageErrorCallback.h', |
| 491 'quota/StorageQuota.cpp', | 491 'quota/StorageQuota.cpp', |
| 492 'quota/StorageQuota.h', | 492 'quota/StorageQuota.h', |
| 493 'quota/StorageQuotaCallback.h', | 493 'quota/StorageQuotaCallback.h', |
| 494 'quota/StorageUsageCallback.h', | 494 'quota/StorageUsageCallback.h', |
| 495 'quota/WebStorageQuotaCallbacksImpl.cpp', |
| 496 'quota/WebStorageQuotaCallbacksImpl.h', |
| 495 'quota/WorkerNavigatorStorageQuota.cpp', | 497 'quota/WorkerNavigatorStorageQuota.cpp', |
| 496 'quota/WorkerNavigatorStorageQuota.h', | 498 'quota/WorkerNavigatorStorageQuota.h', |
| 497 'speech/DOMWindowSpeechSynthesis.cpp', | 499 'speech/DOMWindowSpeechSynthesis.cpp', |
| 498 'speech/DOMWindowSpeechSynthesis.h', | 500 'speech/DOMWindowSpeechSynthesis.h', |
| 499 'speech/SpeechGrammar.cpp', | 501 'speech/SpeechGrammar.cpp', |
| 500 'speech/SpeechGrammar.h', | 502 'speech/SpeechGrammar.h', |
| 501 'speech/SpeechGrammarList.cpp', | 503 'speech/SpeechGrammarList.cpp', |
| 502 'speech/SpeechGrammarList.h', | 504 'speech/SpeechGrammarList.h', |
| 503 'speech/SpeechRecognition.cpp', | 505 'speech/SpeechRecognition.cpp', |
| 504 'speech/SpeechRecognition.h', | 506 'speech/SpeechRecognition.h', |
| (...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 737 ], | 739 ], |
| 738 'modules_unittest_files': [ | 740 'modules_unittest_files': [ |
| 739 'indexeddb/IDBKeyPathTest.cpp', | 741 'indexeddb/IDBKeyPathTest.cpp', |
| 740 'websockets/WebSocketDeflaterTest.cpp', | 742 'websockets/WebSocketDeflaterTest.cpp', |
| 741 'websockets/WebSocketExtensionDispatcherTest.cpp', | 743 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 742 'websockets/WebSocketExtensionParserTest.cpp', | 744 'websockets/WebSocketExtensionParserTest.cpp', |
| 743 'websockets/WebSocketPerMessageDeflateTest.cpp', | 745 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 744 ], | 746 ], |
| 745 }, | 747 }, |
| 746 } | 748 } |
| OLD | NEW |