| Index: webkit/compositor_bindings/compositor_bindings.gyp
|
| diff --git a/webkit/compositor_bindings/compositor_bindings.gyp b/webkit/compositor_bindings/compositor_bindings.gyp
|
| index 6fb8d3ce34ad5e22b4ec3866428d0585dc48b82f..eadc3bba7d4ccddaf8ee292f25ef6ceaefcdf2f8 100644
|
| --- a/webkit/compositor_bindings/compositor_bindings.gyp
|
| +++ b/webkit/compositor_bindings/compositor_bindings.gyp
|
| @@ -9,17 +9,12 @@
|
| 'webkit_compositor_bindings_sources': [
|
| 'CCThreadImpl.cpp',
|
| 'CCThreadImpl.h',
|
| - 'PlatformGestureCurve.h',
|
| - 'PlatformGestureCurveTarget.h',
|
| - 'TouchpadFlingPlatformGestureCurve.h',
|
| 'WebAnimationCurveCommon.cpp',
|
| 'WebAnimationCurveCommon.h',
|
| 'WebAnimationImpl.cpp',
|
| 'WebAnimationImpl.h',
|
| 'WebCompositorImpl.cpp',
|
| 'WebCompositorImpl.h',
|
| - 'WebCompositorInputHandlerImpl.cpp',
|
| - 'WebCompositorInputHandlerImpl.h',
|
| 'WebContentLayerImpl.cpp',
|
| 'WebContentLayerImpl.h',
|
| 'WebExternalTextureLayerImpl.cpp',
|
| @@ -32,17 +27,18 @@
|
| 'WebImageLayerImpl.h',
|
| 'WebLayerImpl.cpp',
|
| 'WebLayerImpl.h',
|
| + 'WebToCCInputHandlerAdapter.cpp',
|
| + 'WebToCCInputHandlerAdapter.h',
|
| 'WebLayerTreeViewImpl.cpp',
|
| 'WebLayerTreeViewImpl.h',
|
| 'WebScrollbarLayerImpl.cpp',
|
| 'WebScrollbarLayerImpl.h',
|
| 'WebSolidColorLayerImpl.cpp',
|
| 'WebSolidColorLayerImpl.h',
|
| - 'WebTransformAnimationCurveImpl.cpp',
|
| - 'WebTransformAnimationCurveImpl.h',
|
| 'WebVideoLayerImpl.cpp',
|
| 'WebVideoLayerImpl.h',
|
| - 'WheelFlingPlatformGestureCurve.h',
|
| + 'WebTransformAnimationCurveImpl.cpp',
|
| + 'WebTransformAnimationCurveImpl.h',
|
| ],
|
| 'conditions': [
|
| ['inside_chromium_build==0', {
|
| @@ -80,6 +76,9 @@
|
| 'webkit_compositor_bindings',
|
| '../../third_party/WebKit/Source/WTF/WTF.gyp/WTF.gyp:wtf',
|
| ],
|
| + 'defines': [
|
| + 'USE_LIBCC_FOR_COMPOSITOR',
|
| + ],
|
| }],
|
| ],
|
| },
|
|
|