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

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

Issue 775153002: Implement unset value handling (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add test Created 6 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 | « LayoutTests/fast/css/unset-keyword-expected.html ('k') | Source/core/css/CSSUnsetValue.h » ('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 '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 748 matching lines...) Expand 10 before | Expand all | Expand 10 after
759 'css/CSSSupportsRule.cpp', 759 'css/CSSSupportsRule.cpp',
760 'css/CSSSupportsRule.h', 760 'css/CSSSupportsRule.h',
761 'css/CSSTimingFunctionValue.cpp', 761 'css/CSSTimingFunctionValue.cpp',
762 'css/CSSTimingFunctionValue.h', 762 'css/CSSTimingFunctionValue.h',
763 'css/CSSToLengthConversionData.cpp', 763 'css/CSSToLengthConversionData.cpp',
764 'css/CSSToLengthConversionData.h', 764 'css/CSSToLengthConversionData.h',
765 'css/CSSTransformValue.cpp', 765 'css/CSSTransformValue.cpp',
766 'css/CSSUnicodeRangeValue.cpp', 766 'css/CSSUnicodeRangeValue.cpp',
767 'css/CSSUnicodeRangeValue.h', 767 'css/CSSUnicodeRangeValue.h',
768 'css/CSSUnknownRule.h', 768 'css/CSSUnknownRule.h',
769 'css/CSSUnsetValue.cpp',
770 'css/CSSUnsetValue.h',
769 'css/CSSValue.cpp', 771 'css/CSSValue.cpp',
770 'css/CSSValueList.cpp', 772 'css/CSSValueList.cpp',
771 'css/CSSValuePool.cpp', 773 'css/CSSValuePool.cpp',
772 'css/CSSValuePool.h', 774 'css/CSSValuePool.h',
773 'css/CSSViewportRule.cpp', 775 'css/CSSViewportRule.cpp',
774 'css/CSSViewportRule.h', 776 'css/CSSViewportRule.h',
775 'css/Counter.cpp', 777 'css/Counter.cpp',
776 'css/Counter.h', 778 'css/Counter.h',
777 'css/DOMWindowCSS.cpp', 779 'css/DOMWindowCSS.cpp',
778 'css/DOMWindowCSS.h', 780 'css/DOMWindowCSS.h',
(...skipping 2812 matching lines...) Expand 10 before | Expand all | Expand 10 after
3591 'rendering/style/OutlineValueTest.cpp', 3593 'rendering/style/OutlineValueTest.cpp',
3592 'rendering/style/RenderStyleTest.cpp', 3594 'rendering/style/RenderStyleTest.cpp',
3593 'streams/ReadableStreamTest.cpp', 3595 'streams/ReadableStreamTest.cpp',
3594 'testing/PrivateScriptTestTest.cpp', 3596 'testing/PrivateScriptTestTest.cpp',
3595 'testing/UnitTestHelpers.cpp', 3597 'testing/UnitTestHelpers.cpp',
3596 'testing/UnitTestHelpers.h', 3598 'testing/UnitTestHelpers.h',
3597 'xml/parser/SharedBufferReaderTest.cpp', 3599 'xml/parser/SharedBufferReaderTest.cpp',
3598 ], 3600 ],
3599 } 3601 }
3600 } 3602 }
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/unset-keyword-expected.html ('k') | Source/core/css/CSSUnsetValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698