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

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

Issue 209443007: Remove shape-inside support (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove now unused segmentIsEmpty 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
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/AnimationPlayer.idl', 6 'animation/AnimationPlayer.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 1612 matching lines...) Expand 10 before | Expand all | Expand 10 after
1623 'rendering/shapes/PolygonShape.cpp', 1623 'rendering/shapes/PolygonShape.cpp',
1624 'rendering/shapes/PolygonShape.h', 1624 'rendering/shapes/PolygonShape.h',
1625 'rendering/shapes/RasterShape.cpp', 1625 'rendering/shapes/RasterShape.cpp',
1626 'rendering/shapes/RasterShape.h', 1626 'rendering/shapes/RasterShape.h',
1627 'rendering/shapes/RectangleShape.cpp', 1627 'rendering/shapes/RectangleShape.cpp',
1628 'rendering/shapes/RectangleShape.h', 1628 'rendering/shapes/RectangleShape.h',
1629 'rendering/shapes/Shape.cpp', 1629 'rendering/shapes/Shape.cpp',
1630 'rendering/shapes/Shape.h', 1630 'rendering/shapes/Shape.h',
1631 'rendering/shapes/ShapeInfo.cpp', 1631 'rendering/shapes/ShapeInfo.cpp',
1632 'rendering/shapes/ShapeInfo.h', 1632 'rendering/shapes/ShapeInfo.h',
1633 'rendering/shapes/ShapeInsideInfo.cpp',
1634 'rendering/shapes/ShapeInsideInfo.h',
1635 'rendering/shapes/ShapeInterval.h', 1633 'rendering/shapes/ShapeInterval.h',
1636 'rendering/shapes/ShapeOutsideInfo.cpp', 1634 'rendering/shapes/ShapeOutsideInfo.cpp',
1637 'rendering/shapes/ShapeOutsideInfo.h', 1635 'rendering/shapes/ShapeOutsideInfo.h',
1638 'rendering/style/BasicShapes.cpp', 1636 'rendering/style/BasicShapes.cpp',
1639 'rendering/style/BorderImageLength.h', 1637 'rendering/style/BorderImageLength.h',
1640 'rendering/style/BorderImageLengthBox.h', 1638 'rendering/style/BorderImageLengthBox.h',
1641 'rendering/style/CachedUAStyle.h', 1639 'rendering/style/CachedUAStyle.h',
1642 'rendering/style/ContentData.cpp', 1640 'rendering/style/ContentData.cpp',
1643 'rendering/style/CounterDirectives.cpp', 1641 'rendering/style/CounterDirectives.cpp',
1644 'rendering/style/FillLayer.cpp', 1642 'rendering/style/FillLayer.cpp',
(...skipping 1673 matching lines...) Expand 10 before | Expand all | Expand 10 after
3318 'html/track/vtt/BufferedLineReaderTest.cpp', 3316 'html/track/vtt/BufferedLineReaderTest.cpp',
3319 'html/track/vtt/VTTScannerTest.cpp', 3317 'html/track/vtt/VTTScannerTest.cpp',
3320 'rendering/RenderOverflowTest.cpp', 3318 'rendering/RenderOverflowTest.cpp',
3321 'rendering/shapes/BoxShapeTest.cpp', 3319 'rendering/shapes/BoxShapeTest.cpp',
3322 'testing/UnitTestHelpers.cpp', 3320 'testing/UnitTestHelpers.cpp',
3323 'testing/UnitTestHelpers.h', 3321 'testing/UnitTestHelpers.h',
3324 'xml/parser/SharedBufferReaderTest.cpp', 3322 'xml/parser/SharedBufferReaderTest.cpp',
3325 ], 3323 ],
3326 } 3324 }
3327 } 3325 }
OLDNEW
« no previous file with comments | « Source/core/animation/css/CSSPropertyEquality.cpp ('k') | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698