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 2138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2149 'timing/PerformanceTiming.h', | 2149 'timing/PerformanceTiming.h', |
2150 'timing/PerformanceUserTiming.cpp', | 2150 'timing/PerformanceUserTiming.cpp', |
2151 'timing/PerformanceUserTiming.h', | 2151 'timing/PerformanceUserTiming.h', |
2152 'timing/SharedWorkerPerformance.cpp', | 2152 'timing/SharedWorkerPerformance.cpp', |
2153 'timing/WorkerGlobalScopePerformance.cpp', | 2153 'timing/WorkerGlobalScopePerformance.cpp', |
2154 'timing/WorkerGlobalScopePerformance.h', | 2154 'timing/WorkerGlobalScopePerformance.h', |
2155 'timing/WorkerPerformance.cpp', | 2155 'timing/WorkerPerformance.cpp', |
2156 'timing/WorkerPerformance.h', | 2156 'timing/WorkerPerformance.h', |
2157 'workers/AbstractWorker.cpp', | 2157 'workers/AbstractWorker.cpp', |
2158 'workers/AbstractWorker.h', | 2158 'workers/AbstractWorker.h', |
| 2159 'workers/AbstractGlobalScope.cpp', |
| 2160 'workers/AbstractGlobalScope.h', |
2159 'workers/DedicatedWorkerGlobalScope.cpp', | 2161 'workers/DedicatedWorkerGlobalScope.cpp', |
2160 'workers/DedicatedWorkerGlobalScope.h', | 2162 'workers/DedicatedWorkerGlobalScope.h', |
2161 'workers/DedicatedWorkerMessagingProxy.cpp', | 2163 'workers/DedicatedWorkerMessagingProxy.cpp', |
2162 'workers/DedicatedWorkerMessagingProxy.h', | 2164 'workers/DedicatedWorkerMessagingProxy.h', |
2163 'workers/DedicatedWorkerThread.cpp', | 2165 'workers/DedicatedWorkerThread.cpp', |
2164 'workers/DedicatedWorkerThread.h', | 2166 'workers/DedicatedWorkerThread.h', |
2165 'workers/InProcessWorkerBase.cpp', | 2167 'workers/InProcessWorkerBase.cpp', |
2166 'workers/InProcessWorkerBase.h', | 2168 'workers/InProcessWorkerBase.h', |
2167 'workers/SharedWorker.cpp', | 2169 'workers/SharedWorker.cpp', |
2168 'workers/SharedWorker.h', | 2170 'workers/SharedWorker.h', |
(...skipping 1802 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3971 'style/SVGComputedStyleTest.cpp', | 3973 'style/SVGComputedStyleTest.cpp', |
3972 'svg/SVGPathParserTest.cpp', | 3974 'svg/SVGPathParserTest.cpp', |
3973 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3975 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3974 'testing/PrivateScriptTestTest.cpp', | 3976 'testing/PrivateScriptTestTest.cpp', |
3975 'timing/MemoryInfoTest.cpp', | 3977 'timing/MemoryInfoTest.cpp', |
3976 'workers/WorkerThreadTest.cpp', | 3978 'workers/WorkerThreadTest.cpp', |
3977 'xml/parser/SharedBufferReaderTest.cpp', | 3979 'xml/parser/SharedBufferReaderTest.cpp', |
3978 ], | 3980 ], |
3979 } | 3981 } |
3980 } | 3982 } |
OLD | NEW |