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

Side by Side Diff: cc/cc_tests.gyp

Issue 11312155: cc: Rename MockContentLayerClient to FakeContentLayerClient and move to cc/test/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Extra includes Created 8 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | cc/layer_tree_host_unittest.cc » ('j') | 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 'cc_tests_source_files': [ 8 'cc_tests_source_files': [
9 'active_animation_unittest.cc', 9 'active_animation_unittest.cc',
10 'content_layer_unittest.cc', 10 'content_layer_unittest.cc',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 'texture_uploader_unittest.cc', 52 'texture_uploader_unittest.cc',
53 'tiled_layer_impl_unittest.cc', 53 'tiled_layer_impl_unittest.cc',
54 'tiled_layer_unittest.cc', 54 'tiled_layer_unittest.cc',
55 'tree_synchronizer_unittest.cc', 55 'tree_synchronizer_unittest.cc',
56 'timing_function_unittest.cc', 56 'timing_function_unittest.cc',
57 ], 57 ],
58 'cc_tests_support_files': [ 58 'cc_tests_support_files': [
59 'test/animation_test_common.cc', 59 'test/animation_test_common.cc',
60 'test/animation_test_common.h', 60 'test/animation_test_common.h',
61 'test/compositor_fake_web_graphics_context_3d.h', 61 'test/compositor_fake_web_graphics_context_3d.h',
62 'test/fake_content_layer_client.cc',
63 'test/fake_content_layer_client.h',
62 'test/fake_graphics_context.h', 64 'test/fake_graphics_context.h',
63 'test/fake_graphics_context_3d_unittest.cc', 65 'test/fake_graphics_context_3d_unittest.cc',
64 'test/fake_layer_tree_host_client.cc', 66 'test/fake_layer_tree_host_client.cc',
65 'test/fake_layer_tree_host_client.h', 67 'test/fake_layer_tree_host_client.h',
66 'test/fake_proxy.cc', 68 'test/fake_proxy.cc',
67 'test/fake_proxy.h', 69 'test/fake_proxy.h',
68 'test/fake_web_compositor_output_surface.h', 70 'test/fake_web_compositor_output_surface.h',
69 'test/fake_web_compositor_software_output_device.h', 71 'test/fake_web_compositor_software_output_device.h',
70 'test/fake_web_graphics_context_3d.h', 72 'test/fake_web_graphics_context_3d.h',
71 'test/fake_web_scrollbar_theme_geometry.h', 73 'test/fake_web_scrollbar_theme_geometry.h',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 'variables': { 160 'variables': {
159 'test_suite_name': 'cc_unittests', 161 'test_suite_name': 'cc_unittests',
160 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_unitte sts<(SHARED_LIB_SUFFIX)', 162 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_unitte sts<(SHARED_LIB_SUFFIX)',
161 }, 163 },
162 'includes': [ '../build/apk_test.gypi' ], 164 'includes': [ '../build/apk_test.gypi' ],
163 }, 165 },
164 ], 166 ],
165 }], 167 }],
166 ], 168 ],
167 } 169 }
OLDNEW
« no previous file with comments | « no previous file | cc/layer_tree_host_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698