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

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

Issue 1413953002: Add unit test for SVG path parsing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Drop line-wrap. Created 5 years, 2 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 3895 matching lines...) Expand 10 before | Expand all | Expand 10 after
3906 'paint/PaintControllerPaintTest.h', 3906 'paint/PaintControllerPaintTest.h',
3907 'paint/PaintInfoTest.cpp', 3907 'paint/PaintInfoTest.cpp',
3908 'paint/PaintLayerPainterTest.cpp', 3908 'paint/PaintLayerPainterTest.cpp',
3909 'paint/TableCellPainterTest.cpp', 3909 'paint/TableCellPainterTest.cpp',
3910 'paint/TextPainterTest.cpp', 3910 'paint/TextPainterTest.cpp',
3911 'streams/ReadableStreamReaderTest.cpp', 3911 'streams/ReadableStreamReaderTest.cpp',
3912 'streams/ReadableStreamTest.cpp', 3912 'streams/ReadableStreamTest.cpp',
3913 'style/ComputedStyleTest.cpp', 3913 'style/ComputedStyleTest.cpp',
3914 'style/OutlineValueTest.cpp', 3914 'style/OutlineValueTest.cpp',
3915 'style/SVGComputedStyleTest.cpp', 3915 'style/SVGComputedStyleTest.cpp',
3916 'svg/SVGPathParserTest.cpp',
3916 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3917 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3917 'testing/PrivateScriptTestTest.cpp', 3918 'testing/PrivateScriptTestTest.cpp',
3918 'timing/MemoryInfoTest.cpp', 3919 'timing/MemoryInfoTest.cpp',
3919 'workers/WorkerThreadTest.cpp', 3920 'workers/WorkerThreadTest.cpp',
3920 'xml/parser/SharedBufferReaderTest.cpp', 3921 'xml/parser/SharedBufferReaderTest.cpp',
3921 ], 3922 ],
3922 } 3923 }
3923 } 3924 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698