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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 1409073009: Prefix CSSInterpolationType subclasses with "CSS" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_unCSSInterpolationType
Patch Set: CSSNIVs 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/animation/StringKeyframe.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index aef0fdd5263ed525168012a7aaa36ad66c59f945..f0ac52b6794a258e7f8b394823a28518fbc8908d 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -842,6 +842,21 @@
'animation/AnimationTimeline.h',
'animation/AnimationTranslationUtil.cpp',
'animation/AnimationTranslationUtil.h',
+ 'animation/CSSColorInterpolationType.cpp',
+ 'animation/CSSColorInterpolationType.h',
+ 'animation/CSSImageInterpolationType.cpp',
+ 'animation/CSSImageInterpolationType.h',
+ 'animation/CSSImageListInterpolationType.cpp',
+ 'animation/CSSImageListInterpolationType.h',
+ 'animation/CSSInterpolationType.h',
+ 'animation/CSSLengthInterpolationType.cpp',
+ 'animation/CSSLengthInterpolationType.h',
+ 'animation/CSSNumberInterpolationType.cpp',
+ 'animation/CSSNumberInterpolationType.h',
+ 'animation/CSSPaintInterpolationType.cpp',
+ 'animation/CSSPaintInterpolationType.h',
+ 'animation/CSSShadowListInterpolationType.cpp',
+ 'animation/CSSShadowListInterpolationType.h',
'animation/CSSValueInterpolationType.cpp',
'animation/CSSValueInterpolationType.h',
'animation/CompositorAnimations.cpp',
@@ -849,8 +864,6 @@
'animation/CompositorAnimationsImpl.h',
'animation/CompositorPendingAnimations.cpp',
'animation/CompositorPendingAnimations.h',
- 'animation/ColorInterpolationType.cpp',
- 'animation/ColorInterpolationType.h',
'animation/ColorPropertyFunctions.cpp',
'animation/ColorPropertyFunctions.h',
'animation/ConstantStyleInterpolation.h',
@@ -870,10 +883,6 @@
'animation/ElementAnimations.h',
'animation/FilterStyleInterpolation.h',
'animation/FilterStyleInterpolation.cpp',
- 'animation/ImageInterpolationType.cpp',
- 'animation/ImageInterpolationType.h',
- 'animation/ImageListInterpolationType.cpp',
- 'animation/ImageListInterpolationType.h',
'animation/ImageListPropertyFunctions.h',
'animation/ImagePropertyFunctions.h',
'animation/ImageSliceStyleInterpolation.cpp',
@@ -898,8 +907,6 @@
'animation/LegacyStyleInterpolation.h',
'animation/LengthBoxStyleInterpolation.cpp',
'animation/LengthBoxStyleInterpolation.h',
- 'animation/LengthInterpolationType.cpp',
- 'animation/LengthInterpolationType.h',
'animation/LengthPairStyleInterpolation.cpp',
'animation/LengthPairStyleInterpolation.h',
'animation/LengthPropertyFunctions.cpp',
@@ -911,15 +918,11 @@
'animation/ListInterpolationFunctions.cpp',
'animation/ListInterpolationFunctions.h',
'animation/NonInterpolableValue.h',
- 'animation/NumberInterpolationType.cpp',
- 'animation/NumberInterpolationType.h',
'animation/NumberOptionalNumberSVGInterpolation.h',
'animation/NumberPropertyFunctions.cpp',
'animation/NumberPropertyFunctions.h',
'animation/NumberSVGInterpolation.cpp',
'animation/NumberSVGInterpolation.h',
- 'animation/PaintInterpolationType.cpp',
- 'animation/PaintInterpolationType.h',
'animation/PaintPropertyFunctions.cpp',
'animation/PaintPropertyFunctions.h',
'animation/PrimitiveInterpolation.h',
@@ -940,8 +943,6 @@
'animation/PointSVGInterpolation.h',
'animation/ShadowInterpolationFunctions.cpp',
'animation/ShadowInterpolationFunctions.h',
- 'animation/ShadowListInterpolationType.cpp',
- 'animation/ShadowListInterpolationType.h',
'animation/StringKeyframe.cpp',
'animation/StringKeyframe.h',
'animation/StyleInterpolation.h',
« no previous file with comments | « third_party/WebKit/Source/core/animation/StringKeyframe.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698