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

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: Created 7 years, 11 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
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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 'test/geometry_test_utils.h', 111 'test/geometry_test_utils.h',
112 'test/layer_test_common.cc', 112 'test/layer_test_common.cc',
113 'test/layer_test_common.h', 113 'test/layer_test_common.h',
114 'test/layer_tree_test_common.cc', 114 'test/layer_tree_test_common.cc',
115 'test/layer_tree_test_common.h', 115 'test/layer_tree_test_common.h',
116 'test/mock_quad_culler.cc', 116 'test/mock_quad_culler.cc',
117 'test/mock_quad_culler.h', 117 'test/mock_quad_culler.h',
118 'test/occlusion_tracker_test_common.h', 118 'test/occlusion_tracker_test_common.h',
119 'test/paths.cc', 119 'test/paths.cc',
120 'test/paths.h', 120 'test/paths.h',
121 'test/pixel_test_output_surface.cc',
122 'test/pixel_test_output_surface.h',
123 'test/render_pass_test_common.cc', 121 'test/render_pass_test_common.cc',
124 'test/render_pass_test_common.h', 122 'test/render_pass_test_common.h',
125 'test/render_pass_test_utils.cc', 123 'test/render_pass_test_utils.cc',
126 'test/render_pass_test_utils.h', 124 'test/render_pass_test_utils.h',
127 'test/scheduler_test_common.cc', 125 'test/scheduler_test_common.cc',
128 'test/scheduler_test_common.h', 126 'test/scheduler_test_common.h',
129 'test/tiled_layer_test_common.cc', 127 'test/tiled_layer_test_common.cc',
130 'test/tiled_layer_test_common.h', 128 'test/tiled_layer_test_common.h',
131 ], 129 ],
132 }, 130 },
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 'variables': { 257 'variables': {
260 'test_suite_name': 'cc_perftests', 258 'test_suite_name': 'cc_perftests',
261 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte sts<(SHARED_LIB_SUFFIX)', 259 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte sts<(SHARED_LIB_SUFFIX)',
262 }, 260 },
263 'includes': [ '../build/apk_test.gypi' ], 261 'includes': [ '../build/apk_test.gypi' ],
264 }, 262 },
265 ], 263 ],
266 }] 264 }]
267 ], 265 ],
268 } 266 }
OLDNEW
« no previous file with comments | « cc/cc.gyp ('k') | cc/gl_renderer_pixeltest.cc » ('j') | cc/gl_renderer_pixeltest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698