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

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

Issue 55783002: Introduce BorderImageLength and BorderImageLengthBox (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Moved BorderImageLength{,Box} to core/rendering/style 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 1567 matching lines...) Expand 10 before | Expand all | Expand 10 after
1578 'rendering/shapes/Shape.cpp', 1578 'rendering/shapes/Shape.cpp',
1579 'rendering/shapes/Shape.h', 1579 'rendering/shapes/Shape.h',
1580 'rendering/shapes/ShapeInfo.cpp', 1580 'rendering/shapes/ShapeInfo.cpp',
1581 'rendering/shapes/ShapeInfo.h', 1581 'rendering/shapes/ShapeInfo.h',
1582 'rendering/shapes/ShapeInsideInfo.cpp', 1582 'rendering/shapes/ShapeInsideInfo.cpp',
1583 'rendering/shapes/ShapeInsideInfo.h', 1583 'rendering/shapes/ShapeInsideInfo.h',
1584 'rendering/shapes/ShapeInterval.h', 1584 'rendering/shapes/ShapeInterval.h',
1585 'rendering/shapes/ShapeOutsideInfo.cpp', 1585 'rendering/shapes/ShapeOutsideInfo.cpp',
1586 'rendering/shapes/ShapeOutsideInfo.h', 1586 'rendering/shapes/ShapeOutsideInfo.h',
1587 'rendering/style/BasicShapes.cpp', 1587 'rendering/style/BasicShapes.cpp',
1588 'rendering/style/BorderImageLength.h',
1589 'rendering/style/BorderImageLengthBox.h',
1588 'rendering/style/CachedUAStyle.h', 1590 'rendering/style/CachedUAStyle.h',
1589 'rendering/style/ContentData.cpp', 1591 'rendering/style/ContentData.cpp',
1590 'rendering/style/CounterDirectives.cpp', 1592 'rendering/style/CounterDirectives.cpp',
1591 'rendering/style/FillLayer.cpp', 1593 'rendering/style/FillLayer.cpp',
1592 'rendering/style/GridCoordinate.h', 1594 'rendering/style/GridCoordinate.h',
1593 'rendering/style/KeyframeList.cpp', 1595 'rendering/style/KeyframeList.cpp',
1594 'rendering/style/KeyframeList.h', 1596 'rendering/style/KeyframeList.h',
1595 'rendering/style/NinePieceImage.cpp', 1597 'rendering/style/NinePieceImage.cpp',
1596 'rendering/style/QuotesData.cpp', 1598 'rendering/style/QuotesData.cpp',
1597 'rendering/style/QuotesData.h', 1599 'rendering/style/QuotesData.h',
(...skipping 1949 matching lines...) Expand 10 before | Expand all | Expand 10 after
3547 'platform/graphics/gpu/DrawingBufferTest.cpp', 3549 'platform/graphics/gpu/DrawingBufferTest.cpp',
3548 'platform/image-decoders/ImageDecoderTest.cpp', 3550 'platform/image-decoders/ImageDecoderTest.cpp',
3549 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', 3551 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
3550 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp', 3552 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp',
3551 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp', 3553 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp',
3552 'platform/testing/FakeWebGraphicsContext3D.h', 3554 'platform/testing/FakeWebGraphicsContext3D.h',
3553 'rendering/RenderOverflowTest.cpp', 3555 'rendering/RenderOverflowTest.cpp',
3554 ], 3556 ],
3555 } 3557 }
3556 } 3558 }
OLDNEW
« no previous file with comments | « Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl ('k') | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698