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

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

Issue 884123006: Merge CSSMarkup and CSSOMUtils (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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/CSSMarkup.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 733 matching lines...) Expand 10 before | Expand all | Expand 10 after
744 'css/CSSKeyframeRule.h', 744 'css/CSSKeyframeRule.h',
745 'css/CSSKeyframesRule.cpp', 745 'css/CSSKeyframesRule.cpp',
746 'css/CSSKeyframesRule.h', 746 'css/CSSKeyframesRule.h',
747 'css/CSSLineBoxContainValue.cpp', 747 'css/CSSLineBoxContainValue.cpp',
748 'css/CSSMarkup.cpp', 748 'css/CSSMarkup.cpp',
749 'css/CSSMarkup.h', 749 'css/CSSMarkup.h',
750 'css/CSSMatrix.cpp', 750 'css/CSSMatrix.cpp',
751 'css/CSSMatrix.h', 751 'css/CSSMatrix.h',
752 'css/CSSMediaRule.cpp', 752 'css/CSSMediaRule.cpp',
753 'css/CSSMediaRule.h', 753 'css/CSSMediaRule.h',
754 'css/CSSOMUtils.cpp',
755 'css/CSSOMUtils.h',
756 'css/CSSPageRule.cpp', 754 'css/CSSPageRule.cpp',
757 'css/CSSPageRule.h', 755 'css/CSSPageRule.h',
758 'css/CSSPathValue.cpp', 756 'css/CSSPathValue.cpp',
759 'css/CSSPathValue.h', 757 'css/CSSPathValue.h',
760 'css/CSSPrimitiveValue.cpp', 758 'css/CSSPrimitiveValue.cpp',
761 'css/CSSPrimitiveValueMappings.h', 759 'css/CSSPrimitiveValueMappings.h',
762 'css/CSSProperty.cpp', 760 'css/CSSProperty.cpp',
763 'css/CSSPropertySourceData.cpp', 761 'css/CSSPropertySourceData.cpp',
764 'css/CSSReflectValue.cpp', 762 'css/CSSReflectValue.cpp',
765 'css/CSSRule.cpp', 763 'css/CSSRule.cpp',
(...skipping 3003 matching lines...) Expand 10 before | Expand all | Expand 10 after
3769 'rendering/style/SVGRenderStyleTest.cpp', 3767 'rendering/style/SVGRenderStyleTest.cpp',
3770 'streams/ExclusiveStreamReaderTest.cpp', 3768 'streams/ExclusiveStreamReaderTest.cpp',
3771 'streams/ReadableStreamTest.cpp', 3769 'streams/ReadableStreamTest.cpp',
3772 'testing/PrivateScriptTestTest.cpp', 3770 'testing/PrivateScriptTestTest.cpp',
3773 'testing/UnitTestHelpers.cpp', 3771 'testing/UnitTestHelpers.cpp',
3774 'testing/UnitTestHelpers.h', 3772 'testing/UnitTestHelpers.h',
3775 'xml/parser/SharedBufferReaderTest.cpp', 3773 'xml/parser/SharedBufferReaderTest.cpp',
3776 ], 3774 ],
3777 } 3775 }
3778 } 3776 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/CSSMarkup.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698