| Index: webkit/compositor/compositor_tests.gyp
|
| diff --git a/webkit/compositor/compositor_tests.gyp b/webkit/compositor/compositor_tests.gyp
|
| index 1687a38e1233b27474d0f4e85646440eb2a1e63a..87ecd484090bd8d0044613c9fb5fb64c79183530 100644
|
| --- a/webkit/compositor/compositor_tests.gyp
|
| +++ b/webkit/compositor/compositor_tests.gyp
|
| @@ -7,8 +7,23 @@
|
| 'chromium_code': 0,
|
| 'use_libcc_for_compositor%': 0,
|
| 'webkit_compositor_tests_sources': [
|
| + 'LayerChromiumTest.cpp',
|
| + 'TextureCopierTest.cpp',
|
| + 'TextureLayerChromiumTest.cpp',
|
| + 'ThrottledTextureUploaderTest.cpp',
|
| + 'TiledLayerChromiumTest.cpp',
|
| + 'TreeSynchronizerTest.cpp',
|
| + 'WebAnimationTest.cpp',
|
| 'WebFloatAnimationCurveTest.cpp',
|
| + 'WebFloatAnimationCurveTest.cpp',
|
| + 'WebLayerTest.cpp',
|
| + 'WebLayerTreeViewTest.cpp',
|
| + 'WebTransformAnimationCurveTest.cpp',
|
| 'WebTransformAnimationCurveTest.cpp',
|
| + 'WebTransformOperationsTest.cpp',
|
| + 'WebTransformationMatrixTest.cpp',
|
| + 'test/FakeWebScrollbarThemeGeometry.h',
|
| + 'test/WebLayerTreeViewTestCommon.h',
|
| ],
|
| },
|
| 'conditions': [
|
| @@ -18,19 +33,23 @@
|
| 'target_name': 'webkit_compositor_unittests',
|
| 'type' : 'executable',
|
| 'dependencies': [
|
| - '<(DEPTH)/base/base.gyp:test_support_base',
|
| - '<(DEPTH)/cc/cc.gyp:cc',
|
| - '<(DEPTH)/testing/gmock.gyp:gmock',
|
| - '<(DEPTH)/testing/gtest.gyp:gtest',
|
| - '<(DEPTH)/third_party/WebKit/Source/Platform/Platform.gyp/Platform.gyp:webkit_platform',
|
| - '<(DEPTH)/third_party/WebKit/Source/WTF/WTF.gyp/WTF.gyp:wtf',
|
| - '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_support',
|
| + '../../base/base.gyp:test_support_base',
|
| + '../../cc/cc.gyp:cc',
|
| + '../../cc/cc_tests.gyp:cc_test_support',
|
| + '../../skia/skia.gyp:skia',
|
| + '../../testing/gmock.gyp:gmock',
|
| + '../../testing/gtest.gyp:gtest',
|
| + '../../third_party/WebKit/Source/Platform/Platform.gyp/Platform.gyp:webkit_platform',
|
| + '../../third_party/WebKit/Source/WTF/WTF.gyp/WTF.gyp:wtf',
|
| + '../../webkit/support/webkit_support.gyp:webkit_support',
|
| 'compositor.gyp:webkit_compositor',
|
| ],
|
| 'include_dirs': [
|
| '.',
|
| + 'test',
|
| '<(DEPTH)/cc',
|
| '<(DEPTH)/cc/stubs',
|
| + '<(DEPTH)/cc/test',
|
| ],
|
| 'sources': [
|
| '<@(webkit_compositor_tests_sources)',
|
|
|