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 2209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2220 'workers/MainThreadWorkletGlobalScope.h', | 2220 'workers/MainThreadWorkletGlobalScope.h', |
2221 'workers/SharedWorker.cpp', | 2221 'workers/SharedWorker.cpp', |
2222 'workers/SharedWorker.h', | 2222 'workers/SharedWorker.h', |
2223 'workers/SharedWorkerGlobalScope.cpp', | 2223 'workers/SharedWorkerGlobalScope.cpp', |
2224 'workers/SharedWorkerGlobalScope.h', | 2224 'workers/SharedWorkerGlobalScope.h', |
2225 'workers/SharedWorkerRepositoryClient.h', | 2225 'workers/SharedWorkerRepositoryClient.h', |
2226 'workers/SharedWorkerThread.cpp', | 2226 'workers/SharedWorkerThread.cpp', |
2227 'workers/SharedWorkerThread.h', | 2227 'workers/SharedWorkerThread.h', |
2228 'workers/Worker.cpp', | 2228 'workers/Worker.cpp', |
2229 'workers/Worker.h', | 2229 'workers/Worker.h', |
| 2230 'workers/WorkerBackingThread.cpp', |
| 2231 'workers/WorkerBackingThread.h', |
2230 'workers/WorkerClients.h', | 2232 'workers/WorkerClients.h', |
2231 'workers/WorkerConsole.cpp', | 2233 'workers/WorkerConsole.cpp', |
2232 'workers/WorkerConsole.h', | 2234 'workers/WorkerConsole.h', |
2233 'workers/WorkerEventQueue.cpp', | 2235 'workers/WorkerEventQueue.cpp', |
2234 'workers/WorkerEventQueue.h', | 2236 'workers/WorkerEventQueue.h', |
2235 'workers/WorkerGlobalScope.cpp', | 2237 'workers/WorkerGlobalScope.cpp', |
2236 'workers/WorkerGlobalScope.h', | 2238 'workers/WorkerGlobalScope.h', |
2237 'workers/WorkerGlobalScopeProxy.h', | 2239 'workers/WorkerGlobalScopeProxy.h', |
2238 'workers/WorkerGlobalScopeProxyProvider.cpp', | 2240 'workers/WorkerGlobalScopeProxyProvider.cpp', |
2239 'workers/WorkerGlobalScopeProxyProvider.h', | 2241 'workers/WorkerGlobalScopeProxyProvider.h', |
(...skipping 1844 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4084 'svg/SVGPathParserTest.cpp', | 4086 'svg/SVGPathParserTest.cpp', |
4085 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4087 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4086 'testing/PrivateScriptTestTest.cpp', | 4088 'testing/PrivateScriptTestTest.cpp', |
4087 'timing/MemoryInfoTest.cpp', | 4089 'timing/MemoryInfoTest.cpp', |
4088 'workers/WorkerThreadTest.cpp', | 4090 'workers/WorkerThreadTest.cpp', |
4089 'workers/WorkerThreadTestHelper.h', | 4091 'workers/WorkerThreadTestHelper.h', |
4090 'xml/parser/SharedBufferReaderTest.cpp', | 4092 'xml/parser/SharedBufferReaderTest.cpp', |
4091 ], | 4093 ], |
4092 } | 4094 } |
4093 } | 4095 } |
OLD | NEW |