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

Unified Diff: webkit/renderer/compositor_bindings/compositor_bindings_tests.gyp

Issue 317163002: Moving compositor_bindings from webkit to content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Using layouttest_support to instantiate WebLayer Created 6 years, 6 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
Index: webkit/renderer/compositor_bindings/compositor_bindings_tests.gyp
diff --git a/webkit/renderer/compositor_bindings/compositor_bindings_tests.gyp b/webkit/renderer/compositor_bindings/compositor_bindings_tests.gyp
index 2444864aa8007c974627716f94b6dedc66c3dfa5..5908fea1f227a343519cf2d87990f9bc8f928d41 100644
--- a/webkit/renderer/compositor_bindings/compositor_bindings_tests.gyp
+++ b/webkit/renderer/compositor_bindings/compositor_bindings_tests.gyp
@@ -2,14 +2,11 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+# This is a dummy target so as to not to break the build while moving tests from
+# webkit_compositor_bindings_unittests to content_unittests.
tfarina 2014/06/09 18:40:19 Thanks for leaving a dummy target.
{
'variables': {
'chromium_code': 1,
- 'webkit_compositor_bindings_tests_sources': [
- 'web_animation_unittest.cc',
- 'web_float_animation_curve_unittest.cc',
- 'web_layer_impl_fixed_bounds_unittest.cc',
- ],
},
'targets': [
{
@@ -17,20 +14,10 @@
'type' : '<(gtest_target_type)',
'dependencies': [
'<(DEPTH)/base/base.gyp:test_support_base',
- '<(DEPTH)/cc/cc.gyp:cc',
- '<(DEPTH)/cc/cc_tests.gyp:cc_test_support',
- '<(DEPTH)/skia/skia.gyp:skia',
- '<(DEPTH)/testing/gmock.gyp:gmock',
- '<(DEPTH)/testing/gtest.gyp:gtest',
- 'compositor_bindings.gyp:webkit_compositor_bindings',
],
'sources': [
- '<@(webkit_compositor_bindings_tests_sources)',
'test/run_all_unittests.cc',
],
- 'include_dirs': [
- '<(DEPTH)'
- ],
'conditions': [
['OS == "android"', {
'dependencies': [
@@ -66,4 +53,4 @@
],
}],
],
-}
+}

Powered by Google App Engine
This is Rietveld 408576698