| 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 1885 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1896 'workers/WorkerConsole.h', | 1896 'workers/WorkerConsole.h', |
| 1897 'workers/WorkerEventQueue.cpp', | 1897 'workers/WorkerEventQueue.cpp', |
| 1898 'workers/WorkerEventQueue.h', | 1898 'workers/WorkerEventQueue.h', |
| 1899 'workers/WorkerGlobalScope.cpp', | 1899 'workers/WorkerGlobalScope.cpp', |
| 1900 'workers/WorkerGlobalScope.h', | 1900 'workers/WorkerGlobalScope.h', |
| 1901 'workers/WorkerGlobalScopeProxy.h', | 1901 'workers/WorkerGlobalScopeProxy.h', |
| 1902 'workers/WorkerGlobalScopeProxyProvider.cpp', | 1902 'workers/WorkerGlobalScopeProxyProvider.cpp', |
| 1903 'workers/WorkerGlobalScopeProxyProvider.h', | 1903 'workers/WorkerGlobalScopeProxyProvider.h', |
| 1904 'workers/WorkerInspectorProxy.cpp', | 1904 'workers/WorkerInspectorProxy.cpp', |
| 1905 'workers/WorkerInspectorProxy.h', | 1905 'workers/WorkerInspectorProxy.h', |
| 1906 'workers/WorkerLanguageTasks.h', |
| 1907 'workers/WorkerLanguageTasks.cpp', |
| 1906 'workers/WorkerLoaderProxy.h', | 1908 'workers/WorkerLoaderProxy.h', |
| 1907 'workers/WorkerLocation.h', | 1909 'workers/WorkerLocation.h', |
| 1908 'workers/WorkerMessagingProxy.cpp', | 1910 'workers/WorkerMessagingProxy.cpp', |
| 1909 'workers/WorkerMessagingProxy.h', | 1911 'workers/WorkerMessagingProxy.h', |
| 1910 'workers/WorkerNavigator.cpp', | 1912 'workers/WorkerNavigator.cpp', |
| 1911 'workers/WorkerNavigator.h', | 1913 'workers/WorkerNavigator.h', |
| 1912 'workers/WorkerObjectProxy.cpp', | 1914 'workers/WorkerObjectProxy.cpp', |
| 1913 'workers/WorkerObjectProxy.h', | 1915 'workers/WorkerObjectProxy.h', |
| 1914 'workers/WorkerReportingProxy.h', | 1916 'workers/WorkerReportingProxy.h', |
| 1915 'workers/WorkerScriptLoader.cpp', | 1917 'workers/WorkerScriptLoader.cpp', |
| (...skipping 1658 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3574 'rendering/shapes/BoxShapeTest.cpp', | 3576 'rendering/shapes/BoxShapeTest.cpp', |
| 3575 'rendering/style/OutlineValueTest.cpp', | 3577 'rendering/style/OutlineValueTest.cpp', |
| 3576 'testing/PrivateScriptTestTest.cpp', | 3578 'testing/PrivateScriptTestTest.cpp', |
| 3577 'streams/ReadableStreamTest.cpp', | 3579 'streams/ReadableStreamTest.cpp', |
| 3578 'testing/UnitTestHelpers.cpp', | 3580 'testing/UnitTestHelpers.cpp', |
| 3579 'testing/UnitTestHelpers.h', | 3581 'testing/UnitTestHelpers.h', |
| 3580 'xml/parser/SharedBufferReaderTest.cpp', | 3582 'xml/parser/SharedBufferReaderTest.cpp', |
| 3581 ], | 3583 ], |
| 3582 } | 3584 } |
| 3583 } | 3585 } |
| OLD | NEW |