| 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 'webkit_compositor_bindings_sources': [ | 7 'webkit_compositor_bindings_sources': [ |
| 8 'web_animation_curve_common.cc', | 8 'web_animation_curve_common.cc', |
| 9 'web_animation_curve_common.h', | 9 'web_animation_curve_common.h', |
| 10 'web_animation_id_provider.cc', | 10 'web_animation_id_provider.cc', |
| 11 'web_animation_id_provider.h', | 11 'web_animation_id_provider.h', |
| 12 'web_animation_impl.cc', | 12 'web_animation_impl.cc', |
| 13 'web_animation_impl.h', | 13 'web_animation_impl.h', |
| 14 'web_compositor_support_output_surface.cc', | 14 'web_compositor_support_output_surface.cc', |
| 15 'web_compositor_support_output_surface.h', | 15 'web_compositor_support_output_surface.h', |
| 16 'web_compositor_support_software_output_device.cc', | 16 'web_compositor_support_software_output_device.cc', |
| 17 'web_compositor_support_software_output_device.h', | 17 'web_compositor_support_software_output_device.h', |
| 18 'web_content_layer_impl.cc', | 18 'web_content_layer_impl.cc', |
| 19 'web_content_layer_impl.h', | 19 'web_content_layer_impl.h', |
| 20 'web_external_texture_layer_impl.cc', | 20 'web_external_texture_layer_impl.cc', |
| 21 'web_external_texture_layer_impl.h', | 21 'web_external_texture_layer_impl.h', |
| 22 'web_float_animation_curve_impl.cc', | 22 'web_float_animation_curve_impl.cc', |
| 23 'web_float_animation_curve_impl.h', | 23 'web_float_animation_curve_impl.h', |
| 24 'web_io_surface_layer_impl.cc', | 24 'web_io_surface_layer_impl.cc', |
| 25 'web_io_surface_layer_impl.h', | 25 'web_io_surface_layer_impl.h', |
| 26 'web_image_layer_impl.cc', | 26 'web_image_layer_impl.cc', |
| 27 'web_image_layer_impl.h', | 27 'web_image_layer_impl.h', |
| 28 'web_layer_impl.cc', | 28 'web_layer_impl.cc', |
| 29 'web_layer_impl.h', | 29 'web_layer_impl.h', |
| 30 'web_layer_impl_fixed_bounds.cc', |
| 31 'web_layer_impl_fixed_bounds.h', |
| 30 'web_nine_patch_layer_impl.cc', | 32 'web_nine_patch_layer_impl.cc', |
| 31 'web_nine_patch_layer_impl.h', | 33 'web_nine_patch_layer_impl.h', |
| 32 'web_to_ccinput_handler_adapter.cc', | 34 'web_to_ccinput_handler_adapter.cc', |
| 33 'web_to_ccinput_handler_adapter.h', | 35 'web_to_ccinput_handler_adapter.h', |
| 34 'web_to_ccscrollbar_theme_painter_adapter.cc', | 36 'web_to_ccscrollbar_theme_painter_adapter.cc', |
| 35 'web_to_ccscrollbar_theme_painter_adapter.h', | 37 'web_to_ccscrollbar_theme_painter_adapter.h', |
| 36 'web_to_ccvideo_frame_provider.cc', | 38 'web_to_ccvideo_frame_provider.cc', |
| 37 'web_to_ccvideo_frame_provider.h', | 39 'web_to_ccvideo_frame_provider.h', |
| 38 'web_layer_tree_view_impl.cc', | 40 'web_layer_tree_view_impl.cc', |
| 39 'web_layer_tree_view_impl.h', | 41 'web_layer_tree_view_impl.h', |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 ], | 93 ], |
| 92 'sources': [ | 94 'sources': [ |
| 93 '<@(webkit_compositor_bindings_sources)', | 95 '<@(webkit_compositor_bindings_sources)', |
| 94 ], | 96 ], |
| 95 'defines': [ | 97 'defines': [ |
| 96 'WEBKIT_COMPOSITOR_BINDINGS_IMPLEMENTATION=1' | 98 'WEBKIT_COMPOSITOR_BINDINGS_IMPLEMENTATION=1' |
| 97 ] | 99 ] |
| 98 }, | 100 }, |
| 99 ], | 101 ], |
| 100 } | 102 } |
| OLD | NEW |