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

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

Issue 1910263003: Generate CSSPropertyEquality instead of using hand-updated file. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 7 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 1071 matching lines...) Expand 10 before | Expand all | Expand 10 after
1082 'animation/animatable/AnimatableValueKeyframe.h', 1082 'animation/animatable/AnimatableValueKeyframe.h',
1083 'animation/animatable/AnimatableVisibility.cpp', 1083 'animation/animatable/AnimatableVisibility.cpp',
1084 'animation/animatable/AnimatableVisibility.h', 1084 'animation/animatable/AnimatableVisibility.h',
1085 'animation/css/CSSAnimatableValueFactory.cpp', 1085 'animation/css/CSSAnimatableValueFactory.cpp',
1086 'animation/css/CSSAnimatableValueFactory.h', 1086 'animation/css/CSSAnimatableValueFactory.h',
1087 'animation/css/CSSAnimationData.cpp', 1087 'animation/css/CSSAnimationData.cpp',
1088 'animation/css/CSSAnimationData.h', 1088 'animation/css/CSSAnimationData.h',
1089 'animation/css/CSSAnimations.cpp', 1089 'animation/css/CSSAnimations.cpp',
1090 'animation/css/CSSAnimations.h', 1090 'animation/css/CSSAnimations.h',
1091 'animation/css/CSSAnimationUpdate.h', 1091 'animation/css/CSSAnimationUpdate.h',
1092 'animation/css/CSSPropertyEquality.cpp',
1093 'animation/css/CSSPropertyEquality.h',
1094 'animation/css/CSSTimingData.cpp', 1092 'animation/css/CSSTimingData.cpp',
1095 'animation/css/CSSTimingData.h', 1093 'animation/css/CSSTimingData.h',
1096 'animation/css/CSSTransitionData.cpp', 1094 'animation/css/CSSTransitionData.cpp',
1097 'animation/css/CSSTransitionData.h', 1095 'animation/css/CSSTransitionData.h',
1098 'clipboard/DataObject.cpp', 1096 'clipboard/DataObject.cpp',
1099 'clipboard/DataObject.h', 1097 'clipboard/DataObject.h',
1100 'clipboard/DataObjectItem.cpp', 1098 'clipboard/DataObjectItem.cpp',
1101 'clipboard/DataObjectItem.h', 1099 'clipboard/DataObjectItem.h',
1102 'clipboard/DataTransfer.cpp', 1100 'clipboard/DataTransfer.cpp',
1103 'clipboard/DataTransfer.h', 1101 'clipboard/DataTransfer.h',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
1188 'css/CSSPaintValue.cpp', 1186 'css/CSSPaintValue.cpp',
1189 'css/CSSPaintValue.h', 1187 'css/CSSPaintValue.h',
1190 'css/CSSPageRule.cpp', 1188 'css/CSSPageRule.cpp',
1191 'css/CSSPageRule.h', 1189 'css/CSSPageRule.h',
1192 'css/CSSPathValue.cpp', 1190 'css/CSSPathValue.cpp',
1193 'css/CSSPathValue.h', 1191 'css/CSSPathValue.h',
1194 'css/CSSPrimitiveValue.cpp', 1192 'css/CSSPrimitiveValue.cpp',
1195 'css/CSSPrimitiveValueMappings.h', 1193 'css/CSSPrimitiveValueMappings.h',
1196 'css/CSSProperty.cpp', 1194 'css/CSSProperty.cpp',
1197 'css/CSSPropertySourceData.cpp', 1195 'css/CSSPropertySourceData.cpp',
1196 'css/CSSPropertyEqualityCustom.cpp',
1197 'css/CSSPropertyEquality.h',
1198 'css/CSSQuadValue.cpp', 1198 'css/CSSQuadValue.cpp',
1199 'css/CSSQuadValue.h', 1199 'css/CSSQuadValue.h',
1200 'css/CSSReflectValue.cpp', 1200 'css/CSSReflectValue.cpp',
1201 'css/CSSRule.cpp', 1201 'css/CSSRule.cpp',
1202 'css/CSSRule.h', 1202 'css/CSSRule.h',
1203 'css/CSSRuleList.cpp', 1203 'css/CSSRuleList.cpp',
1204 'css/CSSRuleList.h', 1204 'css/CSSRuleList.h',
1205 'css/CSSSVGDocumentValue.cpp', 1205 'css/CSSSVGDocumentValue.cpp',
1206 'css/CSSSVGDocumentValue.h', 1206 'css/CSSSVGDocumentValue.h',
1207 'css/CSSSegmentedFontFace.cpp', 1207 'css/CSSSegmentedFontFace.cpp',
(...skipping 2901 matching lines...) Expand 10 before | Expand all | Expand 10 after
4109 'svg/SVGPathParserTest.cpp', 4109 'svg/SVGPathParserTest.cpp',
4110 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4110 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4111 'testing/PrivateScriptTestTest.cpp', 4111 'testing/PrivateScriptTestTest.cpp',
4112 'timing/MemoryInfoTest.cpp', 4112 'timing/MemoryInfoTest.cpp',
4113 'workers/WorkerThreadTest.cpp', 4113 'workers/WorkerThreadTest.cpp',
4114 'workers/WorkerThreadTestHelper.h', 4114 'workers/WorkerThreadTestHelper.h',
4115 'xml/parser/SharedBufferReaderTest.cpp', 4115 'xml/parser/SharedBufferReaderTest.cpp',
4116 ], 4116 ],
4117 } 4117 }
4118 } 4118 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698