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

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: Applied review suggestions Created 6 years, 8 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 1674 matching lines...) Expand 10 before | Expand all | Expand 10 after
1685 'rendering/shapes/ShapeOutsideInfo.cpp', 1685 'rendering/shapes/ShapeOutsideInfo.cpp',
1686 'rendering/shapes/ShapeOutsideInfo.h', 1686 'rendering/shapes/ShapeOutsideInfo.h',
1687 'rendering/style/BasicShapes.cpp', 1687 'rendering/style/BasicShapes.cpp',
1688 'rendering/style/BorderImageLength.h', 1688 'rendering/style/BorderImageLength.h',
1689 'rendering/style/BorderImageLengthBox.h', 1689 'rendering/style/BorderImageLengthBox.h',
1690 'rendering/style/CachedUAStyle.h', 1690 'rendering/style/CachedUAStyle.h',
1691 'rendering/style/ContentData.cpp', 1691 'rendering/style/ContentData.cpp',
1692 'rendering/style/CounterDirectives.cpp', 1692 'rendering/style/CounterDirectives.cpp',
1693 'rendering/style/FillLayer.cpp', 1693 'rendering/style/FillLayer.cpp',
1694 'rendering/style/GridCoordinate.h', 1694 'rendering/style/GridCoordinate.h',
1695 'rendering/style/GridResolvedPosition.cpp',
1696 'rendering/style/GridResolvedPosition.h',
1695 'rendering/style/KeyframeList.cpp', 1697 'rendering/style/KeyframeList.cpp',
1696 'rendering/style/KeyframeList.h', 1698 'rendering/style/KeyframeList.h',
1697 'rendering/style/NinePieceImage.cpp', 1699 'rendering/style/NinePieceImage.cpp',
1698 'rendering/style/QuotesData.cpp', 1700 'rendering/style/QuotesData.cpp',
1699 'rendering/style/QuotesData.h', 1701 'rendering/style/QuotesData.h',
1700 'rendering/style/RenderStyle.cpp', 1702 'rendering/style/RenderStyle.cpp',
1701 'rendering/style/RenderStyle.h', 1703 'rendering/style/RenderStyle.h',
1702 'rendering/style/ShadowData.cpp', 1704 'rendering/style/ShadowData.cpp',
1703 'rendering/style/ShadowData.h', 1705 'rendering/style/ShadowData.h',
1704 'rendering/style/ShadowList.cpp', 1706 'rendering/style/ShadowList.cpp',
(...skipping 1668 matching lines...) Expand 10 before | Expand all | Expand 10 after
3373 'html/track/vtt/BufferedLineReaderTest.cpp', 3375 'html/track/vtt/BufferedLineReaderTest.cpp',
3374 'html/track/vtt/VTTScannerTest.cpp', 3376 'html/track/vtt/VTTScannerTest.cpp',
3375 'rendering/RenderOverflowTest.cpp', 3377 'rendering/RenderOverflowTest.cpp',
3376 'rendering/shapes/BoxShapeTest.cpp', 3378 'rendering/shapes/BoxShapeTest.cpp',
3377 'testing/UnitTestHelpers.cpp', 3379 'testing/UnitTestHelpers.cpp',
3378 'testing/UnitTestHelpers.h', 3380 'testing/UnitTestHelpers.h',
3379 'xml/parser/SharedBufferReaderTest.cpp', 3381 'xml/parser/SharedBufferReaderTest.cpp',
3380 ], 3382 ],
3381 } 3383 }
3382 } 3384 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/CSSGridTemplateAreasValue.cpp » ('j') | Source/core/css/CSSGridTemplateAreasValue.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698