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

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

Issue 166623002: [CSS Grid Layout] Introduce an explicit type for resolved grid positions (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Apply suggested changes 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 1624 matching lines...) Expand 10 before | Expand all | Expand 10 after
1635 'rendering/shapes/ShapeOutsideInfo.cpp', 1635 'rendering/shapes/ShapeOutsideInfo.cpp',
1636 'rendering/shapes/ShapeOutsideInfo.h', 1636 'rendering/shapes/ShapeOutsideInfo.h',
1637 'rendering/style/BasicShapes.cpp', 1637 'rendering/style/BasicShapes.cpp',
1638 'rendering/style/BorderImageLength.h', 1638 'rendering/style/BorderImageLength.h',
1639 'rendering/style/BorderImageLengthBox.h', 1639 'rendering/style/BorderImageLengthBox.h',
1640 'rendering/style/CachedUAStyle.h', 1640 'rendering/style/CachedUAStyle.h',
1641 'rendering/style/ContentData.cpp', 1641 'rendering/style/ContentData.cpp',
1642 'rendering/style/CounterDirectives.cpp', 1642 'rendering/style/CounterDirectives.cpp',
1643 'rendering/style/FillLayer.cpp', 1643 'rendering/style/FillLayer.cpp',
1644 'rendering/style/GridCoordinate.h', 1644 'rendering/style/GridCoordinate.h',
1645 'rendering/style/GridResolvedPosition.cpp',
1646 'rendering/style/GridResolvedPosition.h',
1645 'rendering/style/KeyframeList.cpp', 1647 'rendering/style/KeyframeList.cpp',
1646 'rendering/style/KeyframeList.h', 1648 'rendering/style/KeyframeList.h',
1647 'rendering/style/NinePieceImage.cpp', 1649 'rendering/style/NinePieceImage.cpp',
1648 'rendering/style/QuotesData.cpp', 1650 'rendering/style/QuotesData.cpp',
1649 'rendering/style/QuotesData.h', 1651 'rendering/style/QuotesData.h',
1650 'rendering/style/RenderStyle.cpp', 1652 'rendering/style/RenderStyle.cpp',
1651 'rendering/style/RenderStyle.h', 1653 'rendering/style/RenderStyle.h',
1652 'rendering/style/ShadowData.cpp', 1654 'rendering/style/ShadowData.cpp',
1653 'rendering/style/ShadowData.h', 1655 'rendering/style/ShadowData.h',
1654 'rendering/style/ShadowList.cpp', 1656 'rendering/style/ShadowList.cpp',
(...skipping 1667 matching lines...) Expand 10 before | Expand all | Expand 10 after
3322 'html/track/vtt/BufferedLineReaderTest.cpp', 3324 'html/track/vtt/BufferedLineReaderTest.cpp',
3323 'html/track/vtt/VTTScannerTest.cpp', 3325 'html/track/vtt/VTTScannerTest.cpp',
3324 'rendering/RenderOverflowTest.cpp', 3326 'rendering/RenderOverflowTest.cpp',
3325 'rendering/shapes/BoxShapeTest.cpp', 3327 'rendering/shapes/BoxShapeTest.cpp',
3326 'testing/UnitTestHelpers.cpp', 3328 'testing/UnitTestHelpers.cpp',
3327 'testing/UnitTestHelpers.h', 3329 'testing/UnitTestHelpers.h',
3328 'xml/parser/SharedBufferReaderTest.cpp', 3330 'xml/parser/SharedBufferReaderTest.cpp',
3329 ], 3331 ],
3330 } 3332 }
3331 } 3333 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/CSSGridTemplateAreasValue.cpp » ('j') | Source/core/rendering/style/GridResolvedPosition.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698