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

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

Issue 2000483003: Rework timeline/frame scheduling logic for SVGImage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add unittest Created 4 years, 6 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/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 4110 matching lines...) Expand 10 before | Expand all | Expand 10 after
4121 'paint/TableCellPainterTest.cpp', 4121 'paint/TableCellPainterTest.cpp',
4122 'paint/TextPainterTest.cpp', 4122 'paint/TextPainterTest.cpp',
4123 'streams/ReadableStreamOperationsTest.cpp', 4123 'streams/ReadableStreamOperationsTest.cpp',
4124 'streams/ReadableStreamReaderTest.cpp', 4124 'streams/ReadableStreamReaderTest.cpp',
4125 'streams/ReadableStreamTest.cpp', 4125 'streams/ReadableStreamTest.cpp',
4126 'style/ComputedStyleTest.cpp', 4126 'style/ComputedStyleTest.cpp',
4127 'style/OutlineValueTest.cpp', 4127 'style/OutlineValueTest.cpp',
4128 'style/SVGComputedStyleTest.cpp', 4128 'style/SVGComputedStyleTest.cpp',
4129 'svg/SVGPathParserTest.cpp', 4129 'svg/SVGPathParserTest.cpp',
4130 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4130 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4131 'svg/graphics/SVGImageTest.cpp',
4131 'testing/PrivateScriptTestTest.cpp', 4132 'testing/PrivateScriptTestTest.cpp',
4132 'timing/MemoryInfoTest.cpp', 4133 'timing/MemoryInfoTest.cpp',
4133 'timing/PerformanceBaseTest.cpp', 4134 'timing/PerformanceBaseTest.cpp',
4134 'timing/PerformanceObserverTest.cpp', 4135 'timing/PerformanceObserverTest.cpp',
4135 'workers/WorkerThreadTest.cpp', 4136 'workers/WorkerThreadTest.cpp',
4136 'workers/WorkerThreadTestHelper.h', 4137 'workers/WorkerThreadTestHelper.h',
4137 'xml/parser/SharedBufferReaderTest.cpp', 4138 'xml/parser/SharedBufferReaderTest.cpp',
4138 ], 4139 ],
4139 } 4140 }
4140 } 4141 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698