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

Side by Side Diff: webkit/compositor_bindings/compositor_bindings_tests.gyp

Issue 10909218: Add some missing unit tests and update cc_unittests and webkit_compositor_bindings_unittests (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Updated to tip of tree Created 8 years, 3 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 unified diff | Download patch
« no previous file with comments | « webkit/compositor_bindings/TreeSynchronizerTest.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « webkit/compositor_bindings/TreeSynchronizerTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698