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

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

Issue 189913012: Merge SVGColor into SVGPaint (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix system color test Created 6 years, 9 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 | Source/core/css/CSSValue.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 'variables': { 2 'variables': {
3 # Files for which bindings (.cpp and .h files) will be generated 3 # Files for which bindings (.cpp and .h files) will be generated
4 'core_idl_files': [ 4 'core_idl_files': [
5 'animation/Animation.idl', 5 'animation/Animation.idl',
6 'animation/Player.idl', 6 'animation/Player.idl',
7 'animation/TimedItem.idl', 7 'animation/TimedItem.idl',
8 'animation/Timeline.idl', 8 'animation/Timeline.idl',
9 'animation/Timing.idl', 9 'animation/Timing.idl',
10 'clipboard/DataTransfer.idl', 10 'clipboard/DataTransfer.idl',
(...skipping 2863 matching lines...) Expand 10 before | Expand all | Expand 10 after
2874 'svg/SVGAnimateTransformElement.cpp', 2874 'svg/SVGAnimateTransformElement.cpp',
2875 'svg/SVGAnimateTransformElement.h', 2875 'svg/SVGAnimateTransformElement.h',
2876 'svg/SVGAnimationElement.cpp', 2876 'svg/SVGAnimationElement.cpp',
2877 'svg/SVGAnimationElement.h', 2877 'svg/SVGAnimationElement.h',
2878 'svg/SVGBoolean.cpp', 2878 'svg/SVGBoolean.cpp',
2879 'svg/SVGBoolean.h', 2879 'svg/SVGBoolean.h',
2880 'svg/SVGCircleElement.cpp', 2880 'svg/SVGCircleElement.cpp',
2881 'svg/SVGCircleElement.h', 2881 'svg/SVGCircleElement.h',
2882 'svg/SVGClipPathElement.cpp', 2882 'svg/SVGClipPathElement.cpp',
2883 'svg/SVGClipPathElement.h', 2883 'svg/SVGClipPathElement.h',
2884 'svg/SVGColor.cpp',
2885 'svg/SVGComponentTransferFunctionElement.cpp', 2884 'svg/SVGComponentTransferFunctionElement.cpp',
2886 'svg/SVGComponentTransferFunctionElement.h', 2885 'svg/SVGComponentTransferFunctionElement.h',
2887 'svg/SVGCursorElement.cpp', 2886 'svg/SVGCursorElement.cpp',
2888 'svg/SVGCursorElement.h', 2887 'svg/SVGCursorElement.h',
2889 'svg/SVGDefsElement.cpp', 2888 'svg/SVGDefsElement.cpp',
2890 'svg/SVGDefsElement.h', 2889 'svg/SVGDefsElement.h',
2891 'svg/SVGDescElement.cpp', 2890 'svg/SVGDescElement.cpp',
2892 'svg/SVGDescElement.h', 2891 'svg/SVGDescElement.h',
2893 'svg/SVGDiscardElement.cpp', 2892 'svg/SVGDiscardElement.cpp',
2894 'svg/SVGDiscardElement.h', 2893 'svg/SVGDiscardElement.h',
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
3298 'html/parser/HTMLParserThreadTest.cpp', 3297 'html/parser/HTMLParserThreadTest.cpp',
3299 'html/track/vtt/BufferedLineReaderTest.cpp', 3298 'html/track/vtt/BufferedLineReaderTest.cpp',
3300 'html/track/vtt/VTTScannerTest.cpp', 3299 'html/track/vtt/VTTScannerTest.cpp',
3301 'rendering/RenderOverflowTest.cpp', 3300 'rendering/RenderOverflowTest.cpp',
3302 'rendering/shapes/BoxShapeTest.cpp', 3301 'rendering/shapes/BoxShapeTest.cpp',
3303 'testing/UnitTestHelpers.cpp', 3302 'testing/UnitTestHelpers.cpp',
3304 'testing/UnitTestHelpers.h', 3303 'testing/UnitTestHelpers.h',
3305 ], 3304 ],
3306 } 3305 }
3307 } 3306 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/CSSValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698