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

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: annotate WorkerGlobalScope interface with 'ActiveScriptWrappable' and make tests stricter 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
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 4256 matching lines...) Expand 10 before | Expand all | Expand 10 after
4267 'style/ComputedStyleTest.cpp', 4267 'style/ComputedStyleTest.cpp',
4268 'style/OutlineValueTest.cpp', 4268 'style/OutlineValueTest.cpp',
4269 'style/SVGComputedStyleTest.cpp', 4269 'style/SVGComputedStyleTest.cpp',
4270 'svg/SVGPathParserTest.cpp', 4270 'svg/SVGPathParserTest.cpp',
4271 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4271 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4272 'svg/graphics/SVGImageTest.cpp', 4272 'svg/graphics/SVGImageTest.cpp',
4273 'testing/PrivateScriptTestTest.cpp', 4273 'testing/PrivateScriptTestTest.cpp',
4274 'timing/MemoryInfoTest.cpp', 4274 'timing/MemoryInfoTest.cpp',
4275 'timing/PerformanceBaseTest.cpp', 4275 'timing/PerformanceBaseTest.cpp',
4276 'timing/PerformanceObserverTest.cpp', 4276 'timing/PerformanceObserverTest.cpp',
4277 'workers/DedicatedWorkerTest.cpp',
4277 'workers/WorkerThreadTest.cpp', 4278 'workers/WorkerThreadTest.cpp',
4278 'workers/WorkerThreadTestHelper.h', 4279 'workers/WorkerThreadTestHelper.h',
4279 'xml/parser/SharedBufferReaderTest.cpp', 4280 'xml/parser/SharedBufferReaderTest.cpp',
4280 ], 4281 ],
4281 } 4282 }
4282 } 4283 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698