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 2042 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2053 'workers/WorkerNavigator.cpp', | 2053 'workers/WorkerNavigator.cpp', |
2054 'workers/WorkerNavigator.h', | 2054 'workers/WorkerNavigator.h', |
2055 'workers/WorkerObjectProxy.cpp', | 2055 'workers/WorkerObjectProxy.cpp', |
2056 'workers/WorkerObjectProxy.h', | 2056 'workers/WorkerObjectProxy.h', |
2057 'workers/WorkerReportingProxy.h', | 2057 'workers/WorkerReportingProxy.h', |
2058 'workers/WorkerScriptLoader.cpp', | 2058 'workers/WorkerScriptLoader.cpp', |
2059 'workers/WorkerScriptLoader.h', | 2059 'workers/WorkerScriptLoader.h', |
2060 'workers/WorkerScriptLoaderClient.cpp', | 2060 'workers/WorkerScriptLoaderClient.cpp', |
2061 'workers/WorkerScriptLoaderClient.h', | 2061 'workers/WorkerScriptLoaderClient.h', |
2062 'workers/WorkerThread.cpp', | 2062 'workers/WorkerThread.cpp', |
| 2063 'workers/WorkerThread.h', |
2063 'workers/WorkerThreadStartupData.cpp', | 2064 'workers/WorkerThreadStartupData.cpp', |
2064 'workers/WorkerThreadStartupData.h', | 2065 'workers/WorkerThreadStartupData.h', |
2065 'xml/DOMParser.cpp', | 2066 'xml/DOMParser.cpp', |
2066 'xml/DOMParser.h', | 2067 'xml/DOMParser.h', |
2067 'xml/DocumentXPathEvaluator.cpp', | 2068 'xml/DocumentXPathEvaluator.cpp', |
2068 'xml/DocumentXPathEvaluator.h', | 2069 'xml/DocumentXPathEvaluator.h', |
2069 'xml/DocumentXSLT.cpp', | 2070 'xml/DocumentXSLT.cpp', |
2070 'xml/DocumentXSLT.h', | 2071 'xml/DocumentXSLT.h', |
2071 'xml/NativeXPathNSResolver.cpp', | 2072 'xml/NativeXPathNSResolver.cpp', |
2072 'xml/NativeXPathNSResolver.h', | 2073 'xml/NativeXPathNSResolver.h', |
(...skipping 1844 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3917 'style/ComputedStyleTest.cpp', | 3918 'style/ComputedStyleTest.cpp', |
3918 'style/OutlineValueTest.cpp', | 3919 'style/OutlineValueTest.cpp', |
3919 'style/SVGComputedStyleTest.cpp', | 3920 'style/SVGComputedStyleTest.cpp', |
3920 'testing/PrivateScriptTestTest.cpp', | 3921 'testing/PrivateScriptTestTest.cpp', |
3921 'timing/MemoryInfoTest.cpp', | 3922 'timing/MemoryInfoTest.cpp', |
3922 'workers/WorkerThreadTest.cpp', | 3923 'workers/WorkerThreadTest.cpp', |
3923 'xml/parser/SharedBufferReaderTest.cpp', | 3924 'xml/parser/SharedBufferReaderTest.cpp', |
3924 ], | 3925 ], |
3925 } | 3926 } |
3926 } | 3927 } |
OLD | NEW |