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

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

Issue 64293008: Wrap CSS length conversion arguments in an object (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: don't make it noncopyable ; clang doesn't do the RVO stuffs? Created 7 years 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 | « Source/core/animation/AnimatableLengthTest.cpp ('k') | Source/core/css/BasicShapeFunctions.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 '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/CSSImportRule.idl', 8 'css/CSSImportRule.idl',
9 'css/CSSKeyframeRule.idl', 9 'css/CSSKeyframeRule.idl',
10 'css/CSSKeyframesRule.idl', 10 'css/CSSKeyframesRule.idl',
(...skipping 704 matching lines...) Expand 10 before | Expand all | Expand 10 after
715 'css/CSSStyleRule.h', 715 'css/CSSStyleRule.h',
716 'css/CSSStyleSheet.cpp', 716 'css/CSSStyleSheet.cpp',
717 'css/CSSStyleSheet.h', 717 'css/CSSStyleSheet.h',
718 'css/CSSSupportsRule.cpp', 718 'css/CSSSupportsRule.cpp',
719 'css/CSSSupportsRule.h', 719 'css/CSSSupportsRule.h',
720 'css/CSSSVGDocumentValue.cpp', 720 'css/CSSSVGDocumentValue.cpp',
721 'css/CSSSVGDocumentValue.h', 721 'css/CSSSVGDocumentValue.h',
722 'css/CSSTimingFunctionValue.cpp', 722 'css/CSSTimingFunctionValue.cpp',
723 'css/CSSTimingFunctionValue.h', 723 'css/CSSTimingFunctionValue.h',
724 'css/CSSTokenizer.h', 724 'css/CSSTokenizer.h',
725 'css/CSSToLengthConversionData.cpp',
726 'css/CSSToLengthConversionData.h',
725 'css/CSSToStyleMap.cpp', 727 'css/CSSToStyleMap.cpp',
726 'css/CSSToStyleMap.h', 728 'css/CSSToStyleMap.h',
727 'css/CSSTransformValue.cpp', 729 'css/CSSTransformValue.cpp',
728 'css/CSSUnicodeRangeValue.cpp', 730 'css/CSSUnicodeRangeValue.cpp',
729 'css/CSSUnicodeRangeValue.h', 731 'css/CSSUnicodeRangeValue.h',
730 'css/CSSUnknownRule.h', 732 'css/CSSUnknownRule.h',
731 'css/CSSValue.cpp', 733 'css/CSSValue.cpp',
732 'css/CSSValueList.cpp', 734 'css/CSSValueList.cpp',
733 'css/CSSValuePool.cpp', 735 'css/CSSValuePool.cpp',
734 'css/CSSValuePool.h', 736 'css/CSSValuePool.h',
(...skipping 2839 matching lines...) Expand 10 before | Expand all | Expand 10 after
3574 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', 3576 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
3575 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp', 3577 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp',
3576 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp', 3578 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp',
3577 'platform/testing/FakeWebGraphicsContext3D.h', 3579 'platform/testing/FakeWebGraphicsContext3D.h',
3578 'rendering/RenderOverflowTest.cpp', 3580 'rendering/RenderOverflowTest.cpp',
3579 'testing/UnitTestHelpers.h', 3581 'testing/UnitTestHelpers.h',
3580 'testing/UnitTestHelpers.cpp', 3582 'testing/UnitTestHelpers.cpp',
3581 ], 3583 ],
3582 } 3584 }
3583 } 3585 }
OLDNEW
« no previous file with comments | « Source/core/animation/AnimatableLengthTest.cpp ('k') | Source/core/css/BasicShapeFunctions.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698