| 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 1816 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1827 'workers/WorkerGlobalScopeProxyProvider.h', | 1827 'workers/WorkerGlobalScopeProxyProvider.h', |
| 1828 'workers/WorkerLoaderProxy.h', | 1828 'workers/WorkerLoaderProxy.h', |
| 1829 'workers/WorkerLocation.h', | 1829 'workers/WorkerLocation.h', |
| 1830 'workers/WorkerMessagingProxy.cpp', | 1830 'workers/WorkerMessagingProxy.cpp', |
| 1831 'workers/WorkerMessagingProxy.h', | 1831 'workers/WorkerMessagingProxy.h', |
| 1832 'workers/WorkerNavigator.cpp', | 1832 'workers/WorkerNavigator.cpp', |
| 1833 'workers/WorkerNavigator.h', | 1833 'workers/WorkerNavigator.h', |
| 1834 'workers/WorkerObjectProxy.cpp', | 1834 'workers/WorkerObjectProxy.cpp', |
| 1835 'workers/WorkerObjectProxy.h', | 1835 'workers/WorkerObjectProxy.h', |
| 1836 'workers/WorkerReportingProxy.h', | 1836 'workers/WorkerReportingProxy.h', |
| 1837 'workers/WorkerRunLoop.cpp', |
| 1837 'workers/WorkerScriptLoader.cpp', | 1838 'workers/WorkerScriptLoader.cpp', |
| 1838 'workers/WorkerScriptLoader.h', | 1839 'workers/WorkerScriptLoader.h', |
| 1839 'workers/WorkerScriptLoaderClient.h', | 1840 'workers/WorkerScriptLoaderClient.h', |
| 1840 'workers/WorkerThread.cpp', | 1841 'workers/WorkerThread.cpp', |
| 1841 'workers/WorkerThreadStartupData.cpp', | 1842 'workers/WorkerThreadStartupData.cpp', |
| 1842 'workers/WorkerThreadStartupData.h', | 1843 'workers/WorkerThreadStartupData.h', |
| 1843 'xml/DOMParser.cpp', | 1844 'xml/DOMParser.cpp', |
| 1844 'xml/DOMParser.h', | 1845 'xml/DOMParser.h', |
| 1845 'xml/DocumentXPathEvaluator.cpp', | 1846 'xml/DocumentXPathEvaluator.cpp', |
| 1846 'xml/DocumentXPathEvaluator.h', | 1847 'xml/DocumentXPathEvaluator.h', |
| (...skipping 1593 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3440 'rendering/RenderTableCellTest.cpp', | 3441 'rendering/RenderTableCellTest.cpp', |
| 3441 'rendering/RenderTableRowTest.cpp', | 3442 'rendering/RenderTableRowTest.cpp', |
| 3442 'rendering/shapes/BoxShapeTest.cpp', | 3443 'rendering/shapes/BoxShapeTest.cpp', |
| 3443 'testing/PrivateScriptTestTest.cpp', | 3444 'testing/PrivateScriptTestTest.cpp', |
| 3444 'testing/UnitTestHelpers.cpp', | 3445 'testing/UnitTestHelpers.cpp', |
| 3445 'testing/UnitTestHelpers.h', | 3446 'testing/UnitTestHelpers.h', |
| 3446 'xml/parser/SharedBufferReaderTest.cpp', | 3447 'xml/parser/SharedBufferReaderTest.cpp', |
| 3447 ], | 3448 ], |
| 3448 } | 3449 } |
| 3449 } | 3450 } |
| OLD | NEW |