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 2211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2222 'workers/MainThreadWorkletGlobalScope.h', | 2222 'workers/MainThreadWorkletGlobalScope.h', |
2223 'workers/SharedWorker.cpp', | 2223 'workers/SharedWorker.cpp', |
2224 'workers/SharedWorker.h', | 2224 'workers/SharedWorker.h', |
2225 'workers/SharedWorkerGlobalScope.cpp', | 2225 'workers/SharedWorkerGlobalScope.cpp', |
2226 'workers/SharedWorkerGlobalScope.h', | 2226 'workers/SharedWorkerGlobalScope.h', |
2227 'workers/SharedWorkerRepositoryClient.h', | 2227 'workers/SharedWorkerRepositoryClient.h', |
2228 'workers/SharedWorkerThread.cpp', | 2228 'workers/SharedWorkerThread.cpp', |
2229 'workers/SharedWorkerThread.h', | 2229 'workers/SharedWorkerThread.h', |
2230 'workers/Worker.cpp', | 2230 'workers/Worker.cpp', |
2231 'workers/Worker.h', | 2231 'workers/Worker.h', |
| 2232 'workers/WorkerBackingThread.cpp', |
| 2233 'workers/WorkerBackingThread.h', |
2232 'workers/WorkerClients.h', | 2234 'workers/WorkerClients.h', |
2233 'workers/WorkerConsole.cpp', | 2235 'workers/WorkerConsole.cpp', |
2234 'workers/WorkerConsole.h', | 2236 'workers/WorkerConsole.h', |
2235 'workers/WorkerEventQueue.cpp', | 2237 'workers/WorkerEventQueue.cpp', |
2236 'workers/WorkerEventQueue.h', | 2238 'workers/WorkerEventQueue.h', |
2237 'workers/WorkerGlobalScope.cpp', | 2239 'workers/WorkerGlobalScope.cpp', |
2238 'workers/WorkerGlobalScope.h', | 2240 'workers/WorkerGlobalScope.h', |
2239 'workers/WorkerGlobalScopeProxy.h', | 2241 'workers/WorkerGlobalScopeProxy.h', |
2240 'workers/WorkerGlobalScopeProxyProvider.cpp', | 2242 'workers/WorkerGlobalScopeProxyProvider.cpp', |
2241 'workers/WorkerGlobalScopeProxyProvider.h', | 2243 'workers/WorkerGlobalScopeProxyProvider.h', |
(...skipping 1850 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4092 'svg/SVGPathParserTest.cpp', | 4094 'svg/SVGPathParserTest.cpp', |
4093 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4095 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4094 'testing/PrivateScriptTestTest.cpp', | 4096 'testing/PrivateScriptTestTest.cpp', |
4095 'timing/MemoryInfoTest.cpp', | 4097 'timing/MemoryInfoTest.cpp', |
4096 'workers/WorkerThreadTest.cpp', | 4098 'workers/WorkerThreadTest.cpp', |
4097 'workers/WorkerThreadTestHelper.h', | 4099 'workers/WorkerThreadTestHelper.h', |
4098 'xml/parser/SharedBufferReaderTest.cpp', | 4100 'xml/parser/SharedBufferReaderTest.cpp', |
4099 ], | 4101 ], |
4100 } | 4102 } |
4101 } | 4103 } |
OLD | NEW |