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

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

Issue 636993002: [CSS Grid Layout] Upgrade justify-content parsing to CSS3 Box Alignment spec. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebaseline some tests expectations. Created 6 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 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 734 matching lines...) Expand 10 before | Expand all | Expand 10 after
745 'css/CSSBorderImage.h', 745 'css/CSSBorderImage.h',
746 'css/CSSBorderImageSliceValue.cpp', 746 'css/CSSBorderImageSliceValue.cpp',
747 'css/CSSBorderImageSliceValue.h', 747 'css/CSSBorderImageSliceValue.h',
748 'css/CSSCalculationValue.cpp', 748 'css/CSSCalculationValue.cpp',
749 'css/CSSCalculationValue.h', 749 'css/CSSCalculationValue.h',
750 'css/CSSCanvasValue.cpp', 750 'css/CSSCanvasValue.cpp',
751 'css/CSSCanvasValue.h', 751 'css/CSSCanvasValue.h',
752 'css/CSSCharsetRule.cpp', 752 'css/CSSCharsetRule.cpp',
753 'css/CSSCharsetRule.h', 753 'css/CSSCharsetRule.h',
754 'css/CSSComputedStyleDeclaration.cpp', 754 'css/CSSComputedStyleDeclaration.cpp',
755 'css/CSSContentDistributionValue.cpp',
756 'css/CSSContentDistributionValue.h',
755 'css/CSSCrossfadeValue.cpp', 757 'css/CSSCrossfadeValue.cpp',
756 'css/CSSCrossfadeValue.h', 758 'css/CSSCrossfadeValue.h',
757 'css/CSSCursorImageValue.cpp', 759 'css/CSSCursorImageValue.cpp',
758 'css/CSSCustomFontData.h', 760 'css/CSSCustomFontData.h',
759 'css/CSSDefaultStyleSheets.cpp', 761 'css/CSSDefaultStyleSheets.cpp',
760 'css/CSSDefaultStyleSheets.h', 762 'css/CSSDefaultStyleSheets.h',
761 'css/CSSFilterRule.cpp', 763 'css/CSSFilterRule.cpp',
762 'css/CSSFilterRule.h', 764 'css/CSSFilterRule.h',
763 'css/CSSFilterValue.cpp', 765 'css/CSSFilterValue.cpp',
764 'css/CSSFilterValue.h', 766 'css/CSSFilterValue.h',
(...skipping 2883 matching lines...) Expand 10 before | Expand all | Expand 10 after
3648 'rendering/shapes/BoxShapeTest.cpp', 3650 'rendering/shapes/BoxShapeTest.cpp',
3649 'rendering/style/OutlineValueTest.cpp', 3651 'rendering/style/OutlineValueTest.cpp',
3650 'testing/PrivateScriptTestTest.cpp', 3652 'testing/PrivateScriptTestTest.cpp',
3651 'streams/ReadableStreamTest.cpp', 3653 'streams/ReadableStreamTest.cpp',
3652 'testing/UnitTestHelpers.cpp', 3654 'testing/UnitTestHelpers.cpp',
3653 'testing/UnitTestHelpers.h', 3655 'testing/UnitTestHelpers.h',
3654 'xml/parser/SharedBufferReaderTest.cpp', 3656 'xml/parser/SharedBufferReaderTest.cpp',
3655 ], 3657 ],
3656 } 3658 }
3657 } 3659 }
OLDNEW
« no previous file with comments | « LayoutTests/svg/css/getComputedStyle-basic-expected.txt ('k') | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698