OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'cc_source_files': [ | 7 'cc_source_files': [ |
8 'active_animation.cc', | 8 'active_animation.cc', |
9 'active_animation.h', | 9 'active_animation.h', |
10 'animation_curve.cc', | 10 'animation_curve.cc', |
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
256 ], | 256 ], |
257 'sources': [ | 257 'sources': [ |
258 '<@(cc_source_files)', | 258 '<@(cc_source_files)', |
259 'stubs/FloatPoint.h', | 259 'stubs/FloatPoint.h', |
260 'stubs/FloatRect.h', | 260 'stubs/FloatRect.h', |
261 'stubs/FloatSize.h', | 261 'stubs/FloatSize.h', |
262 'stubs/IntPoint.h', | 262 'stubs/IntPoint.h', |
263 'stubs/IntRect.h', | 263 'stubs/IntRect.h', |
264 'stubs/IntSize.h', | 264 'stubs/IntSize.h', |
265 'stubs/Region.h', | 265 'stubs/Region.h', |
266 'stubs/SkiaUtils.h', | |
267 'stubs/UnitBezier.h', | 266 'stubs/UnitBezier.h', |
268 | 267 |
269 'stubs/config.h', | 268 'stubs/config.h', |
270 'stubs/float_point.h', | 269 'stubs/float_point.h', |
271 'stubs/float_rect.h', | 270 'stubs/float_rect.h', |
272 'stubs/float_size.h', | 271 'stubs/float_size.h', |
273 'stubs/int_point.h', | 272 'stubs/int_point.h', |
274 'stubs/int_rect.h', | 273 'stubs/int_rect.h', |
275 'stubs/int_size.h', | 274 'stubs/int_size.h', |
276 'stubs/skia_utils.h', | |
277 'stubs/unit_bezier.h', | 275 'stubs/unit_bezier.h', |
278 ], | 276 ], |
279 }, | 277 }, |
280 ], | 278 ], |
281 } | 279 } |
OLD | NEW |