| OLD | NEW |
| 1 { | 1 { |
| 2 'includes': [ | 2 'includes': [ |
| 3 '../core/core_generated.gypi', | 3 '../core/core_generated.gypi', |
| 4 'modules_generated.gypi', | 4 'modules_generated.gypi', |
| 5 ], | 5 ], |
| 6 'variables': { | 6 'variables': { |
| 7 # Experimental hooks for embedder to provide extra IDL and source files. | 7 # Experimental hooks for embedder to provide extra IDL and source files. |
| 8 # | 8 # |
| 9 # Note: this is not a supported API. If you rely on this, you will be broken | 9 # Note: this is not a supported API. If you rely on this, you will be broken |
| 10 # from time to time as the code generator changes in backward incompatible | 10 # from time to time as the code generator changes in backward incompatible |
| (...skipping 966 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 977 'speech/testing/InternalsSpeechSynthesis.h', | 977 'speech/testing/InternalsSpeechSynthesis.h', |
| 978 'speech/testing/PlatformSpeechSynthesizerMock.cpp', | 978 'speech/testing/PlatformSpeechSynthesizerMock.cpp', |
| 979 'speech/testing/PlatformSpeechSynthesizerMock.h', | 979 'speech/testing/PlatformSpeechSynthesizerMock.h', |
| 980 'vibration/testing/InternalsVibration.cpp', | 980 'vibration/testing/InternalsVibration.cpp', |
| 981 'vibration/testing/InternalsVibration.h', | 981 'vibration/testing/InternalsVibration.h', |
| 982 ], | 982 ], |
| 983 'modules_unittest_files': [ | 983 'modules_unittest_files': [ |
| 984 'indexeddb/IDBKeyPathTest.cpp', | 984 'indexeddb/IDBKeyPathTest.cpp', |
| 985 'indexeddb/IDBRequestTest.cpp', | 985 'indexeddb/IDBRequestTest.cpp', |
| 986 'indexeddb/IDBTransactionTest.cpp', | 986 'indexeddb/IDBTransactionTest.cpp', |
| 987 'serviceworkers/ServiceWorkerContainerTest.cpp', |
| 987 'websockets/DOMWebSocketTest.cpp', | 988 'websockets/DOMWebSocketTest.cpp', |
| 988 'websockets/WebSocketDeflaterTest.cpp', | 989 'websockets/WebSocketDeflaterTest.cpp', |
| 989 'websockets/WebSocketExtensionDispatcherTest.cpp', | 990 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 990 'websockets/WebSocketExtensionParserTest.cpp', | 991 'websockets/WebSocketExtensionParserTest.cpp', |
| 991 'websockets/WebSocketPerMessageDeflateTest.cpp', | 992 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 992 ], | 993 ], |
| 993 }, | 994 }, |
| 994 } | 995 } |
| OLD | NEW |