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

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

Issue 23528004: [CSS Grid Layout] Update named grid lines syntax to the last version of the specs (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@named
Patch Set: Patch for landing v2 Created 7 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 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'css/CSS.idl', 4 'css/CSS.idl',
5 'css/CSSCharsetRule.idl', 5 'css/CSSCharsetRule.idl',
6 'css/CSSFontFaceLoadEvent.idl', 6 'css/CSSFontFaceLoadEvent.idl',
7 'css/CSSFontFaceRule.idl', 7 'css/CSSFontFaceRule.idl',
8 'css/CSSHostRule.idl', 8 'css/CSSHostRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 626 matching lines...) Expand 10 before | Expand all | Expand 10 after
637 'css/CSSFontFeatureValue.cpp', 637 'css/CSSFontFeatureValue.cpp',
638 'css/CSSFontFeatureValue.h', 638 'css/CSSFontFeatureValue.h',
639 'css/CSSFontSelector.cpp', 639 'css/CSSFontSelector.cpp',
640 'css/CSSFontSelector.h', 640 'css/CSSFontSelector.h',
641 'css/CSSFontValue.cpp', 641 'css/CSSFontValue.cpp',
642 'css/CSSFontValue.h', 642 'css/CSSFontValue.h',
643 'css/CSSFunctionValue.cpp', 643 'css/CSSFunctionValue.cpp',
644 'css/CSSFunctionValue.h', 644 'css/CSSFunctionValue.h',
645 'css/CSSGradientValue.cpp', 645 'css/CSSGradientValue.cpp',
646 'css/CSSGradientValue.h', 646 'css/CSSGradientValue.h',
647 'css/CSSGridLineNamesValue.cpp',
648 'css/CSSGridLineNamesValue.h',
647 'css/CSSGridTemplateValue.cpp', 649 'css/CSSGridTemplateValue.cpp',
648 'css/CSSGridTemplateValue.h', 650 'css/CSSGridTemplateValue.h',
649 'css/CSSGroupingRule.cpp', 651 'css/CSSGroupingRule.cpp',
650 'css/CSSGroupingRule.h', 652 'css/CSSGroupingRule.h',
651 'css/CSSHostRule.cpp', 653 'css/CSSHostRule.cpp',
652 'css/CSSHostRule.h', 654 'css/CSSHostRule.h',
653 'css/CSSImageGeneratorValue.cpp', 655 'css/CSSImageGeneratorValue.cpp',
654 'css/CSSImageSetValue.cpp', 656 'css/CSSImageSetValue.cpp',
655 'css/CSSImageValue.cpp', 657 'css/CSSImageValue.cpp',
656 'css/CSSImportRule.cpp', 658 'css/CSSImportRule.cpp',
(...skipping 2874 matching lines...) Expand 10 before | Expand all | Expand 10 after
3531 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', 3533 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
3532 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp', 3534 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp',
3533 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp', 3535 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp',
3534 'platform/testing/FakeWebGraphicsContext3D.h', 3536 'platform/testing/FakeWebGraphicsContext3D.h',
3535 'rendering/RenderOverflowTest.cpp', 3537 'rendering/RenderOverflowTest.cpp',
3536 'testing/UnitTestHelpers.h', 3538 'testing/UnitTestHelpers.h',
3537 'testing/UnitTestHelpers.cpp', 3539 'testing/UnitTestHelpers.cpp',
3538 ], 3540 ],
3539 } 3541 }
3540 } 3542 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698