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 2204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2215 'workers/MainThreadWorkletGlobalScope.h', | 2215 'workers/MainThreadWorkletGlobalScope.h', |
2216 'workers/SharedWorker.cpp', | 2216 'workers/SharedWorker.cpp', |
2217 'workers/SharedWorker.h', | 2217 'workers/SharedWorker.h', |
2218 'workers/SharedWorkerGlobalScope.cpp', | 2218 'workers/SharedWorkerGlobalScope.cpp', |
2219 'workers/SharedWorkerGlobalScope.h', | 2219 'workers/SharedWorkerGlobalScope.h', |
2220 'workers/SharedWorkerRepositoryClient.h', | 2220 'workers/SharedWorkerRepositoryClient.h', |
2221 'workers/SharedWorkerThread.cpp', | 2221 'workers/SharedWorkerThread.cpp', |
2222 'workers/SharedWorkerThread.h', | 2222 'workers/SharedWorkerThread.h', |
2223 'workers/Worker.cpp', | 2223 'workers/Worker.cpp', |
2224 'workers/Worker.h', | 2224 'workers/Worker.h', |
| 2225 'workers/WorkerBackingThread.cpp', |
| 2226 'workers/WorkerBackingThread.h', |
2225 'workers/WorkerClients.h', | 2227 'workers/WorkerClients.h', |
2226 'workers/WorkerConsole.cpp', | 2228 'workers/WorkerConsole.cpp', |
2227 'workers/WorkerConsole.h', | 2229 'workers/WorkerConsole.h', |
2228 'workers/WorkerEventQueue.cpp', | 2230 'workers/WorkerEventQueue.cpp', |
2229 'workers/WorkerEventQueue.h', | 2231 'workers/WorkerEventQueue.h', |
2230 'workers/WorkerGlobalScope.cpp', | 2232 'workers/WorkerGlobalScope.cpp', |
2231 'workers/WorkerGlobalScope.h', | 2233 'workers/WorkerGlobalScope.h', |
2232 'workers/WorkerGlobalScopeProxy.h', | 2234 'workers/WorkerGlobalScopeProxy.h', |
2233 'workers/WorkerGlobalScopeProxyProvider.cpp', | 2235 'workers/WorkerGlobalScopeProxyProvider.cpp', |
2234 'workers/WorkerGlobalScopeProxyProvider.h', | 2236 'workers/WorkerGlobalScopeProxyProvider.h', |
(...skipping 1837 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4072 'svg/SVGPathParserTest.cpp', | 4074 'svg/SVGPathParserTest.cpp', |
4073 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4075 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4074 'testing/PrivateScriptTestTest.cpp', | 4076 'testing/PrivateScriptTestTest.cpp', |
4075 'timing/MemoryInfoTest.cpp', | 4077 'timing/MemoryInfoTest.cpp', |
4076 'workers/WorkerThreadTest.cpp', | 4078 'workers/WorkerThreadTest.cpp', |
4077 'workers/WorkerThreadTestHelper.h', | 4079 'workers/WorkerThreadTestHelper.h', |
4078 'xml/parser/SharedBufferReaderTest.cpp', | 4080 'xml/parser/SharedBufferReaderTest.cpp', |
4079 ], | 4081 ], |
4080 } | 4082 } |
4081 } | 4083 } |
OLD | NEW |