| Index: webkit/compositor_bindings/compositor_bindings.gyp
|
| diff --git a/webkit/compositor_bindings/compositor_bindings.gyp b/webkit/compositor_bindings/compositor_bindings.gyp
|
| index bf6c8178bdd81eec46fdd25f4288da02076503c0..ad734c316bc0a43763bad2dfc78d0140df436eed 100644
|
| --- a/webkit/compositor_bindings/compositor_bindings.gyp
|
| +++ b/webkit/compositor_bindings/compositor_bindings.gyp
|
| @@ -5,40 +5,40 @@
|
| {
|
| 'variables': {
|
| 'webkit_compositor_bindings_sources': [
|
| - 'CCThreadImpl.cpp',
|
| - 'CCThreadImpl.h',
|
| - 'WebAnimationCurveCommon.cpp',
|
| - 'WebAnimationCurveCommon.h',
|
| - 'WebAnimationImpl.cpp',
|
| - 'WebAnimationImpl.h',
|
| - 'WebCompositorImpl.cpp',
|
| - 'WebCompositorImpl.h',
|
| - 'WebContentLayerImpl.cpp',
|
| - 'WebContentLayerImpl.h',
|
| - 'WebDelegatedRendererLayerImpl.cpp',
|
| - 'WebDelegatedRendererLayerImpl.h',
|
| - 'WebExternalTextureLayerImpl.cpp',
|
| - 'WebExternalTextureLayerImpl.h',
|
| - 'WebFloatAnimationCurveImpl.cpp',
|
| - 'WebFloatAnimationCurveImpl.h',
|
| - 'WebIOSurfaceLayerImpl.cpp',
|
| - 'WebIOSurfaceLayerImpl.h',
|
| - 'WebImageLayerImpl.cpp',
|
| - 'WebImageLayerImpl.h',
|
| - 'WebLayerImpl.cpp',
|
| - 'WebLayerImpl.h',
|
| - 'WebToCCInputHandlerAdapter.cpp',
|
| - 'WebToCCInputHandlerAdapter.h',
|
| - 'WebLayerTreeViewImpl.cpp',
|
| - 'WebLayerTreeViewImpl.h',
|
| - 'WebScrollbarLayerImpl.cpp',
|
| - 'WebScrollbarLayerImpl.h',
|
| - 'WebSolidColorLayerImpl.cpp',
|
| - 'WebSolidColorLayerImpl.h',
|
| - 'WebVideoLayerImpl.cpp',
|
| - 'WebVideoLayerImpl.h',
|
| - 'WebTransformAnimationCurveImpl.cpp',
|
| - 'WebTransformAnimationCurveImpl.h',
|
| + 'ccthread_impl.cc',
|
| + 'ccthread_impl.h',
|
| + 'web_animation_curve_common.cc',
|
| + 'web_animation_curve_common.h',
|
| + 'web_animation_impl.cc',
|
| + 'web_animation_impl.h',
|
| + 'web_compositor_impl.cc',
|
| + 'web_compositor_impl.h',
|
| + 'web_content_layer_impl.cc',
|
| + 'web_content_layer_impl.h',
|
| + 'web_delegated_renderer_layer_impl.cc',
|
| + 'web_delegated_renderer_layer_impl.h',
|
| + 'web_external_texture_layer_impl.cc',
|
| + 'web_external_texture_layer_impl.h',
|
| + 'web_float_animation_curve_impl.cc',
|
| + 'web_float_animation_curve_impl.h',
|
| + 'web_io_surface_layer_impl.cc',
|
| + 'web_io_surface_layer_impl.h',
|
| + 'web_image_layer_impl.cc',
|
| + 'web_image_layer_impl.h',
|
| + 'web_layer_impl.cc',
|
| + 'web_layer_impl.h',
|
| + 'web_to_ccinput_handler_adapter.cc',
|
| + 'web_to_ccinput_handler_adapter.h',
|
| + 'web_layer_tree_view_impl.cc',
|
| + 'web_layer_tree_view_impl.h',
|
| + 'web_scrollbar_layer_impl.cc',
|
| + 'web_scrollbar_layer_impl.h',
|
| + 'web_solid_color_layer_impl.cc',
|
| + 'web_solid_color_layer_impl.h',
|
| + 'web_video_layer_impl.cc',
|
| + 'web_video_layer_impl.h',
|
| + 'web_transform_animation_curve_impl.cc',
|
| + 'web_transform_animation_curve_impl.h',
|
| ],
|
| },
|
| 'targets': [
|
|
|