| 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', |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 'web_nine_patch_layer_impl.cc', | 30 'web_nine_patch_layer_impl.cc', |
| 31 'web_nine_patch_layer_impl.h', | 31 'web_nine_patch_layer_impl.h', |
| 32 'web_to_ccinput_handler_adapter.cc', | 32 'web_to_ccinput_handler_adapter.cc', |
| 33 'web_to_ccinput_handler_adapter.h', | 33 'web_to_ccinput_handler_adapter.h', |
| 34 'web_to_ccscrollbar_theme_painter_adapter.cc', | 34 'web_to_ccscrollbar_theme_painter_adapter.cc', |
| 35 'web_to_ccscrollbar_theme_painter_adapter.h', | 35 'web_to_ccscrollbar_theme_painter_adapter.h', |
| 36 'web_to_ccvideo_frame_provider.cc', | 36 'web_to_ccvideo_frame_provider.cc', |
| 37 'web_to_ccvideo_frame_provider.h', | 37 'web_to_ccvideo_frame_provider.h', |
| 38 'web_layer_tree_view_impl.cc', | 38 'web_layer_tree_view_impl.cc', |
| 39 'web_layer_tree_view_impl.h', | 39 'web_layer_tree_view_impl.h', |
| 40 'web_layer_tree_view_impl_for_testing.cc', |
| 41 'web_layer_tree_view_impl_for_testing.h', |
| 40 'web_scrollbar_layer_impl.cc', | 42 'web_scrollbar_layer_impl.cc', |
| 41 'web_scrollbar_layer_impl.h', | 43 'web_scrollbar_layer_impl.h', |
| 42 'web_solid_color_layer_impl.cc', | 44 'web_solid_color_layer_impl.cc', |
| 43 'web_solid_color_layer_impl.h', | 45 'web_solid_color_layer_impl.h', |
| 44 'web_transform_operations_impl.cc', | 46 'web_transform_operations_impl.cc', |
| 45 'web_transform_operations_impl.h', | 47 'web_transform_operations_impl.h', |
| 46 'web_transformation_matrix_util.cc', | 48 'web_transformation_matrix_util.cc', |
| 47 'web_transformation_matrix_util.h', | 49 'web_transformation_matrix_util.h', |
| 48 'web_video_layer_impl.cc', | 50 'web_video_layer_impl.cc', |
| 49 'web_video_layer_impl.h', | 51 'web_video_layer_impl.h', |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 ], | 91 ], |
| 90 'sources': [ | 92 'sources': [ |
| 91 '<@(webkit_compositor_bindings_sources)', | 93 '<@(webkit_compositor_bindings_sources)', |
| 92 ], | 94 ], |
| 93 'defines': [ | 95 'defines': [ |
| 94 'WEBKIT_COMPOSITOR_BINDINGS_IMPLEMENTATION=1' | 96 'WEBKIT_COMPOSITOR_BINDINGS_IMPLEMENTATION=1' |
| 95 ] | 97 ] |
| 96 }, | 98 }, |
| 97 ], | 99 ], |
| 98 } | 100 } |
| OLD | NEW |