| 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 2063 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2074 'workers/WorkerLocation.h', | 2074 'workers/WorkerLocation.h', |
| 2075 'workers/WorkerMessagingProxy.cpp', | 2075 'workers/WorkerMessagingProxy.cpp', |
| 2076 'workers/WorkerMessagingProxy.h', | 2076 'workers/WorkerMessagingProxy.h', |
| 2077 'workers/WorkerNavigator.cpp', | 2077 'workers/WorkerNavigator.cpp', |
| 2078 'workers/WorkerNavigator.h', | 2078 'workers/WorkerNavigator.h', |
| 2079 'workers/WorkerObjectProxy.cpp', | 2079 'workers/WorkerObjectProxy.cpp', |
| 2080 'workers/WorkerObjectProxy.h', | 2080 'workers/WorkerObjectProxy.h', |
| 2081 'workers/WorkerReportingProxy.h', | 2081 'workers/WorkerReportingProxy.h', |
| 2082 'workers/WorkerScriptLoader.cpp', | 2082 'workers/WorkerScriptLoader.cpp', |
| 2083 'workers/WorkerScriptLoader.h', | 2083 'workers/WorkerScriptLoader.h', |
| 2084 'workers/WorkerScriptLoaderClient.h', | |
| 2085 'workers/WorkerThread.cpp', | 2084 'workers/WorkerThread.cpp', |
| 2086 'workers/WorkerThread.h', | 2085 'workers/WorkerThread.h', |
| 2087 'workers/WorkerThreadStartupData.cpp', | 2086 'workers/WorkerThreadStartupData.cpp', |
| 2088 'workers/WorkerThreadStartupData.h', | 2087 'workers/WorkerThreadStartupData.h', |
| 2089 'xml/DOMParser.cpp', | 2088 'xml/DOMParser.cpp', |
| 2090 'xml/DOMParser.h', | 2089 'xml/DOMParser.h', |
| 2091 'xml/DocumentXPathEvaluator.cpp', | 2090 'xml/DocumentXPathEvaluator.cpp', |
| 2092 'xml/DocumentXPathEvaluator.h', | 2091 'xml/DocumentXPathEvaluator.h', |
| 2093 'xml/DocumentXSLT.cpp', | 2092 'xml/DocumentXSLT.cpp', |
| 2094 'xml/DocumentXSLT.h', | 2093 'xml/DocumentXSLT.h', |
| (...skipping 1857 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3952 'style/OutlineValueTest.cpp', | 3951 'style/OutlineValueTest.cpp', |
| 3953 'style/SVGComputedStyleTest.cpp', | 3952 'style/SVGComputedStyleTest.cpp', |
| 3954 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3953 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3955 'testing/PrivateScriptTestTest.cpp', | 3954 'testing/PrivateScriptTestTest.cpp', |
| 3956 'timing/MemoryInfoTest.cpp', | 3955 'timing/MemoryInfoTest.cpp', |
| 3957 'workers/WorkerThreadTest.cpp', | 3956 'workers/WorkerThreadTest.cpp', |
| 3958 'xml/parser/SharedBufferReaderTest.cpp', | 3957 'xml/parser/SharedBufferReaderTest.cpp', |
| 3959 ], | 3958 ], |
| 3960 } | 3959 } |
| 3961 } | 3960 } |
| OLD | NEW |