| 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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 273 'tile_priority.h', | 273 'tile_priority.h', |
| 274 'tiled_layer.cc', | 274 'tiled_layer.cc', |
| 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 'top_controls_manager.cc', |
| 284 'top_controls_manager.h', |
| 285 'top_controls_manager_client.h', |
| 283 'transferable_resource.cc', | 286 'transferable_resource.cc', |
| 284 'transferable_resource.h', | 287 'transferable_resource.h', |
| 285 'tree_synchronizer.cc', | 288 'tree_synchronizer.cc', |
| 286 'tree_synchronizer.h', | 289 'tree_synchronizer.h', |
| 287 'util.h', | 290 'util.h', |
| 288 'video_frame_provider.h', | 291 'video_frame_provider.h', |
| 289 'video_layer.cc', | 292 'video_layer.cc', |
| 290 'video_layer.h', | 293 'video_layer.h', |
| 291 'video_layer_impl.cc', | 294 'video_layer_impl.cc', |
| 292 'video_layer_impl.h', | 295 'video_layer_impl.h', |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 329 ], | 332 ], |
| 330 'all_dependent_settings': { | 333 'all_dependent_settings': { |
| 331 'include_dirs': [ | 334 'include_dirs': [ |
| 332 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls | 335 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls |
| 333 '<(webkit_src_dir)/Source/Platform/chromium' | 336 '<(webkit_src_dir)/Source/Platform/chromium' |
| 334 ] | 337 ] |
| 335 } | 338 } |
| 336 }, | 339 }, |
| 337 ], | 340 ], |
| 338 } | 341 } |
| OLD | NEW |