Chromium Code Reviews| 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 @@ |
| ], |
| }], |
| ], |
| -} |
| +} |