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", |
50 "CSSLengthInterpolationType.cpp", | 52 "CSSLengthInterpolationType.cpp", |
51 "CSSLengthInterpolationType.h", | 53 "CSSLengthInterpolationType.h", |
52 "CSSLengthListInterpolationType.cpp", | 54 "CSSLengthListInterpolationType.cpp", |
53 "CSSLengthListInterpolationType.h", | 55 "CSSLengthListInterpolationType.h", |
54 "CSSLengthPairInterpolationType.h", | 56 "CSSLengthPairInterpolationType.h", |
55 "CSSNumberInterpolationType.cpp", | 57 "CSSNumberInterpolationType.cpp", |
56 "CSSNumberInterpolationType.h", | 58 "CSSNumberInterpolationType.h", |
57 "CSSOffsetRotationInterpolationType.cpp", | 59 "CSSOffsetRotationInterpolationType.cpp", |
58 "CSSOffsetRotationInterpolationType.h", | 60 "CSSOffsetRotationInterpolationType.h", |
59 "CSSPaintInterpolationType.cpp", | 61 "CSSPaintInterpolationType.cpp", |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 "ImageSlicePropertyFunctions.h", | 114 "ImageSlicePropertyFunctions.h", |
113 "InertEffect.cpp", | 115 "InertEffect.cpp", |
114 "InertEffect.h", | 116 "InertEffect.h", |
115 "InterpolableValue.cpp", | 117 "InterpolableValue.cpp", |
116 "InterpolableValue.h", | 118 "InterpolableValue.h", |
117 "Interpolation.cpp", | 119 "Interpolation.cpp", |
118 "Interpolation.h", | 120 "Interpolation.h", |
119 "InterpolationEffect.cpp", | 121 "InterpolationEffect.cpp", |
120 "InterpolationEffect.h", | 122 "InterpolationEffect.h", |
121 "InterpolationType.h", | 123 "InterpolationType.h", |
| 124 "InterpolationTypesMap.h", |
122 "InterpolationValue.h", | 125 "InterpolationValue.h", |
123 "InvalidatableInterpolation.cpp", | 126 "InvalidatableInterpolation.cpp", |
124 "InvalidatableInterpolation.h", | 127 "InvalidatableInterpolation.h", |
125 "Keyframe.cpp", | 128 "Keyframe.cpp", |
126 "Keyframe.h", | 129 "Keyframe.h", |
127 "KeyframeEffect.cpp", | 130 "KeyframeEffect.cpp", |
128 "KeyframeEffect.h", | 131 "KeyframeEffect.h", |
129 "KeyframeEffectModel.cpp", | 132 "KeyframeEffectModel.cpp", |
130 "KeyframeEffectModel.h", | 133 "KeyframeEffectModel.h", |
131 "KeyframeEffectReadOnly.cpp", | 134 "KeyframeEffectReadOnly.cpp", |
(...skipping 13 matching lines...) Expand all Loading... |
145 "NumberPropertyFunctions.cpp", | 148 "NumberPropertyFunctions.cpp", |
146 "NumberPropertyFunctions.h", | 149 "NumberPropertyFunctions.h", |
147 "PaintPropertyFunctions.cpp", | 150 "PaintPropertyFunctions.cpp", |
148 "PaintPropertyFunctions.h", | 151 "PaintPropertyFunctions.h", |
149 "PairwiseInterpolationValue.h", | 152 "PairwiseInterpolationValue.h", |
150 "PathInterpolationFunctions.cpp", | 153 "PathInterpolationFunctions.cpp", |
151 "PathInterpolationFunctions.h", | 154 "PathInterpolationFunctions.h", |
152 "PrimitiveInterpolation.h", | 155 "PrimitiveInterpolation.h", |
153 "PropertyHandle.cpp", | 156 "PropertyHandle.cpp", |
154 "PropertyHandle.h", | 157 "PropertyHandle.h", |
155 "PropertyInterpolationTypesMapping.cpp", | |
156 "PropertyInterpolationTypesMapping.h", | |
157 "SVGAngleInterpolationType.cpp", | 158 "SVGAngleInterpolationType.cpp", |
158 "SVGAngleInterpolationType.h", | 159 "SVGAngleInterpolationType.h", |
159 "SVGIntegerInterpolationType.cpp", | 160 "SVGIntegerInterpolationType.cpp", |
160 "SVGIntegerInterpolationType.h", | 161 "SVGIntegerInterpolationType.h", |
161 "SVGIntegerOptionalIntegerInterpolationType.cpp", | 162 "SVGIntegerOptionalIntegerInterpolationType.cpp", |
162 "SVGIntegerOptionalIntegerInterpolationType.h", | 163 "SVGIntegerOptionalIntegerInterpolationType.h", |
163 "SVGInterpolationType.cpp", | 164 "SVGInterpolationType.cpp", |
164 "SVGInterpolationType.h", | 165 "SVGInterpolationType.h", |
| 166 "SVGInterpolationTypesMap.cpp", |
| 167 "SVGInterpolationTypesMap.h", |
165 "SVGLengthInterpolationType.cpp", | 168 "SVGLengthInterpolationType.cpp", |
166 "SVGLengthInterpolationType.h", | 169 "SVGLengthInterpolationType.h", |
167 "SVGLengthListInterpolationType.cpp", | 170 "SVGLengthListInterpolationType.cpp", |
168 "SVGLengthListInterpolationType.h", | 171 "SVGLengthListInterpolationType.h", |
169 "SVGNumberInterpolationType.cpp", | 172 "SVGNumberInterpolationType.cpp", |
170 "SVGNumberInterpolationType.h", | 173 "SVGNumberInterpolationType.h", |
171 "SVGNumberListInterpolationType.cpp", | 174 "SVGNumberListInterpolationType.cpp", |
172 "SVGNumberListInterpolationType.h", | 175 "SVGNumberListInterpolationType.h", |
173 "SVGNumberOptionalNumberInterpolationType.cpp", | 176 "SVGNumberOptionalNumberInterpolationType.cpp", |
174 "SVGNumberOptionalNumberInterpolationType.h", | 177 "SVGNumberOptionalNumberInterpolationType.h", |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
260 "css/CSSTimingData.h", | 263 "css/CSSTimingData.h", |
261 "css/CSSTransitionData.cpp", | 264 "css/CSSTransitionData.cpp", |
262 "css/CSSTransitionData.h", | 265 "css/CSSTransitionData.h", |
263 ] | 266 ] |
264 | 267 |
265 configs += [ | 268 configs += [ |
266 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 269 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
267 "//build/config/compiler:no_size_t_to_int_warning", | 270 "//build/config/compiler:no_size_t_to_int_warning", |
268 ] | 271 ] |
269 } | 272 } |
OLD | NEW |