| OLD | NEW |
| 1 { | 1 { |
| 2 'includes': [ | 2 'includes': [ |
| 3 'core_generated.gypi', | 3 'core_generated.gypi', |
| 4 ], | 4 ], |
| 5 'variables': { | 5 'variables': { |
| 6 # Files for which bindings (.cpp and .h files) will be generated | 6 # Files for which bindings (.cpp and .h files) will be generated |
| 7 'core_idl_files': [ | 7 'core_idl_files': [ |
| 8 'animation/Animation.idl', | 8 'animation/Animation.idl', |
| 9 'animation/AnimationEffect.idl', | 9 'animation/AnimationEffect.idl', |
| 10 'animation/AnimationPlayer.idl', | 10 'animation/AnimationPlayer.idl', |
| (...skipping 1818 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1829 'workers/WorkerClients.h', | 1829 'workers/WorkerClients.h', |
| 1830 'workers/WorkerConsole.cpp', | 1830 'workers/WorkerConsole.cpp', |
| 1831 'workers/WorkerConsole.h', | 1831 'workers/WorkerConsole.h', |
| 1832 'workers/WorkerEventQueue.cpp', | 1832 'workers/WorkerEventQueue.cpp', |
| 1833 'workers/WorkerEventQueue.h', | 1833 'workers/WorkerEventQueue.h', |
| 1834 'workers/WorkerGlobalScope.cpp', | 1834 'workers/WorkerGlobalScope.cpp', |
| 1835 'workers/WorkerGlobalScope.h', | 1835 'workers/WorkerGlobalScope.h', |
| 1836 'workers/WorkerGlobalScopeProxy.h', | 1836 'workers/WorkerGlobalScopeProxy.h', |
| 1837 'workers/WorkerGlobalScopeProxyProvider.cpp', | 1837 'workers/WorkerGlobalScopeProxyProvider.cpp', |
| 1838 'workers/WorkerGlobalScopeProxyProvider.h', | 1838 'workers/WorkerGlobalScopeProxyProvider.h', |
| 1839 'workers/WorkerInspectorProxy.h', |
| 1839 'workers/WorkerLoaderProxy.h', | 1840 'workers/WorkerLoaderProxy.h', |
| 1840 'workers/WorkerLocation.h', | 1841 'workers/WorkerLocation.h', |
| 1841 'workers/WorkerMessagingProxy.cpp', | 1842 'workers/WorkerMessagingProxy.cpp', |
| 1842 'workers/WorkerMessagingProxy.h', | 1843 'workers/WorkerMessagingProxy.h', |
| 1843 'workers/WorkerNavigator.cpp', | 1844 'workers/WorkerNavigator.cpp', |
| 1844 'workers/WorkerNavigator.h', | 1845 'workers/WorkerNavigator.h', |
| 1845 'workers/WorkerObjectProxy.cpp', | 1846 'workers/WorkerObjectProxy.cpp', |
| 1846 'workers/WorkerObjectProxy.h', | 1847 'workers/WorkerObjectProxy.h', |
| 1847 'workers/WorkerReportingProxy.h', | 1848 'workers/WorkerReportingProxy.h', |
| 1848 'workers/WorkerScriptLoader.cpp', | 1849 'workers/WorkerScriptLoader.cpp', |
| (...skipping 1614 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3463 'rendering/shapes/BoxShapeTest.cpp', | 3464 'rendering/shapes/BoxShapeTest.cpp', |
| 3464 'rendering/style/OutlineValueTest.cpp', | 3465 'rendering/style/OutlineValueTest.cpp', |
| 3465 'testing/PrivateScriptTestTest.cpp', | 3466 'testing/PrivateScriptTestTest.cpp', |
| 3466 'streams/ReadableStreamTest.cpp', | 3467 'streams/ReadableStreamTest.cpp', |
| 3467 'testing/UnitTestHelpers.cpp', | 3468 'testing/UnitTestHelpers.cpp', |
| 3468 'testing/UnitTestHelpers.h', | 3469 'testing/UnitTestHelpers.h', |
| 3469 'xml/parser/SharedBufferReaderTest.cpp', | 3470 'xml/parser/SharedBufferReaderTest.cpp', |
| 3470 ], | 3471 ], |
| 3471 } | 3472 } |
| 3472 } | 3473 } |
| OLD | NEW |