Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(415)

Unified Diff: webkit/compositor/compositor.gyp

Issue 10920056: Make cc_unittests and webkit_compositor_unittests executable always (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rename to webkit_compositor_bindings Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/compositor/WheelFlingPlatformGestureCurve.h ('k') | webkit/compositor/compositor_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
- ],
- }
- ],
- }],
- ],
-}
« no previous file with comments | « webkit/compositor/WheelFlingPlatformGestureCurve.h ('k') | webkit/compositor/compositor_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698