| 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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 292 'transferable_resource.cc', | 292 'transferable_resource.cc', |
| 293 'transferable_resource.h', | 293 'transferable_resource.h', |
| 294 'transform_operation.cc', | 294 'transform_operation.cc', |
| 295 'transform_operation.h', | 295 'transform_operation.h', |
| 296 'transform_operations.cc', | 296 'transform_operations.cc', |
| 297 'transform_operations.h', | 297 'transform_operations.h', |
| 298 'tree_synchronizer.cc', | 298 'tree_synchronizer.cc', |
| 299 'tree_synchronizer.h', | 299 'tree_synchronizer.h', |
| 300 'util.h', | 300 'util.h', |
| 301 'video_frame_provider.h', | 301 'video_frame_provider.h', |
| 302 'video_frame_provider_client_impl.cc', |
| 303 'video_frame_provider_client_impl.h', |
| 302 'video_layer.cc', | 304 'video_layer.cc', |
| 303 'video_layer.h', | 305 'video_layer.h', |
| 304 'video_layer_impl.cc', | 306 'video_layer_impl.cc', |
| 305 'video_layer_impl.h', | 307 'video_layer_impl.h', |
| 306 'vsync_time_source.cc', | 308 'vsync_time_source.cc', |
| 307 'vsync_time_source.h', | 309 'vsync_time_source.h', |
| 308 'yuv_video_draw_quad.cc', | 310 'yuv_video_draw_quad.cc', |
| 309 'yuv_video_draw_quad.h', | 311 'yuv_video_draw_quad.h', |
| 310 ], | 312 ], |
| 311 'conditions': [ | 313 'conditions': [ |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 344 ], | 346 ], |
| 345 'all_dependent_settings': { | 347 'all_dependent_settings': { |
| 346 'include_dirs': [ | 348 'include_dirs': [ |
| 347 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls | 349 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls |
| 348 '<(webkit_src_dir)/Source/Platform/chromium' | 350 '<(webkit_src_dir)/Source/Platform/chromium' |
| 349 ] | 351 ] |
| 350 } | 352 } |
| 351 }, | 353 }, |
| 352 ], | 354 ], |
| 353 } | 355 } |
| OLD | NEW |