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 'animation.cc', | 8 'animation.cc', |
9 'animation.h', | 9 'animation.h', |
10 'animation_curve.cc', | 10 'animation_curve.cc', |
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
275 'tiled_layer.h', | 275 'tiled_layer.h', |
276 'tiled_layer_impl.cc', | 276 'tiled_layer_impl.cc', |
277 'tiled_layer_impl.h', | 277 'tiled_layer_impl.h', |
278 'tiling_data.cc', | 278 'tiling_data.cc', |
279 'tiling_data.h', | 279 'tiling_data.h', |
280 'time_source.h', | 280 'time_source.h', |
281 'timing_function.cc', | 281 'timing_function.cc', |
282 'timing_function.h', | 282 'timing_function.h', |
283 'transferable_resource.cc', | 283 'transferable_resource.cc', |
284 'transferable_resource.h', | 284 'transferable_resource.h', |
| 285 'transform_operations.cc', |
| 286 'transform_operations.h', |
285 'tree_synchronizer.cc', | 287 'tree_synchronizer.cc', |
286 'tree_synchronizer.h', | 288 'tree_synchronizer.h', |
287 'util.h', | 289 'util.h', |
288 'video_frame_provider.h', | 290 'video_frame_provider.h', |
289 'video_layer.cc', | 291 'video_layer.cc', |
290 'video_layer.h', | 292 'video_layer.h', |
291 'video_layer_impl.cc', | 293 'video_layer_impl.cc', |
292 'video_layer_impl.h', | 294 'video_layer_impl.h', |
293 'vsync_time_source.cc', | 295 'vsync_time_source.cc', |
294 'vsync_time_source.h', | 296 'vsync_time_source.h', |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
331 ], | 333 ], |
332 'all_dependent_settings': { | 334 'all_dependent_settings': { |
333 'include_dirs': [ | 335 'include_dirs': [ |
334 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls | 336 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls |
335 '<(webkit_src_dir)/Source/Platform/chromium' | 337 '<(webkit_src_dir)/Source/Platform/chromium' |
336 ] | 338 ] |
337 } | 339 } |
338 }, | 340 }, |
339 ], | 341 ], |
340 } | 342 } |
OLD | NEW |