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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
211 'tile_draw_quad.h', | 211 'tile_draw_quad.h', |
212 'tiled_layer.cc', | 212 'tiled_layer.cc', |
213 'tiled_layer.h', | 213 'tiled_layer.h', |
214 'tiled_layer_impl.cc', | 214 'tiled_layer_impl.cc', |
215 'tiled_layer_impl.h', | 215 'tiled_layer_impl.h', |
216 'tiling_data.cc', | 216 'tiling_data.cc', |
217 'tiling_data.h', | 217 'tiling_data.h', |
218 'time_source.h', | 218 'time_source.h', |
219 'timing_function.cc', | 219 'timing_function.cc', |
220 'timing_function.h', | 220 'timing_function.h', |
| 221 'transferable_resource.cc', |
| 222 'transferable_resource.h', |
221 'tree_synchronizer.cc', | 223 'tree_synchronizer.cc', |
222 'tree_synchronizer.h', | 224 'tree_synchronizer.h', |
223 'video_layer.cc', | 225 'video_layer.cc', |
224 'video_layer.h', | 226 'video_layer.h', |
225 'video_layer_impl.cc', | 227 'video_layer_impl.cc', |
226 'video_layer_impl.h', | 228 'video_layer_impl.h', |
227 'yuv_video_draw_quad.cc', | 229 'yuv_video_draw_quad.cc', |
228 'yuv_video_draw_quad.h', | 230 'yuv_video_draw_quad.h', |
229 ], | 231 ], |
230 }, | 232 }, |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
272 'stubs/float_size.h', | 274 'stubs/float_size.h', |
273 'stubs/int_point.h', | 275 'stubs/int_point.h', |
274 'stubs/int_rect.h', | 276 'stubs/int_rect.h', |
275 'stubs/int_size.h', | 277 'stubs/int_size.h', |
276 'stubs/skia_utils.h', | 278 'stubs/skia_utils.h', |
277 'stubs/unit_bezier.h', | 279 'stubs/unit_bezier.h', |
278 ], | 280 ], |
279 }, | 281 }, |
280 ], | 282 ], |
281 } | 283 } |
OLD | NEW |