| 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 2040 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2051 'workers/WorkerNavigator.cpp', | 2051 'workers/WorkerNavigator.cpp', |
| 2052 'workers/WorkerNavigator.h', | 2052 'workers/WorkerNavigator.h', |
| 2053 'workers/WorkerObjectProxy.cpp', | 2053 'workers/WorkerObjectProxy.cpp', |
| 2054 'workers/WorkerObjectProxy.h', | 2054 'workers/WorkerObjectProxy.h', |
| 2055 'workers/WorkerReportingProxy.h', | 2055 'workers/WorkerReportingProxy.h', |
| 2056 'workers/WorkerScriptLoader.cpp', | 2056 'workers/WorkerScriptLoader.cpp', |
| 2057 'workers/WorkerScriptLoader.h', | 2057 'workers/WorkerScriptLoader.h', |
| 2058 'workers/WorkerScriptLoaderClient.cpp', | 2058 'workers/WorkerScriptLoaderClient.cpp', |
| 2059 'workers/WorkerScriptLoaderClient.h', | 2059 'workers/WorkerScriptLoaderClient.h', |
| 2060 'workers/WorkerThread.cpp', | 2060 'workers/WorkerThread.cpp', |
| 2061 'workers/WorkerThread.h', |
| 2061 'workers/WorkerThreadStartupData.cpp', | 2062 'workers/WorkerThreadStartupData.cpp', |
| 2062 'workers/WorkerThreadStartupData.h', | 2063 'workers/WorkerThreadStartupData.h', |
| 2064 'workers/WorkerV8Isolate.cpp', |
| 2065 'workers/WorkerV8Isolate.h', |
| 2063 'xml/DOMParser.cpp', | 2066 'xml/DOMParser.cpp', |
| 2064 'xml/DOMParser.h', | 2067 'xml/DOMParser.h', |
| 2065 'xml/DocumentXPathEvaluator.cpp', | 2068 'xml/DocumentXPathEvaluator.cpp', |
| 2066 'xml/DocumentXPathEvaluator.h', | 2069 'xml/DocumentXPathEvaluator.h', |
| 2067 'xml/DocumentXSLT.cpp', | 2070 'xml/DocumentXSLT.cpp', |
| 2068 'xml/DocumentXSLT.h', | 2071 'xml/DocumentXSLT.h', |
| 2069 'xml/NativeXPathNSResolver.cpp', | 2072 'xml/NativeXPathNSResolver.cpp', |
| 2070 'xml/NativeXPathNSResolver.h', | 2073 'xml/NativeXPathNSResolver.h', |
| 2071 'xml/XMLSerializer.cpp', | 2074 'xml/XMLSerializer.cpp', |
| 2072 'xml/XMLSerializer.h', | 2075 'xml/XMLSerializer.h', |
| (...skipping 1828 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3901 'style/ComputedStyleTest.cpp', | 3904 'style/ComputedStyleTest.cpp', |
| 3902 'style/OutlineValueTest.cpp', | 3905 'style/OutlineValueTest.cpp', |
| 3903 'style/SVGComputedStyleTest.cpp', | 3906 'style/SVGComputedStyleTest.cpp', |
| 3904 'testing/PrivateScriptTestTest.cpp', | 3907 'testing/PrivateScriptTestTest.cpp', |
| 3905 'timing/MemoryInfoTest.cpp', | 3908 'timing/MemoryInfoTest.cpp', |
| 3906 'workers/WorkerThreadTest.cpp', | 3909 'workers/WorkerThreadTest.cpp', |
| 3907 'xml/parser/SharedBufferReaderTest.cpp', | 3910 'xml/parser/SharedBufferReaderTest.cpp', |
| 3908 ], | 3911 ], |
| 3909 } | 3912 } |
| 3910 } | 3913 } |
| OLD | NEW |