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

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: Changing dependencies due to failing ios bots 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..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 @@
],
}],
],
-}
+}

Powered by Google App Engine
This is Rietveld 408576698