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

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

Issue 2124693002: Worker: Fix broken GC logic on Dedicated Worker while DOMTimer is set (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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/frame/DOMTimerCoordinator.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 4264 matching lines...) Expand 10 before | Expand all | Expand 10 after
4275 'style/ComputedStyleTest.cpp', 4275 'style/ComputedStyleTest.cpp',
4276 'style/OutlineValueTest.cpp', 4276 'style/OutlineValueTest.cpp',
4277 'style/SVGComputedStyleTest.cpp', 4277 'style/SVGComputedStyleTest.cpp',
4278 'svg/SVGPathParserTest.cpp', 4278 'svg/SVGPathParserTest.cpp',
4279 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4279 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4280 'svg/graphics/SVGImageTest.cpp', 4280 'svg/graphics/SVGImageTest.cpp',
4281 'testing/PrivateScriptTestTest.cpp', 4281 'testing/PrivateScriptTestTest.cpp',
4282 'timing/MemoryInfoTest.cpp', 4282 'timing/MemoryInfoTest.cpp',
4283 'timing/PerformanceBaseTest.cpp', 4283 'timing/PerformanceBaseTest.cpp',
4284 'timing/PerformanceObserverTest.cpp', 4284 'timing/PerformanceObserverTest.cpp',
4285 'workers/DedicatedWorkerTest.cpp',
4285 'workers/WorkerThreadTest.cpp', 4286 'workers/WorkerThreadTest.cpp',
4286 'workers/WorkerThreadTestHelper.h', 4287 'workers/WorkerThreadTestHelper.h',
4287 'xml/parser/SharedBufferReaderTest.cpp', 4288 'xml/parser/SharedBufferReaderTest.cpp',
4288 ], 4289 ],
4289 } 4290 }
4290 } 4291 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/DOMTimerCoordinator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698