| 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 479 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  490       'quota/NavigatorStorageQuota.cpp', |  490       'quota/NavigatorStorageQuota.cpp', | 
|  491       'quota/NavigatorStorageQuota.h', |  491       'quota/NavigatorStorageQuota.h', | 
|  492       'quota/StorageInfo.cpp', |  492       'quota/StorageInfo.cpp', | 
|  493       'quota/StorageInfo.h', |  493       'quota/StorageInfo.h', | 
|  494       'quota/StorageErrorCallback.cpp', |  494       'quota/StorageErrorCallback.cpp', | 
|  495       'quota/StorageErrorCallback.h', |  495       'quota/StorageErrorCallback.h', | 
|  496       'quota/StorageQuota.cpp', |  496       'quota/StorageQuota.cpp', | 
|  497       'quota/StorageQuota.h', |  497       'quota/StorageQuota.h', | 
|  498       'quota/StorageQuotaCallback.h', |  498       'quota/StorageQuotaCallback.h', | 
|  499       'quota/StorageUsageCallback.h', |  499       'quota/StorageUsageCallback.h', | 
 |  500       'quota/WebStorageQuotaCallbacksImpl.cpp', | 
 |  501       'quota/WebStorageQuotaCallbacksImpl.h', | 
|  500       'quota/WorkerNavigatorStorageQuota.cpp', |  502       'quota/WorkerNavigatorStorageQuota.cpp', | 
|  501       'quota/WorkerNavigatorStorageQuota.h', |  503       'quota/WorkerNavigatorStorageQuota.h', | 
|  502       'speech/DOMWindowSpeechSynthesis.cpp', |  504       'speech/DOMWindowSpeechSynthesis.cpp', | 
|  503       'speech/DOMWindowSpeechSynthesis.h', |  505       'speech/DOMWindowSpeechSynthesis.h', | 
|  504       'speech/SpeechGrammar.cpp', |  506       'speech/SpeechGrammar.cpp', | 
|  505       'speech/SpeechGrammar.h', |  507       'speech/SpeechGrammar.h', | 
|  506       'speech/SpeechGrammarList.cpp', |  508       'speech/SpeechGrammarList.cpp', | 
|  507       'speech/SpeechGrammarList.h', |  509       'speech/SpeechGrammarList.h', | 
|  508       'speech/SpeechRecognition.cpp', |  510       'speech/SpeechRecognition.cpp', | 
|  509       'speech/SpeechRecognition.h', |  511       'speech/SpeechRecognition.h', | 
| (...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  742     ], |  744     ], | 
|  743     'modules_unittest_files': [ |  745     'modules_unittest_files': [ | 
|  744       'indexeddb/IDBKeyPathTest.cpp', |  746       'indexeddb/IDBKeyPathTest.cpp', | 
|  745       'websockets/WebSocketDeflaterTest.cpp', |  747       'websockets/WebSocketDeflaterTest.cpp', | 
|  746       'websockets/WebSocketExtensionDispatcherTest.cpp', |  748       'websockets/WebSocketExtensionDispatcherTest.cpp', | 
|  747       'websockets/WebSocketExtensionParserTest.cpp', |  749       'websockets/WebSocketExtensionParserTest.cpp', | 
|  748       'websockets/WebSocketPerMessageDeflateTest.cpp', |  750       'websockets/WebSocketPerMessageDeflateTest.cpp', | 
|  749     ], |  751     ], | 
|  750   }, |  752   }, | 
|  751 } |  753 } | 
| OLD | NEW |