Index: webkit/compositor/compositor.gyp |
diff --git a/webkit/compositor/compositor.gyp b/webkit/compositor/compositor.gyp |
deleted file mode 100644 |
index 3f71c1fdd8033ce8a156c4f099d88f2c2eda60b1..0000000000000000000000000000000000000000 |
--- a/webkit/compositor/compositor.gyp |
+++ /dev/null |
@@ -1,80 +0,0 @@ |
-# Copyright (c) 2012 The Chromium Authors. All rights reserved. |
-# Use of this source code is governed by a BSD-style license that can be |
-# found in the LICENSE file. |
- |
-{ |
- 'variables': { |
- 'chromium_code': 0, |
- 'use_libcc_for_compositor%': 0, |
- 'webkit_compositor_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', |
- 'WebExternalTextureLayerImpl.h', |
- 'WebFloatAnimationCurveImpl.cpp', |
- 'WebFloatAnimationCurveImpl.h', |
- 'WebIOSurfaceLayerImpl.cpp', |
- 'WebIOSurfaceLayerImpl.h', |
- 'WebImageLayerImpl.cpp', |
- 'WebImageLayerImpl.h', |
- 'WebLayerImpl.cpp', |
- 'WebLayerImpl.h', |
- 'WebLayerTreeViewImpl.cpp', |
- 'WebLayerTreeViewImpl.h', |
- 'WebScrollbarLayerImpl.cpp', |
- 'WebScrollbarLayerImpl.h', |
- 'WebSolidColorLayerImpl.cpp', |
- 'WebSolidColorLayerImpl.h', |
- 'WebTransformAnimationCurveImpl.cpp', |
- 'WebTransformAnimationCurveImpl.h', |
- 'WebVideoLayerImpl.cpp', |
- 'WebVideoLayerImpl.h', |
- 'WheelFlingPlatformGestureCurve.h', |
- ], |
- }, |
- 'conditions': [ |
- ['use_libcc_for_compositor==1', { |
- 'targets': [ |
- { |
- 'target_name': 'webkit_compositor', |
- 'type': 'static_library', |
- 'dependencies': [ |
- '../../base/base.gyp:base', |
- '../../cc/cc.gyp:cc', |
- '../../skia/skia.gyp:skia', |
- '../../third_party/WebKit/Source/Platform/Platform.gyp/Platform.gyp:webkit_platform', |
- # We have to depend on WTF directly to pick up the correct defines for WTF headers - for instance USE_SYSTEM_MALLOC. |
- '../../third_party/WebKit/Source/WTF/WTF.gyp/WTF.gyp:wtf', |
- ], |
- 'defines': [ |
- 'WEBKIT_IMPLEMENTATION=1', |
- ], |
- 'include_dirs': [ |
- '../../cc', |
- '../../cc/stubs', |
- 'stubs', |
- '../../third_party/WebKit/Source/WebKit/chromium/public', |
- ], |
- 'sources': [ |
- '<@(webkit_compositor_sources)', |
- 'stubs/AnimationIdVendor.h', |
- 'stubs/public/WebTransformationMatrix', |
- ], |
- } |
- ], |
- }], |
- ], |
-} |