| 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 1986 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1997 'payments/ShippingAddressTest.cpp', | 1997 'payments/ShippingAddressTest.cpp', |
| 1998 'presentation/PresentationAvailabilityTest.cpp', | 1998 'presentation/PresentationAvailabilityTest.cpp', |
| 1999 'push_messaging/PushManagerTest.cpp', | 1999 'push_messaging/PushManagerTest.cpp', |
| 2000 'push_messaging/PushMessageDataTest.cpp', | 2000 'push_messaging/PushMessageDataTest.cpp', |
| 2001 'serviceworkers/ServiceWorkerContainerTest.cpp', | 2001 'serviceworkers/ServiceWorkerContainerTest.cpp', |
| 2002 'webaudio/AudioBasicProcessorHandlerTest.cpp', | 2002 'webaudio/AudioBasicProcessorHandlerTest.cpp', |
| 2003 'webaudio/ConvolverNodeTest.cpp', | 2003 'webaudio/ConvolverNodeTest.cpp', |
| 2004 'webaudio/DynamicsCompressorNodeTest.cpp', | 2004 'webaudio/DynamicsCompressorNodeTest.cpp', |
| 2005 'webaudio/ScriptProcessorNodeTest.cpp', | 2005 'webaudio/ScriptProcessorNodeTest.cpp', |
| 2006 'webaudio/StereoPannerNodeTest.cpp', | 2006 'webaudio/StereoPannerNodeTest.cpp', |
| 2007 'webdatabase/QuotaTrackerTest.cpp', |
| 2007 'websockets/DOMWebSocketTest.cpp', | 2008 'websockets/DOMWebSocketTest.cpp', |
| 2008 'websockets/DocumentWebSocketChannelTest.cpp', | 2009 'websockets/DocumentWebSocketChannelTest.cpp', |
| 2009 ], | 2010 ], |
| 2010 }, | 2011 }, |
| 2011 } | 2012 } |
| OLD | NEW |