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