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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 'webkit_compositor_bindings_sources': [ | 8 'webkit_compositor_bindings_sources': [ |
9 'web_animation_curve_common.cc', | 9 'web_animation_curve_common.cc', |
10 'web_animation_curve_common.h', | 10 'web_animation_curve_common.h', |
11 'web_animation_impl.cc', | 11 'web_animation_impl.cc', |
12 'web_animation_impl.h', | 12 'web_animation_impl.h', |
13 'web_content_layer_impl.cc', | 13 'web_content_layer_impl.cc', |
14 'web_content_layer_impl.h', | 14 'web_content_layer_impl.h', |
15 'web_external_texture_layer_impl.cc', | 15 'web_external_texture_layer_impl.cc', |
16 'web_external_texture_layer_impl.h', | 16 'web_external_texture_layer_impl.h', |
17 'web_float_animation_curve_impl.cc', | 17 'web_float_animation_curve_impl.cc', |
18 'web_float_animation_curve_impl.h', | 18 'web_float_animation_curve_impl.h', |
19 'web_image_layer_impl.cc', | 19 'web_image_layer_impl.cc', |
20 'web_image_layer_impl.h', | 20 'web_image_layer_impl.h', |
21 'web_layer_impl.cc', | 21 'web_layer_impl.cc', |
22 'web_layer_impl.h', | 22 'web_layer_impl.h', |
23 'web_layer_impl_fixed_bounds.cc', | 23 'web_layer_impl_fixed_bounds.cc', |
24 'web_layer_impl_fixed_bounds.h', | 24 'web_layer_impl_fixed_bounds.h', |
25 'web_to_ccinput_handler_adapter.cc', | |
26 'web_to_ccinput_handler_adapter.h', | |
27 'web_to_ccscrollbar_theme_painter_adapter.cc', | 25 'web_to_ccscrollbar_theme_painter_adapter.cc', |
28 'web_to_ccscrollbar_theme_painter_adapter.h', | 26 'web_to_ccscrollbar_theme_painter_adapter.h', |
29 'web_layer_tree_view_impl_for_testing.cc', | 27 'web_layer_tree_view_impl_for_testing.cc', |
30 'web_layer_tree_view_impl_for_testing.h', | 28 'web_layer_tree_view_impl_for_testing.h', |
31 'web_scrollbar_layer_impl.cc', | 29 'web_scrollbar_layer_impl.cc', |
32 'web_scrollbar_layer_impl.h', | 30 'web_scrollbar_layer_impl.h', |
33 'web_solid_color_layer_impl.cc', | 31 'web_solid_color_layer_impl.cc', |
34 'web_solid_color_layer_impl.h', | 32 'web_solid_color_layer_impl.h', |
35 'web_transform_operations_impl.cc', | 33 'web_transform_operations_impl.cc', |
36 'web_transform_operations_impl.h', | 34 'web_transform_operations_impl.h', |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 ], | 69 ], |
72 'sources': [ | 70 'sources': [ |
73 '<@(webkit_compositor_bindings_sources)', | 71 '<@(webkit_compositor_bindings_sources)', |
74 ], | 72 ], |
75 'defines': [ | 73 'defines': [ |
76 'WEBKIT_COMPOSITOR_BINDINGS_IMPLEMENTATION=1' | 74 'WEBKIT_COMPOSITOR_BINDINGS_IMPLEMENTATION=1' |
77 ] | 75 ] |
78 }, | 76 }, |
79 ], | 77 ], |
80 } | 78 } |
OLD | NEW |