| 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/KeyframeEffect.idl', | 8 'animation/KeyframeEffect.idl', |
| 9 'animation/EffectModel.idl', | 9 'animation/EffectModel.idl', |
| 10 'animation/AnimationEffectReadOnly.idl', | 10 'animation/AnimationEffectReadOnly.idl', |
| (...skipping 2049 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2060 'workers/WorkerNavigator.cpp', | 2060 'workers/WorkerNavigator.cpp', |
| 2061 'workers/WorkerNavigator.h', | 2061 'workers/WorkerNavigator.h', |
| 2062 'workers/WorkerObjectProxy.cpp', | 2062 'workers/WorkerObjectProxy.cpp', |
| 2063 'workers/WorkerObjectProxy.h', | 2063 'workers/WorkerObjectProxy.h', |
| 2064 'workers/WorkerReportingProxy.h', | 2064 'workers/WorkerReportingProxy.h', |
| 2065 'workers/WorkerScriptLoader.cpp', | 2065 'workers/WorkerScriptLoader.cpp', |
| 2066 'workers/WorkerScriptLoader.h', | 2066 'workers/WorkerScriptLoader.h', |
| 2067 'workers/WorkerScriptLoaderClient.cpp', | 2067 'workers/WorkerScriptLoaderClient.cpp', |
| 2068 'workers/WorkerScriptLoaderClient.h', | 2068 'workers/WorkerScriptLoaderClient.h', |
| 2069 'workers/WorkerThread.cpp', | 2069 'workers/WorkerThread.cpp', |
| 2070 'workers/WorkerThread.h', | |
| 2071 'workers/WorkerThreadStartupData.cpp', | 2070 'workers/WorkerThreadStartupData.cpp', |
| 2072 'workers/WorkerThreadStartupData.h', | 2071 'workers/WorkerThreadStartupData.h', |
| 2073 'xml/DOMParser.cpp', | 2072 'xml/DOMParser.cpp', |
| 2074 'xml/DOMParser.h', | 2073 'xml/DOMParser.h', |
| 2075 'xml/DocumentXPathEvaluator.cpp', | 2074 'xml/DocumentXPathEvaluator.cpp', |
| 2076 'xml/DocumentXPathEvaluator.h', | 2075 'xml/DocumentXPathEvaluator.h', |
| 2077 'xml/DocumentXSLT.cpp', | 2076 'xml/DocumentXSLT.cpp', |
| 2078 'xml/DocumentXSLT.h', | 2077 'xml/DocumentXSLT.h', |
| 2079 'xml/NativeXPathNSResolver.cpp', | 2078 'xml/NativeXPathNSResolver.cpp', |
| 2080 'xml/NativeXPathNSResolver.h', | 2079 'xml/NativeXPathNSResolver.h', |
| (...skipping 1852 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3933 'style/ComputedStyleTest.cpp', | 3932 'style/ComputedStyleTest.cpp', |
| 3934 'style/OutlineValueTest.cpp', | 3933 'style/OutlineValueTest.cpp', |
| 3935 'style/SVGComputedStyleTest.cpp', | 3934 'style/SVGComputedStyleTest.cpp', |
| 3936 'testing/PrivateScriptTestTest.cpp', | 3935 'testing/PrivateScriptTestTest.cpp', |
| 3937 'timing/MemoryInfoTest.cpp', | 3936 'timing/MemoryInfoTest.cpp', |
| 3938 'workers/WorkerThreadTest.cpp', | 3937 'workers/WorkerThreadTest.cpp', |
| 3939 'xml/parser/SharedBufferReaderTest.cpp', | 3938 'xml/parser/SharedBufferReaderTest.cpp', |
| 3940 ], | 3939 ], |
| 3941 } | 3940 } |
| 3942 } | 3941 } |
| OLD | NEW |