| 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 'image_layer.h', | 83 'image_layer.h', |
| 84 'input_handler.h', | 84 'input_handler.h', |
| 85 'io_surface_draw_quad.cc', | 85 'io_surface_draw_quad.cc', |
| 86 'io_surface_draw_quad.h', | 86 'io_surface_draw_quad.h', |
| 87 'io_surface_layer.cc', | 87 'io_surface_layer.cc', |
| 88 'io_surface_layer.h', | 88 'io_surface_layer.h', |
| 89 'io_surface_layer_impl.cc', | 89 'io_surface_layer_impl.cc', |
| 90 'io_surface_layer_impl.h', | 90 'io_surface_layer_impl.h', |
| 91 'keyframed_animation_curve.cc', | 91 'keyframed_animation_curve.cc', |
| 92 'keyframed_animation_curve.h', | 92 'keyframed_animation_curve.h', |
| 93 'latency_info.h', |
| 93 'layer.cc', | 94 'layer.cc', |
| 94 'layer.h', | 95 'layer.h', |
| 95 'layer_animation_controller.cc', | 96 'layer_animation_controller.cc', |
| 96 'layer_animation_controller.h', | 97 'layer_animation_controller.h', |
| 97 'layer_animation_event_observer.h', | 98 'layer_animation_event_observer.h', |
| 98 'layer_animation_value_observer.h', | 99 'layer_animation_value_observer.h', |
| 99 'layer_impl.cc', | 100 'layer_impl.cc', |
| 100 'layer_impl.h', | 101 'layer_impl.h', |
| 101 'layer_iterator.cc', | 102 'layer_iterator.cc', |
| 102 'layer_iterator.h', | 103 'layer_iterator.h', |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 323 ], | 324 ], |
| 324 'all_dependent_settings': { | 325 'all_dependent_settings': { |
| 325 'include_dirs': [ | 326 'include_dirs': [ |
| 326 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls | 327 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls |
| 327 '<(webkit_src_dir)/Source/Platform/chromium' | 328 '<(webkit_src_dir)/Source/Platform/chromium' |
| 328 ] | 329 ] |
| 329 } | 330 } |
| 330 }, | 331 }, |
| 331 ], | 332 ], |
| 332 } | 333 } |
| OLD | NEW |