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..6164935a4daebad6e647b48d4456c3fbda16cb40 100644 |
--- a/webkit/renderer/compositor_bindings/compositor_bindings_tests.gyp |
+++ b/webkit/renderer/compositor_bindings/compositor_bindings_tests.gyp |
@@ -2,35 +2,25 @@ |
# 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. |
{ |
'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': [ |
{ |
'target_name': 'webkit_compositor_bindings_unittests', |
'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', |
+ '<(DEPTH)/base/base.gyp:test_support_base', |
], |
'sources': [ |
- '<@(webkit_compositor_bindings_tests_sources)', |
+ 'compositor_bindings_dummy_unittest.cc', |
'test/run_all_unittests.cc', |
], |
- 'include_dirs': [ |
- '<(DEPTH)' |
- ], |
'conditions': [ |
['OS == "android"', { |
'dependencies': [ |
@@ -66,4 +56,4 @@ |
], |
}], |
], |
-} |
+} |