OLD | NEW |
1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 import("//third_party/WebKit/Source/core/core.gni") | 5 import("//third_party/WebKit/Source/core/core.gni") |
6 | 6 |
7 blink_core_sources("animation") { | 7 blink_core_sources("animation") { |
8 split_count = 5 | 8 split_count = 5 |
9 | 9 |
10 sources = [ | 10 sources = [ |
(...skipping 29 matching lines...) Expand all Loading... |
40 "CSSFontWeightInterpolationType.cpp", | 40 "CSSFontWeightInterpolationType.cpp", |
41 "CSSFontWeightInterpolationType.h", | 41 "CSSFontWeightInterpolationType.h", |
42 "CSSImageInterpolationType.cpp", | 42 "CSSImageInterpolationType.cpp", |
43 "CSSImageInterpolationType.h", | 43 "CSSImageInterpolationType.h", |
44 "CSSImageListInterpolationType.cpp", | 44 "CSSImageListInterpolationType.cpp", |
45 "CSSImageListInterpolationType.h", | 45 "CSSImageListInterpolationType.h", |
46 "CSSImageSliceInterpolationType.cpp", | 46 "CSSImageSliceInterpolationType.cpp", |
47 "CSSImageSliceInterpolationType.h", | 47 "CSSImageSliceInterpolationType.h", |
48 "CSSInterpolationType.cpp", | 48 "CSSInterpolationType.cpp", |
49 "CSSInterpolationType.h", | 49 "CSSInterpolationType.h", |
50 "CSSInterpolationTypesMap.cpp", | |
51 "CSSInterpolationTypesMap.h", | |
52 "CSSLengthInterpolationType.cpp", | 50 "CSSLengthInterpolationType.cpp", |
53 "CSSLengthInterpolationType.h", | 51 "CSSLengthInterpolationType.h", |
54 "CSSLengthListInterpolationType.cpp", | 52 "CSSLengthListInterpolationType.cpp", |
55 "CSSLengthListInterpolationType.h", | 53 "CSSLengthListInterpolationType.h", |
56 "CSSLengthPairInterpolationType.h", | 54 "CSSLengthPairInterpolationType.h", |
57 "CSSNumberInterpolationType.cpp", | 55 "CSSNumberInterpolationType.cpp", |
58 "CSSNumberInterpolationType.h", | 56 "CSSNumberInterpolationType.h", |
59 "CSSOffsetRotationInterpolationType.cpp", | 57 "CSSOffsetRotationInterpolationType.cpp", |
60 "CSSOffsetRotationInterpolationType.h", | 58 "CSSOffsetRotationInterpolationType.h", |
61 "CSSPaintInterpolationType.cpp", | 59 "CSSPaintInterpolationType.cpp", |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
114 "ImageSlicePropertyFunctions.h", | 112 "ImageSlicePropertyFunctions.h", |
115 "InertEffect.cpp", | 113 "InertEffect.cpp", |
116 "InertEffect.h", | 114 "InertEffect.h", |
117 "InterpolableValue.cpp", | 115 "InterpolableValue.cpp", |
118 "InterpolableValue.h", | 116 "InterpolableValue.h", |
119 "Interpolation.cpp", | 117 "Interpolation.cpp", |
120 "Interpolation.h", | 118 "Interpolation.h", |
121 "InterpolationEffect.cpp", | 119 "InterpolationEffect.cpp", |
122 "InterpolationEffect.h", | 120 "InterpolationEffect.h", |
123 "InterpolationType.h", | 121 "InterpolationType.h", |
124 "InterpolationTypesMap.h", | |
125 "InterpolationValue.h", | 122 "InterpolationValue.h", |
126 "InvalidatableInterpolation.cpp", | 123 "InvalidatableInterpolation.cpp", |
127 "InvalidatableInterpolation.h", | 124 "InvalidatableInterpolation.h", |
128 "Keyframe.cpp", | 125 "Keyframe.cpp", |
129 "Keyframe.h", | 126 "Keyframe.h", |
130 "KeyframeEffect.cpp", | 127 "KeyframeEffect.cpp", |
131 "KeyframeEffect.h", | 128 "KeyframeEffect.h", |
132 "KeyframeEffectModel.cpp", | 129 "KeyframeEffectModel.cpp", |
133 "KeyframeEffectModel.h", | 130 "KeyframeEffectModel.h", |
134 "KeyframeEffectReadOnly.cpp", | 131 "KeyframeEffectReadOnly.cpp", |
(...skipping 13 matching lines...) Expand all Loading... |
148 "NumberPropertyFunctions.cpp", | 145 "NumberPropertyFunctions.cpp", |
149 "NumberPropertyFunctions.h", | 146 "NumberPropertyFunctions.h", |
150 "PaintPropertyFunctions.cpp", | 147 "PaintPropertyFunctions.cpp", |
151 "PaintPropertyFunctions.h", | 148 "PaintPropertyFunctions.h", |
152 "PairwiseInterpolationValue.h", | 149 "PairwiseInterpolationValue.h", |
153 "PathInterpolationFunctions.cpp", | 150 "PathInterpolationFunctions.cpp", |
154 "PathInterpolationFunctions.h", | 151 "PathInterpolationFunctions.h", |
155 "PrimitiveInterpolation.h", | 152 "PrimitiveInterpolation.h", |
156 "PropertyHandle.cpp", | 153 "PropertyHandle.cpp", |
157 "PropertyHandle.h", | 154 "PropertyHandle.h", |
| 155 "PropertyInterpolationTypesMapping.cpp", |
| 156 "PropertyInterpolationTypesMapping.h", |
158 "SVGAngleInterpolationType.cpp", | 157 "SVGAngleInterpolationType.cpp", |
159 "SVGAngleInterpolationType.h", | 158 "SVGAngleInterpolationType.h", |
160 "SVGIntegerInterpolationType.cpp", | 159 "SVGIntegerInterpolationType.cpp", |
161 "SVGIntegerInterpolationType.h", | 160 "SVGIntegerInterpolationType.h", |
162 "SVGIntegerOptionalIntegerInterpolationType.cpp", | 161 "SVGIntegerOptionalIntegerInterpolationType.cpp", |
163 "SVGIntegerOptionalIntegerInterpolationType.h", | 162 "SVGIntegerOptionalIntegerInterpolationType.h", |
164 "SVGInterpolationType.cpp", | 163 "SVGInterpolationType.cpp", |
165 "SVGInterpolationType.h", | 164 "SVGInterpolationType.h", |
166 "SVGInterpolationTypesMap.cpp", | |
167 "SVGInterpolationTypesMap.h", | |
168 "SVGLengthInterpolationType.cpp", | 165 "SVGLengthInterpolationType.cpp", |
169 "SVGLengthInterpolationType.h", | 166 "SVGLengthInterpolationType.h", |
170 "SVGLengthListInterpolationType.cpp", | 167 "SVGLengthListInterpolationType.cpp", |
171 "SVGLengthListInterpolationType.h", | 168 "SVGLengthListInterpolationType.h", |
172 "SVGNumberInterpolationType.cpp", | 169 "SVGNumberInterpolationType.cpp", |
173 "SVGNumberInterpolationType.h", | 170 "SVGNumberInterpolationType.h", |
174 "SVGNumberListInterpolationType.cpp", | 171 "SVGNumberListInterpolationType.cpp", |
175 "SVGNumberListInterpolationType.h", | 172 "SVGNumberListInterpolationType.h", |
176 "SVGNumberOptionalNumberInterpolationType.cpp", | 173 "SVGNumberOptionalNumberInterpolationType.cpp", |
177 "SVGNumberOptionalNumberInterpolationType.h", | 174 "SVGNumberOptionalNumberInterpolationType.h", |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
263 "css/CSSTimingData.h", | 260 "css/CSSTimingData.h", |
264 "css/CSSTransitionData.cpp", | 261 "css/CSSTransitionData.cpp", |
265 "css/CSSTransitionData.h", | 262 "css/CSSTransitionData.h", |
266 ] | 263 ] |
267 | 264 |
268 configs += [ | 265 configs += [ |
269 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 266 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
270 "//build/config/compiler:no_size_t_to_int_warning", | 267 "//build/config/compiler:no_size_t_to_int_warning", |
271 ] | 268 ] |
272 } | 269 } |
OLD | NEW |