| 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 1912 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 1923       'indexeddb/IDBKeyPathTest.cpp', | 1923       'indexeddb/IDBKeyPathTest.cpp', | 
| 1924       'indexeddb/IDBRequestTest.cpp', | 1924       'indexeddb/IDBRequestTest.cpp', | 
| 1925       'indexeddb/IDBTransactionTest.cpp', | 1925       'indexeddb/IDBTransactionTest.cpp', | 
| 1926       'indexeddb/MockWebIDBDatabase.cpp', | 1926       'indexeddb/MockWebIDBDatabase.cpp', | 
| 1927       'indexeddb/MockWebIDBDatabase.h', | 1927       'indexeddb/MockWebIDBDatabase.h', | 
| 1928       'mediasession/MediaSessionTest.cpp', | 1928       'mediasession/MediaSessionTest.cpp', | 
| 1929       'mediastream/MediaConstraintsTest.cpp', | 1929       'mediastream/MediaConstraintsTest.cpp', | 
| 1930       'mediastream/RTCDataChannelTest.cpp', | 1930       'mediastream/RTCDataChannelTest.cpp', | 
| 1931       'notifications/NotificationDataTest.cpp', | 1931       'notifications/NotificationDataTest.cpp', | 
| 1932       'presentation/PresentationAvailabilityTest.cpp', | 1932       'presentation/PresentationAvailabilityTest.cpp', | 
| 1933       'push_messaging/PushManagerTest.cpp', |  | 
| 1934       'push_messaging/PushMessageDataTest.cpp', | 1933       'push_messaging/PushMessageDataTest.cpp', | 
| 1935       'serviceworkers/ServiceWorkerContainerTest.cpp', | 1934       'serviceworkers/ServiceWorkerContainerTest.cpp', | 
| 1936       'webaudio/AudioBasicProcessorHandlerTest.cpp', | 1935       'webaudio/AudioBasicProcessorHandlerTest.cpp', | 
| 1937       'webaudio/ConvolverNodeTest.cpp', | 1936       'webaudio/ConvolverNodeTest.cpp', | 
| 1938       'webaudio/DynamicsCompressorNodeTest.cpp', | 1937       'webaudio/DynamicsCompressorNodeTest.cpp', | 
| 1939       'webaudio/ScriptProcessorNodeTest.cpp', | 1938       'webaudio/ScriptProcessorNodeTest.cpp', | 
| 1940       'webaudio/StereoPannerNodeTest.cpp', | 1939       'webaudio/StereoPannerNodeTest.cpp', | 
| 1941       'websockets/DOMWebSocketTest.cpp', | 1940       'websockets/DOMWebSocketTest.cpp', | 
| 1942       'websockets/DocumentWebSocketChannelTest.cpp', | 1941       'websockets/DocumentWebSocketChannelTest.cpp', | 
| 1943     ], | 1942     ], | 
| 1944   }, | 1943   }, | 
| 1945 } | 1944 } | 
| OLD | NEW | 
|---|