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

Unified Diff: webkit/compositor/compositor_tests.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/compositor.gyp ('k') | webkit/compositor/copyfiles.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/compositor/compositor_tests.gyp
diff --git a/webkit/compositor/compositor_tests.gyp b/webkit/compositor/compositor_tests.gyp
deleted file mode 100644
index 87ecd484090bd8d0044613c9fb5fb64c79183530..0000000000000000000000000000000000000000
--- a/webkit/compositor/compositor_tests.gyp
+++ /dev/null
@@ -1,69 +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_tests_sources': [
- 'LayerChromiumTest.cpp',
- 'TextureCopierTest.cpp',
- 'TextureLayerChromiumTest.cpp',
- 'ThrottledTextureUploaderTest.cpp',
- 'TiledLayerChromiumTest.cpp',
- 'TreeSynchronizerTest.cpp',
- 'WebAnimationTest.cpp',
- 'WebFloatAnimationCurveTest.cpp',
- 'WebFloatAnimationCurveTest.cpp',
- 'WebLayerTest.cpp',
- 'WebLayerTreeViewTest.cpp',
- 'WebTransformAnimationCurveTest.cpp',
- 'WebTransformAnimationCurveTest.cpp',
- 'WebTransformOperationsTest.cpp',
- 'WebTransformationMatrixTest.cpp',
- 'test/FakeWebScrollbarThemeGeometry.h',
- 'test/WebLayerTreeViewTestCommon.h',
- ],
- },
- 'conditions': [
- ['use_libcc_for_compositor==1 and component!="shared_library"', {
- 'targets': [
- {
- 'target_name': 'webkit_compositor_unittests',
- 'type' : 'executable',
- 'dependencies': [
- '../../base/base.gyp:test_support_base',
- '../../cc/cc.gyp:cc',
- '../../cc/cc_tests.gyp:cc_test_support',
- '../../skia/skia.gyp:skia',
- '../../testing/gmock.gyp:gmock',
- '../../testing/gtest.gyp:gtest',
- '../../third_party/WebKit/Source/Platform/Platform.gyp/Platform.gyp:webkit_platform',
- '../../third_party/WebKit/Source/WTF/WTF.gyp/WTF.gyp:wtf',
- '../../webkit/support/webkit_support.gyp:webkit_support',
- 'compositor.gyp:webkit_compositor',
- ],
- 'include_dirs': [
- '.',
- 'test',
- '<(DEPTH)/cc',
- '<(DEPTH)/cc/stubs',
- '<(DEPTH)/cc/test',
- ],
- 'sources': [
- '<@(webkit_compositor_tests_sources)',
- 'test/run_all_unittests.cc',
- ]
- },
- ],
- }, {
- 'targets': [
- {
- 'target_name': 'webkit_compositor_unittests',
- 'type' : 'none',
- }
- ],
- }],
- ],
-}
« no previous file with comments | « webkit/compositor/compositor.gyp ('k') | webkit/compositor/copyfiles.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698