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

Side by Side Diff: cc/cc_tests.gyp

Issue 12041062: Have a common implementation of cc::OutputSurface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « cc/cc.gyp ('k') | cc/gl_renderer.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_unit_tests_source_files': [ 8 'cc_unit_tests_source_files': [
9 'animation_unittest.cc', 9 'animation_unittest.cc',
10 'content_layer_unittest.cc', 10 'content_layer_unittest.cc',
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 'test/layer_test_common.h', 112 'test/layer_test_common.h',
113 'test/layer_tree_test_common.cc', 113 'test/layer_tree_test_common.cc',
114 'test/layer_tree_test_common.h', 114 'test/layer_tree_test_common.h',
115 'test/layer_tree_json_parser.cc', 115 'test/layer_tree_json_parser.cc',
116 'test/layer_tree_json_parser.h', 116 'test/layer_tree_json_parser.h',
117 'test/mock_quad_culler.cc', 117 'test/mock_quad_culler.cc',
118 'test/mock_quad_culler.h', 118 'test/mock_quad_culler.h',
119 'test/occlusion_tracker_test_common.h', 119 'test/occlusion_tracker_test_common.h',
120 'test/paths.cc', 120 'test/paths.cc',
121 'test/paths.h', 121 'test/paths.h',
122 'test/pixel_test_output_surface.cc',
123 'test/pixel_test_output_surface.h',
124 'test/render_pass_test_common.cc', 122 'test/render_pass_test_common.cc',
125 'test/render_pass_test_common.h', 123 'test/render_pass_test_common.h',
126 'test/render_pass_test_utils.cc', 124 'test/render_pass_test_utils.cc',
127 'test/render_pass_test_utils.h', 125 'test/render_pass_test_utils.h',
128 'test/scheduler_test_common.cc', 126 'test/scheduler_test_common.cc',
129 'test/scheduler_test_common.h', 127 'test/scheduler_test_common.h',
130 'test/test_web_graphics_context_3d.cc', 128 'test/test_web_graphics_context_3d.cc',
131 'test/test_web_graphics_context_3d.h', 129 'test/test_web_graphics_context_3d.h',
132 'test/tiled_layer_test_common.cc', 130 'test/tiled_layer_test_common.cc',
133 'test/tiled_layer_test_common.h', 131 'test/tiled_layer_test_common.h',
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 'variables': { 269 'variables': {
272 'test_suite_name': 'cc_perftests', 270 'test_suite_name': 'cc_perftests',
273 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte sts<(SHARED_LIB_SUFFIX)', 271 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte sts<(SHARED_LIB_SUFFIX)',
274 }, 272 },
275 'includes': [ '../build/apk_test.gypi' ], 273 'includes': [ '../build/apk_test.gypi' ],
276 }, 274 },
277 ], 275 ],
278 }] 276 }]
279 ], 277 ],
280 } 278 }
OLDNEW
« no previous file with comments | « cc/cc.gyp ('k') | cc/gl_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698