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

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

Issue 62943002: Implement SVGGeometryElement (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add SVGGeometryElement in expected results Created 7 years, 1 month 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 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'css/CSS.idl', 4 'css/CSS.idl',
5 'css/CSSCharsetRule.idl', 5 'css/CSSCharsetRule.idl',
6 'css/CSSFontFaceLoadEvent.idl', 6 'css/CSSFontFaceLoadEvent.idl',
7 'css/CSSFontFaceRule.idl', 7 'css/CSSFontFaceRule.idl',
8 'css/CSSHostRule.idl', 8 'css/CSSHostRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 'svg/SVGFontElement.idl', 391 'svg/SVGFontElement.idl',
392 'svg/SVGFontFaceElement.idl', 392 'svg/SVGFontFaceElement.idl',
393 'svg/SVGFontFaceFormatElement.idl', 393 'svg/SVGFontFaceFormatElement.idl',
394 'svg/SVGFontFaceNameElement.idl', 394 'svg/SVGFontFaceNameElement.idl',
395 'svg/SVGFontFaceSrcElement.idl', 395 'svg/SVGFontFaceSrcElement.idl',
396 'svg/SVGFontFaceUriElement.idl', 396 'svg/SVGFontFaceUriElement.idl',
397 'svg/SVGForeignObjectElement.idl', 397 'svg/SVGForeignObjectElement.idl',
398 'svg/SVGGElement.idl', 398 'svg/SVGGElement.idl',
399 'svg/SVGGlyphElement.idl', 399 'svg/SVGGlyphElement.idl',
400 'svg/SVGGlyphRefElement.idl', 400 'svg/SVGGlyphRefElement.idl',
401 'svg/SVGGeometryElement.idl',
401 'svg/SVGGradientElement.idl', 402 'svg/SVGGradientElement.idl',
402 'svg/SVGGraphicsElement.idl', 403 'svg/SVGGraphicsElement.idl',
403 'svg/SVGHKernElement.idl', 404 'svg/SVGHKernElement.idl',
404 'svg/SVGImageElement.idl', 405 'svg/SVGImageElement.idl',
405 'svg/SVGLength.idl', 406 'svg/SVGLength.idl',
406 'svg/SVGLengthList.idl', 407 'svg/SVGLengthList.idl',
407 'svg/SVGLineElement.idl', 408 'svg/SVGLineElement.idl',
408 'svg/SVGLinearGradientElement.idl', 409 'svg/SVGLinearGradientElement.idl',
409 'svg/SVGMPathElement.idl', 410 'svg/SVGMPathElement.idl',
410 'svg/SVGMarkerElement.idl', 411 'svg/SVGMarkerElement.idl',
(...skipping 2821 matching lines...) Expand 10 before | Expand all | Expand 10 after
3232 'svg/SVGFontFaceUriElement.h', 3233 'svg/SVGFontFaceUriElement.h',
3233 'svg/SVGForeignObjectElement.cpp', 3234 'svg/SVGForeignObjectElement.cpp',
3234 'svg/SVGForeignObjectElement.h', 3235 'svg/SVGForeignObjectElement.h',
3235 'svg/SVGGElement.cpp', 3236 'svg/SVGGElement.cpp',
3236 'svg/SVGGElement.h', 3237 'svg/SVGGElement.h',
3237 'svg/SVGGlyphElement.cpp', 3238 'svg/SVGGlyphElement.cpp',
3238 'svg/SVGGlyphElement.h', 3239 'svg/SVGGlyphElement.h',
3239 'svg/SVGGlyphRefElement.cpp', 3240 'svg/SVGGlyphRefElement.cpp',
3240 'svg/SVGGlyphRefElement.h', 3241 'svg/SVGGlyphRefElement.h',
3241 'svg/SVGGlyphMap.h', 3242 'svg/SVGGlyphMap.h',
3243 'svg/SVGGeometryElement.cpp',
3244 'svg/SVGGeometryElement.h',
3242 'svg/SVGGradientElement.cpp', 3245 'svg/SVGGradientElement.cpp',
3243 'svg/SVGGradientElement.h', 3246 'svg/SVGGradientElement.h',
3244 'svg/SVGGraphicsElement.cpp', 3247 'svg/SVGGraphicsElement.cpp',
3245 'svg/SVGGraphicsElement.h', 3248 'svg/SVGGraphicsElement.h',
3246 'svg/SVGHKernElement.cpp', 3249 'svg/SVGHKernElement.cpp',
3247 'svg/SVGHKernElement.h', 3250 'svg/SVGHKernElement.h',
3248 'svg/SVGImageElement.cpp', 3251 'svg/SVGImageElement.cpp',
3249 'svg/SVGImageElement.h', 3252 'svg/SVGImageElement.h',
3250 'svg/SVGImageLoader.cpp', 3253 'svg/SVGImageLoader.cpp',
3251 'svg/SVGImageLoader.h', 3254 'svg/SVGImageLoader.h',
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
3528 'platform/graphics/gpu/DrawingBufferTest.cpp', 3531 'platform/graphics/gpu/DrawingBufferTest.cpp',
3529 'platform/image-decoders/ImageDecoderTest.cpp', 3532 'platform/image-decoders/ImageDecoderTest.cpp',
3530 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', 3533 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
3531 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp', 3534 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp',
3532 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp', 3535 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp',
3533 'platform/testing/FakeWebGraphicsContext3D.h', 3536 'platform/testing/FakeWebGraphicsContext3D.h',
3534 'rendering/RenderOverflowTest.cpp', 3537 'rendering/RenderOverflowTest.cpp',
3535 ], 3538 ],
3536 } 3539 }
3537 } 3540 }
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/global-constructors-listing-expected.txt ('k') | Source/core/rendering/PointerEventsHitRules.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698