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 'ccthread_impl.cc', | 8 'ccthread_impl.cc', |
9 'ccthread_impl.h', | 9 'ccthread_impl.h', |
10 'web_animation_curve_common.cc', | 10 'web_animation_curve_common.cc', |
11 'web_animation_curve_common.h', | 11 'web_animation_curve_common.h', |
12 'web_animation_impl.cc', | 12 'web_animation_impl.cc', |
13 'web_animation_impl.h', | 13 'web_animation_impl.h', |
14 'web_compositor_impl.cc', | |
15 'web_compositor_impl.h', | |
16 'web_content_layer_impl.cc', | 14 'web_content_layer_impl.cc', |
17 'web_content_layer_impl.h', | 15 'web_content_layer_impl.h', |
18 'web_delegated_renderer_layer_impl.cc', | 16 'web_delegated_renderer_layer_impl.cc', |
19 'web_delegated_renderer_layer_impl.h', | 17 'web_delegated_renderer_layer_impl.h', |
20 'web_external_texture_layer_impl.cc', | 18 'web_external_texture_layer_impl.cc', |
21 'web_external_texture_layer_impl.h', | 19 'web_external_texture_layer_impl.h', |
22 'web_float_animation_curve_impl.cc', | 20 'web_float_animation_curve_impl.cc', |
23 'web_float_animation_curve_impl.h', | 21 'web_float_animation_curve_impl.h', |
24 'web_io_surface_layer_impl.cc', | 22 'web_io_surface_layer_impl.cc', |
25 'web_io_surface_layer_impl.h', | 23 'web_io_surface_layer_impl.h', |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
84 '<(webkit_src_dir)/Source/Platform/chromium', | 82 '<(webkit_src_dir)/Source/Platform/chromium', |
85 ], | 83 ], |
86 'sources': [ | 84 'sources': [ |
87 '<@(webkit_compositor_bindings_sources)', | 85 '<@(webkit_compositor_bindings_sources)', |
88 'webcore_convert.cc', | 86 'webcore_convert.cc', |
89 'webcore_convert.h', | 87 'webcore_convert.h', |
90 ], | 88 ], |
91 }, | 89 }, |
92 ], | 90 ], |
93 } | 91 } |
OLD | NEW |