| 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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 272 'tiled_layer.h', | 272 'tiled_layer.h', |
| 273 'tiled_layer_impl.cc', | 273 'tiled_layer_impl.cc', |
| 274 'tiled_layer_impl.h', | 274 'tiled_layer_impl.h', |
| 275 'tiling_data.cc', | 275 'tiling_data.cc', |
| 276 'tiling_data.h', | 276 'tiling_data.h', |
| 277 'time_source.h', | 277 'time_source.h', |
| 278 'timing_function.cc', | 278 'timing_function.cc', |
| 279 'timing_function.h', | 279 'timing_function.h', |
| 280 'transferable_resource.cc', | 280 'transferable_resource.cc', |
| 281 'transferable_resource.h', | 281 'transferable_resource.h', |
| 282 'transform_operations.cc', |
| 283 'transform_operations.h', |
| 282 'tree_synchronizer.cc', | 284 'tree_synchronizer.cc', |
| 283 'tree_synchronizer.h', | 285 'tree_synchronizer.h', |
| 284 'util.h', | 286 'util.h', |
| 285 'video_layer.cc', | 287 'video_layer.cc', |
| 286 'video_layer.h', | 288 'video_layer.h', |
| 287 'video_layer_impl.cc', | 289 'video_layer_impl.cc', |
| 288 'video_layer_impl.h', | 290 'video_layer_impl.h', |
| 289 'yuv_video_draw_quad.cc', | 291 'yuv_video_draw_quad.cc', |
| 290 'yuv_video_draw_quad.h', | 292 'yuv_video_draw_quad.h', |
| 291 ], | 293 ], |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 ], | 327 ], |
| 326 'all_dependent_settings': { | 328 'all_dependent_settings': { |
| 327 'include_dirs': [ | 329 'include_dirs': [ |
| 328 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls | 330 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls |
| 329 '<(webkit_src_dir)/Source/Platform/chromium' | 331 '<(webkit_src_dir)/Source/Platform/chromium' |
| 330 ] | 332 ] |
| 331 } | 333 } |
| 332 }, | 334 }, |
| 333 ], | 335 ], |
| 334 } | 336 } |
| OLD | NEW |