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

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: Fix compilation issue 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
« no previous file with comments | « no previous file | Source/core/css/CSSGridTemplateAreasValue.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1664 matching lines...) Expand 10 before | Expand all | Expand 10 after
1675 'rendering/shapes/ShapeOutsideInfo.cpp', 1675 'rendering/shapes/ShapeOutsideInfo.cpp',
1676 'rendering/shapes/ShapeOutsideInfo.h', 1676 'rendering/shapes/ShapeOutsideInfo.h',
1677 'rendering/style/BasicShapes.cpp', 1677 'rendering/style/BasicShapes.cpp',
1678 'rendering/style/BorderImageLength.h', 1678 'rendering/style/BorderImageLength.h',
1679 'rendering/style/BorderImageLengthBox.h', 1679 'rendering/style/BorderImageLengthBox.h',
1680 'rendering/style/CachedUAStyle.h', 1680 'rendering/style/CachedUAStyle.h',
1681 'rendering/style/ContentData.cpp', 1681 'rendering/style/ContentData.cpp',
1682 'rendering/style/CounterDirectives.cpp', 1682 'rendering/style/CounterDirectives.cpp',
1683 'rendering/style/FillLayer.cpp', 1683 'rendering/style/FillLayer.cpp',
1684 'rendering/style/GridCoordinate.h', 1684 'rendering/style/GridCoordinate.h',
1685 'rendering/style/GridResolvedPosition.cpp',
1686 'rendering/style/GridResolvedPosition.h',
1685 'rendering/style/KeyframeList.cpp', 1687 'rendering/style/KeyframeList.cpp',
1686 'rendering/style/KeyframeList.h', 1688 'rendering/style/KeyframeList.h',
1687 'rendering/style/NinePieceImage.cpp', 1689 'rendering/style/NinePieceImage.cpp',
1688 'rendering/style/QuotesData.cpp', 1690 'rendering/style/QuotesData.cpp',
1689 'rendering/style/QuotesData.h', 1691 'rendering/style/QuotesData.h',
1690 'rendering/style/RenderStyle.cpp', 1692 'rendering/style/RenderStyle.cpp',
1691 'rendering/style/RenderStyle.h', 1693 'rendering/style/RenderStyle.h',
1692 'rendering/style/ShadowData.cpp', 1694 'rendering/style/ShadowData.cpp',
1693 'rendering/style/ShadowData.h', 1695 'rendering/style/ShadowData.h',
1694 'rendering/style/ShadowList.cpp', 1696 'rendering/style/ShadowList.cpp',
(...skipping 1668 matching lines...) Expand 10 before | Expand all | Expand 10 after
3363 'html/track/vtt/BufferedLineReaderTest.cpp', 3365 'html/track/vtt/BufferedLineReaderTest.cpp',
3364 'html/track/vtt/VTTScannerTest.cpp', 3366 'html/track/vtt/VTTScannerTest.cpp',
3365 'rendering/RenderOverflowTest.cpp', 3367 'rendering/RenderOverflowTest.cpp',
3366 'rendering/shapes/BoxShapeTest.cpp', 3368 'rendering/shapes/BoxShapeTest.cpp',
3367 'testing/UnitTestHelpers.cpp', 3369 'testing/UnitTestHelpers.cpp',
3368 'testing/UnitTestHelpers.h', 3370 'testing/UnitTestHelpers.h',
3369 'xml/parser/SharedBufferReaderTest.cpp', 3371 'xml/parser/SharedBufferReaderTest.cpp',
3370 ], 3372 ],
3371 } 3373 }
3372 } 3374 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/CSSGridTemplateAreasValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698