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

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

Issue 1896893004: Hook up style invalidation for CSS Paint API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@css-paint-register
Patch Set: fix component build. Created 4 years, 8 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 1068 matching lines...) Expand 10 before | Expand all | Expand 10 after
1079 'animation/animatable/AnimatableValueKeyframe.h', 1079 'animation/animatable/AnimatableValueKeyframe.h',
1080 'animation/animatable/AnimatableVisibility.cpp', 1080 'animation/animatable/AnimatableVisibility.cpp',
1081 'animation/animatable/AnimatableVisibility.h', 1081 'animation/animatable/AnimatableVisibility.h',
1082 'animation/css/CSSAnimatableValueFactory.cpp', 1082 'animation/css/CSSAnimatableValueFactory.cpp',
1083 'animation/css/CSSAnimatableValueFactory.h', 1083 'animation/css/CSSAnimatableValueFactory.h',
1084 'animation/css/CSSAnimationData.cpp', 1084 'animation/css/CSSAnimationData.cpp',
1085 'animation/css/CSSAnimationData.h', 1085 'animation/css/CSSAnimationData.h',
1086 'animation/css/CSSAnimations.cpp', 1086 'animation/css/CSSAnimations.cpp',
1087 'animation/css/CSSAnimations.h', 1087 'animation/css/CSSAnimations.h',
1088 'animation/css/CSSAnimationUpdate.h', 1088 'animation/css/CSSAnimationUpdate.h',
1089 'animation/css/CSSPropertyEquality.cpp',
1090 'animation/css/CSSPropertyEquality.h',
1091 'animation/css/CSSTimingData.cpp', 1089 'animation/css/CSSTimingData.cpp',
1092 'animation/css/CSSTimingData.h', 1090 'animation/css/CSSTimingData.h',
1093 'animation/css/CSSTransitionData.cpp', 1091 'animation/css/CSSTransitionData.cpp',
1094 'animation/css/CSSTransitionData.h', 1092 'animation/css/CSSTransitionData.h',
1095 'clipboard/DataObject.cpp', 1093 'clipboard/DataObject.cpp',
1096 'clipboard/DataObject.h', 1094 'clipboard/DataObject.h',
1097 'clipboard/DataObjectItem.cpp', 1095 'clipboard/DataObjectItem.cpp',
1098 'clipboard/DataObjectItem.h', 1096 'clipboard/DataObjectItem.h',
1099 'clipboard/DataTransfer.cpp', 1097 'clipboard/DataTransfer.cpp',
1100 'clipboard/DataTransfer.h', 1098 'clipboard/DataTransfer.h',
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
1184 'css/CSSPaintImageGenerator.h', 1182 'css/CSSPaintImageGenerator.h',
1185 'css/CSSPaintValue.cpp', 1183 'css/CSSPaintValue.cpp',
1186 'css/CSSPaintValue.h', 1184 'css/CSSPaintValue.h',
1187 'css/CSSPageRule.cpp', 1185 'css/CSSPageRule.cpp',
1188 'css/CSSPageRule.h', 1186 'css/CSSPageRule.h',
1189 'css/CSSPathValue.cpp', 1187 'css/CSSPathValue.cpp',
1190 'css/CSSPathValue.h', 1188 'css/CSSPathValue.h',
1191 'css/CSSPrimitiveValue.cpp', 1189 'css/CSSPrimitiveValue.cpp',
1192 'css/CSSPrimitiveValueMappings.h', 1190 'css/CSSPrimitiveValueMappings.h',
1193 'css/CSSProperty.cpp', 1191 'css/CSSProperty.cpp',
1192 'css/CSSPropertyEquality.cpp',
1193 'css/CSSPropertyEquality.h',
1194 'css/CSSPropertySourceData.cpp', 1194 'css/CSSPropertySourceData.cpp',
1195 'css/CSSQuadValue.cpp', 1195 'css/CSSQuadValue.cpp',
1196 'css/CSSQuadValue.h', 1196 'css/CSSQuadValue.h',
1197 'css/CSSReflectValue.cpp', 1197 'css/CSSReflectValue.cpp',
1198 'css/CSSRule.cpp', 1198 'css/CSSRule.cpp',
1199 'css/CSSRule.h', 1199 'css/CSSRule.h',
1200 'css/CSSRuleList.cpp', 1200 'css/CSSRuleList.cpp',
1201 'css/CSSRuleList.h', 1201 'css/CSSRuleList.h',
1202 'css/CSSSVGDocumentValue.cpp', 1202 'css/CSSSVGDocumentValue.cpp',
1203 'css/CSSSVGDocumentValue.h', 1203 'css/CSSSVGDocumentValue.h',
(...skipping 2900 matching lines...) Expand 10 before | Expand all | Expand 10 after
4104 'svg/SVGPathParserTest.cpp', 4104 'svg/SVGPathParserTest.cpp',
4105 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4105 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4106 'testing/PrivateScriptTestTest.cpp', 4106 'testing/PrivateScriptTestTest.cpp',
4107 'timing/MemoryInfoTest.cpp', 4107 'timing/MemoryInfoTest.cpp',
4108 'workers/WorkerThreadTest.cpp', 4108 'workers/WorkerThreadTest.cpp',
4109 'workers/WorkerThreadTestHelper.h', 4109 'workers/WorkerThreadTestHelper.h',
4110 'xml/parser/SharedBufferReaderTest.cpp', 4110 'xml/parser/SharedBufferReaderTest.cpp',
4111 ], 4111 ],
4112 } 4112 }
4113 } 4113 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698