| 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 'yuv_video_draw_quad.cc', | 295 'yuv_video_draw_quad.cc', |
| 294 'yuv_video_draw_quad.h', | 296 'yuv_video_draw_quad.h', |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 329 ], | 331 ], |
| 330 'all_dependent_settings': { | 332 'all_dependent_settings': { |
| 331 'include_dirs': [ | 333 'include_dirs': [ |
| 332 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls | 334 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls |
| 333 '<(webkit_src_dir)/Source/Platform/chromium' | 335 '<(webkit_src_dir)/Source/Platform/chromium' |
| 334 ] | 336 ] |
| 335 } | 337 } |
| 336 }, | 338 }, |
| 337 ], | 339 ], |
| 338 } | 340 } |
| OLD | NEW |