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