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

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: rebase. 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 1075 matching lines...) Expand 10 before | Expand all | Expand 10 after
1086 'animation/animatable/AnimatableValueKeyframe.h', 1086 'animation/animatable/AnimatableValueKeyframe.h',
1087 'animation/animatable/AnimatableVisibility.cpp', 1087 'animation/animatable/AnimatableVisibility.cpp',
1088 'animation/animatable/AnimatableVisibility.h', 1088 'animation/animatable/AnimatableVisibility.h',
1089 'animation/css/CSSAnimatableValueFactory.cpp', 1089 'animation/css/CSSAnimatableValueFactory.cpp',
1090 'animation/css/CSSAnimatableValueFactory.h', 1090 'animation/css/CSSAnimatableValueFactory.h',
1091 'animation/css/CSSAnimationData.cpp', 1091 'animation/css/CSSAnimationData.cpp',
1092 'animation/css/CSSAnimationData.h', 1092 'animation/css/CSSAnimationData.h',
1093 'animation/css/CSSAnimations.cpp', 1093 'animation/css/CSSAnimations.cpp',
1094 'animation/css/CSSAnimations.h', 1094 'animation/css/CSSAnimations.h',
1095 'animation/css/CSSAnimationUpdate.h', 1095 'animation/css/CSSAnimationUpdate.h',
1096 'animation/css/CSSPropertyEquality.cpp',
1097 'animation/css/CSSPropertyEquality.h',
1098 'animation/css/CSSTimingData.cpp', 1096 'animation/css/CSSTimingData.cpp',
1099 'animation/css/CSSTimingData.h', 1097 'animation/css/CSSTimingData.h',
1100 'animation/css/CSSTransitionData.cpp', 1098 'animation/css/CSSTransitionData.cpp',
1101 'animation/css/CSSTransitionData.h', 1099 'animation/css/CSSTransitionData.h',
1102 'clipboard/DataObject.cpp', 1100 'clipboard/DataObject.cpp',
1103 'clipboard/DataObject.h', 1101 'clipboard/DataObject.h',
1104 'clipboard/DataObjectItem.cpp', 1102 'clipboard/DataObjectItem.cpp',
1105 'clipboard/DataObjectItem.h', 1103 'clipboard/DataObjectItem.h',
1106 'clipboard/DataTransfer.cpp', 1104 'clipboard/DataTransfer.cpp',
1107 'clipboard/DataTransfer.h', 1105 'clipboard/DataTransfer.h',
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
1191 'css/CSSPaintImageGenerator.h', 1189 'css/CSSPaintImageGenerator.h',
1192 'css/CSSPaintValue.cpp', 1190 'css/CSSPaintValue.cpp',
1193 'css/CSSPaintValue.h', 1191 'css/CSSPaintValue.h',
1194 'css/CSSPageRule.cpp', 1192 'css/CSSPageRule.cpp',
1195 'css/CSSPageRule.h', 1193 'css/CSSPageRule.h',
1196 'css/CSSPathValue.cpp', 1194 'css/CSSPathValue.cpp',
1197 'css/CSSPathValue.h', 1195 'css/CSSPathValue.h',
1198 'css/CSSPrimitiveValue.cpp', 1196 'css/CSSPrimitiveValue.cpp',
1199 'css/CSSPrimitiveValueMappings.h', 1197 'css/CSSPrimitiveValueMappings.h',
1200 'css/CSSProperty.cpp', 1198 'css/CSSProperty.cpp',
1199 'css/CSSPropertyEquality.cpp',
1200 'css/CSSPropertyEquality.h',
1201 'css/CSSPropertySourceData.cpp', 1201 'css/CSSPropertySourceData.cpp',
1202 'css/CSSQuadValue.cpp', 1202 'css/CSSQuadValue.cpp',
1203 'css/CSSQuadValue.h', 1203 'css/CSSQuadValue.h',
1204 'css/CSSReflectValue.cpp', 1204 'css/CSSReflectValue.cpp',
1205 'css/CSSRule.cpp', 1205 'css/CSSRule.cpp',
1206 'css/CSSRule.h', 1206 'css/CSSRule.h',
1207 'css/CSSRuleList.cpp', 1207 'css/CSSRuleList.cpp',
1208 'css/CSSRuleList.h', 1208 'css/CSSRuleList.h',
1209 'css/CSSSVGDocumentValue.cpp', 1209 'css/CSSSVGDocumentValue.cpp',
1210 'css/CSSSVGDocumentValue.h', 1210 'css/CSSSVGDocumentValue.h',
(...skipping 2916 matching lines...) Expand 10 before | Expand all | Expand 10 after
4127 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4127 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4128 'testing/PrivateScriptTestTest.cpp', 4128 'testing/PrivateScriptTestTest.cpp',
4129 'timing/MemoryInfoTest.cpp', 4129 'timing/MemoryInfoTest.cpp',
4130 'timing/PerformanceBaseTest.cpp', 4130 'timing/PerformanceBaseTest.cpp',
4131 'workers/WorkerThreadTest.cpp', 4131 'workers/WorkerThreadTest.cpp',
4132 'workers/WorkerThreadTestHelper.h', 4132 'workers/WorkerThreadTestHelper.h',
4133 'xml/parser/SharedBufferReaderTest.cpp', 4133 'xml/parser/SharedBufferReaderTest.cpp',
4134 ], 4134 ],
4135 } 4135 }
4136 } 4136 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698