Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(668)

Side by Side Diff: third_party/WebKit/Source/core/core.gypi

Issue 2236833002: Pass per-frame task runners to Workers (when possible) [2nd try] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixing hash traits Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/TaskRunnerHelper.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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/AnimationEffectReadOnly.idl', 9 'animation/AnimationEffectReadOnly.idl',
10 'animation/AnimationEffectTiming.idl', 10 'animation/AnimationEffectTiming.idl',
(...skipping 2271 matching lines...) Expand 10 before | Expand all | Expand 10 after
2282 'workers/DedicatedWorkerThread.h', 2282 'workers/DedicatedWorkerThread.h',
2283 'workers/InProcessWorkerBase.cpp', 2283 'workers/InProcessWorkerBase.cpp',
2284 'workers/InProcessWorkerBase.h', 2284 'workers/InProcessWorkerBase.h',
2285 'workers/InProcessWorkerGlobalScopeProxy.h', 2285 'workers/InProcessWorkerGlobalScopeProxy.h',
2286 'workers/InProcessWorkerMessagingProxy.cpp', 2286 'workers/InProcessWorkerMessagingProxy.cpp',
2287 'workers/InProcessWorkerMessagingProxy.h', 2287 'workers/InProcessWorkerMessagingProxy.h',
2288 'workers/InProcessWorkerObjectProxy.cpp', 2288 'workers/InProcessWorkerObjectProxy.cpp',
2289 'workers/InProcessWorkerObjectProxy.h', 2289 'workers/InProcessWorkerObjectProxy.h',
2290 'workers/MainThreadWorkletGlobalScope.cpp', 2290 'workers/MainThreadWorkletGlobalScope.cpp',
2291 'workers/MainThreadWorkletGlobalScope.h', 2291 'workers/MainThreadWorkletGlobalScope.h',
2292 'workers/ParentFrameTaskRunners.cpp',
2293 'workers/ParentFrameTaskRunners.h',
2292 'workers/SharedWorker.cpp', 2294 'workers/SharedWorker.cpp',
2293 'workers/SharedWorker.h', 2295 'workers/SharedWorker.h',
2294 'workers/SharedWorkerGlobalScope.cpp', 2296 'workers/SharedWorkerGlobalScope.cpp',
2295 'workers/SharedWorkerGlobalScope.h', 2297 'workers/SharedWorkerGlobalScope.h',
2296 'workers/SharedWorkerRepositoryClient.h', 2298 'workers/SharedWorkerRepositoryClient.h',
2297 'workers/SharedWorkerThread.cpp', 2299 'workers/SharedWorkerThread.cpp',
2298 'workers/SharedWorkerThread.h', 2300 'workers/SharedWorkerThread.h',
2299 'workers/Worker.cpp', 2301 'workers/Worker.cpp',
2300 'workers/Worker.h', 2302 'workers/Worker.h',
2301 'workers/WorkerBackingThread.cpp', 2303 'workers/WorkerBackingThread.cpp',
(...skipping 1973 matching lines...) Expand 10 before | Expand all | Expand 10 after
4275 'testing/PrivateScriptTestTest.cpp', 4277 'testing/PrivateScriptTestTest.cpp',
4276 'timing/MemoryInfoTest.cpp', 4278 'timing/MemoryInfoTest.cpp',
4277 'timing/PerformanceBaseTest.cpp', 4279 'timing/PerformanceBaseTest.cpp',
4278 'timing/PerformanceObserverTest.cpp', 4280 'timing/PerformanceObserverTest.cpp',
4279 'workers/WorkerThreadTest.cpp', 4281 'workers/WorkerThreadTest.cpp',
4280 'workers/WorkerThreadTestHelper.h', 4282 'workers/WorkerThreadTestHelper.h',
4281 'xml/parser/SharedBufferReaderTest.cpp', 4283 'xml/parser/SharedBufferReaderTest.cpp',
4282 ], 4284 ],
4283 } 4285 }
4284 } 4286 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/TaskRunnerHelper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698