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

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

Issue 268803005: Replace SVGDocument by XMLDocument (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add rootElement() variant Created 6 years, 7 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 | « Source/core/accessibility/AXRenderObject.cpp ('k') | Source/core/dom/DOMImplementation.cpp » ('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/AnimationEffect.idl', 6 'animation/AnimationEffect.idl',
7 'animation/AnimationPlayer.idl', 7 'animation/AnimationPlayer.idl',
8 'animation/TimedItem.idl', 8 'animation/TimedItem.idl',
9 'animation/Timeline.idl', 9 'animation/Timeline.idl',
10 'animation/Timing.idl', 10 'animation/Timing.idl',
(...skipping 2959 matching lines...) Expand 10 before | Expand all | Expand 10 after
2970 'svg/SVGComponentTransferFunctionElement.cpp', 2970 'svg/SVGComponentTransferFunctionElement.cpp',
2971 'svg/SVGComponentTransferFunctionElement.h', 2971 'svg/SVGComponentTransferFunctionElement.h',
2972 'svg/SVGCursorElement.cpp', 2972 'svg/SVGCursorElement.cpp',
2973 'svg/SVGCursorElement.h', 2973 'svg/SVGCursorElement.h',
2974 'svg/SVGDefsElement.cpp', 2974 'svg/SVGDefsElement.cpp',
2975 'svg/SVGDefsElement.h', 2975 'svg/SVGDefsElement.h',
2976 'svg/SVGDescElement.cpp', 2976 'svg/SVGDescElement.cpp',
2977 'svg/SVGDescElement.h', 2977 'svg/SVGDescElement.h',
2978 'svg/SVGDiscardElement.cpp', 2978 'svg/SVGDiscardElement.cpp',
2979 'svg/SVGDiscardElement.h', 2979 'svg/SVGDiscardElement.h',
2980 'svg/SVGDocument.cpp',
2981 'svg/SVGDocument.h',
2982 'svg/SVGDocumentExtensions.cpp', 2980 'svg/SVGDocumentExtensions.cpp',
2983 'svg/SVGElement.cpp', 2981 'svg/SVGElement.cpp',
2984 'svg/SVGElementInstance.cpp', 2982 'svg/SVGElementInstance.cpp',
2985 'svg/SVGElementInstance.h', 2983 'svg/SVGElementInstance.h',
2986 'svg/SVGElementRareData.h', 2984 'svg/SVGElementRareData.h',
2987 'svg/SVGEllipseElement.cpp', 2985 'svg/SVGEllipseElement.cpp',
2988 'svg/SVGEllipseElement.h', 2986 'svg/SVGEllipseElement.h',
2989 'svg/SVGEnumeration.cpp', 2987 'svg/SVGEnumeration.cpp',
2990 'svg/SVGFEBlendElement.cpp', 2988 'svg/SVGFEBlendElement.cpp',
2991 'svg/SVGFEBlendElement.h', 2989 'svg/SVGFEBlendElement.h',
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
3395 'html/track/vtt/VTTScannerTest.cpp', 3393 'html/track/vtt/VTTScannerTest.cpp',
3396 'loader/MixedContentCheckerTest.cpp', 3394 'loader/MixedContentCheckerTest.cpp',
3397 'rendering/RenderOverflowTest.cpp', 3395 'rendering/RenderOverflowTest.cpp',
3398 'rendering/shapes/BoxShapeTest.cpp', 3396 'rendering/shapes/BoxShapeTest.cpp',
3399 'testing/UnitTestHelpers.cpp', 3397 'testing/UnitTestHelpers.cpp',
3400 'testing/UnitTestHelpers.h', 3398 'testing/UnitTestHelpers.h',
3401 'xml/parser/SharedBufferReaderTest.cpp', 3399 'xml/parser/SharedBufferReaderTest.cpp',
3402 ], 3400 ],
3403 } 3401 }
3404 } 3402 }
OLDNEW
« no previous file with comments | « Source/core/accessibility/AXRenderObject.cpp ('k') | Source/core/dom/DOMImplementation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698