| Index: webkit/compositor_bindings/compositor_bindings_tests.gyp
|
| diff --git a/webkit/compositor_bindings/compositor_bindings_tests.gyp b/webkit/compositor_bindings/compositor_bindings_tests.gyp
|
| index 6c18815f4e48736ab008ead956b9410e9459b450..9ab9bf462f8a76b2ef331b6219a4fe29bf21d5a9 100644
|
| --- a/webkit/compositor_bindings/compositor_bindings_tests.gyp
|
| +++ b/webkit/compositor_bindings/compositor_bindings_tests.gyp
|
| @@ -6,15 +6,15 @@
|
| 'variables': {
|
| 'chromium_code': 0,
|
| 'webkit_compositor_bindings_tests_sources': [
|
| - 'WebAnimationTest.cpp',
|
| - 'WebFloatAnimationCurveTest.cpp',
|
| - 'WebLayerTest.cpp',
|
| - 'WebLayerTreeViewTest.cpp',
|
| - 'WebTransformAnimationCurveTest.cpp',
|
| - 'WebTransformOperationsTest.cpp',
|
| - 'WebTransformationMatrixTest.cpp',
|
| - 'test/FakeWebScrollbarThemeGeometry.h',
|
| - 'test/WebLayerTreeViewTestCommon.h',
|
| + 'web_animation_unittest.cc',
|
| + 'web_float_animation_curve_unittest.cc',
|
| + 'web_layer_unittest.cc',
|
| + 'web_layer_tree_view_unittest.cc',
|
| + 'web_transform_animation_curve_unittest.cc',
|
| + 'web_transform_operations_unittest.cc',
|
| + 'web_transformation_matrix_unittest.cc',
|
| + 'test/fake_web_scrollbar_theme_geometry.h',
|
| + 'test/web_layer_tree_view_test_common.h',
|
| ],
|
| },
|
| 'targets': [
|
|
|