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

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

Issue 1373433002: Split out CSSPrimitiveValue's PropertyID into CSSCustomIdentValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@split_string
Patch Set: Created 5 years, 2 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
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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 1091 matching lines...) Expand 10 before | Expand all | Expand 10 after
1102 'css/CSSRuleList.h', 1102 'css/CSSRuleList.h',
1103 'css/CSSSVGDocumentValue.cpp', 1103 'css/CSSSVGDocumentValue.cpp',
1104 'css/CSSSVGDocumentValue.h', 1104 'css/CSSSVGDocumentValue.h',
1105 'css/CSSSegmentedFontFace.cpp', 1105 'css/CSSSegmentedFontFace.cpp',
1106 'css/CSSSegmentedFontFace.h', 1106 'css/CSSSegmentedFontFace.h',
1107 'css/CSSSelector.cpp', 1107 'css/CSSSelector.cpp',
1108 'css/CSSSelectorList.cpp', 1108 'css/CSSSelectorList.cpp',
1109 'css/CSSSelectorList.h', 1109 'css/CSSSelectorList.h',
1110 'css/CSSShadowValue.cpp', 1110 'css/CSSShadowValue.cpp',
1111 'css/CSSShadowValue.h', 1111 'css/CSSShadowValue.h',
1112 'css/CSSStringValueBase.h', 1112 'css/CSSStringValues.h',
1113 'css/CSSStringValueBase.cpp', 1113 'css/CSSStringValues.cpp',
1114 'css/CSSStyleDeclaration.h', 1114 'css/CSSStyleDeclaration.h',
1115 'css/CSSStyleRule.cpp', 1115 'css/CSSStyleRule.cpp',
1116 'css/CSSStyleRule.h', 1116 'css/CSSStyleRule.h',
1117 'css/CSSStyleSheet.cpp', 1117 'css/CSSStyleSheet.cpp',
1118 'css/CSSStyleSheet.h', 1118 'css/CSSStyleSheet.h',
1119 'css/CSSSupportsRule.cpp', 1119 'css/CSSSupportsRule.cpp',
1120 'css/CSSSupportsRule.h', 1120 'css/CSSSupportsRule.h',
1121 'css/CSSTimingFunctionValue.cpp', 1121 'css/CSSTimingFunctionValue.cpp',
1122 'css/CSSTimingFunctionValue.h', 1122 'css/CSSTimingFunctionValue.h',
1123 'css/CSSToLengthConversionData.cpp', 1123 'css/CSSToLengthConversionData.cpp',
(...skipping 2763 matching lines...) Expand 10 before | Expand all | Expand 10 after
3887 'style/OutlineValueTest.cpp', 3887 'style/OutlineValueTest.cpp',
3888 'style/SVGComputedStyleTest.cpp', 3888 'style/SVGComputedStyleTest.cpp',
3889 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3889 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3890 'testing/PrivateScriptTestTest.cpp', 3890 'testing/PrivateScriptTestTest.cpp',
3891 'timing/MemoryInfoTest.cpp', 3891 'timing/MemoryInfoTest.cpp',
3892 'workers/WorkerThreadTest.cpp', 3892 'workers/WorkerThreadTest.cpp',
3893 'xml/parser/SharedBufferReaderTest.cpp', 3893 'xml/parser/SharedBufferReaderTest.cpp',
3894 ], 3894 ],
3895 } 3895 }
3896 } 3896 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698