| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 0, | 7 'chromium_code': 0, |
| 8 'use_libcc_for_compositor%': 0, | 8 'use_libcc_for_compositor%': 0, |
| 9 'webkit_compositor_bindings_tests_sources': [ | 9 'webkit_compositor_bindings_tests_sources': [ |
| 10 'LayerChromiumTest.cpp', | |
| 11 'TextureCopierTest.cpp', | |
| 12 'TextureLayerChromiumTest.cpp', | |
| 13 'ThrottledTextureUploaderTest.cpp', | |
| 14 'TiledLayerChromiumTest.cpp', | |
| 15 'TreeSynchronizerTest.cpp', | |
| 16 'WebAnimationTest.cpp', | 10 'WebAnimationTest.cpp', |
| 17 'WebFloatAnimationCurveTest.cpp', | 11 'WebFloatAnimationCurveTest.cpp', |
| 18 'WebFloatAnimationCurveTest.cpp', | |
| 19 'WebLayerTest.cpp', | 12 'WebLayerTest.cpp', |
| 20 'WebLayerTreeViewTest.cpp', | 13 'WebLayerTreeViewTest.cpp', |
| 21 'WebTransformAnimationCurveTest.cpp', | 14 'WebTransformAnimationCurveTest.cpp', |
| 22 'WebTransformAnimationCurveTest.cpp', | |
| 23 'WebTransformOperationsTest.cpp', | 15 'WebTransformOperationsTest.cpp', |
| 24 'WebTransformationMatrixTest.cpp', | 16 'WebTransformationMatrixTest.cpp', |
| 25 'test/FakeWebScrollbarThemeGeometry.h', | 17 'test/FakeWebScrollbarThemeGeometry.h', |
| 26 'test/WebLayerTreeViewTestCommon.h', | 18 'test/WebLayerTreeViewTestCommon.h', |
| 27 ], | 19 ], |
| 28 }, | 20 }, |
| 29 'targets': [ | 21 'targets': [ |
| 30 { | 22 { |
| 31 'target_name': 'webkit_compositor_bindings_unittests', | 23 'target_name': 'webkit_compositor_bindings_unittests', |
| 32 'type' : 'executable', | 24 'type' : 'executable', |
| (...skipping 27 matching lines...) Expand all Loading... |
| 60 '<(DEPTH)/cc/test', | 52 '<(DEPTH)/cc/test', |
| 61 ], | 53 ], |
| 62 'sources': [ | 54 'sources': [ |
| 63 '<@(webkit_compositor_bindings_tests_sources)', | 55 '<@(webkit_compositor_bindings_tests_sources)', |
| 64 ] | 56 ] |
| 65 }], | 57 }], |
| 66 ], | 58 ], |
| 67 }, | 59 }, |
| 68 ], | 60 ], |
| 69 } | 61 } |
| OLD | NEW |