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

Side by Side Diff: cc/cc_tests.gyp

Issue 11275222: Avoid setting activeTexture redundantly (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased 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/direct_renderer.h » ('j') | cc/gl_renderer_unittest.cc » ('J')
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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 'test/fake_web_scrollbar_theme_geometry.h', 73 'test/fake_web_scrollbar_theme_geometry.h',
74 'test/geometry_test_utils.cc', 74 'test/geometry_test_utils.cc',
75 'test/geometry_test_utils.h', 75 'test/geometry_test_utils.h',
76 'test/layer_test_common.cc', 76 'test/layer_test_common.cc',
77 'test/layer_test_common.h', 77 'test/layer_test_common.h',
78 'test/layer_tree_test_common.cc', 78 'test/layer_tree_test_common.cc',
79 'test/layer_tree_test_common.h', 79 'test/layer_tree_test_common.h',
80 'test/mock_quad_culler.cc', 80 'test/mock_quad_culler.cc',
81 'test/mock_quad_culler.h', 81 'test/mock_quad_culler.h',
82 'test/occlusion_tracker_test_common.h', 82 'test/occlusion_tracker_test_common.h',
83 'test/render_pass_test_common.cc',
enne (OOO) 2012/11/09 06:14:55 Looks like you're missing this file.
83 'test/render_pass_test_common.h', 84 'test/render_pass_test_common.h',
84 'test/scheduler_test_common.cc', 85 'test/scheduler_test_common.cc',
85 'test/scheduler_test_common.h', 86 'test/scheduler_test_common.h',
86 'test/test_common.h', 87 'test/test_common.h',
87 'test/tiled_layer_test_common.cc', 88 'test/tiled_layer_test_common.cc',
88 'test/tiled_layer_test_common.h', 89 'test/tiled_layer_test_common.h',
89 ], 90 ],
90 }, 91 },
91 'targets': [ 92 'targets': [
92 { 93 {
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 'variables': { 161 'variables': {
161 'test_suite_name': 'cc_unittests', 162 'test_suite_name': 'cc_unittests',
162 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_unitte sts<(SHARED_LIB_SUFFIX)', 163 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_unitte sts<(SHARED_LIB_SUFFIX)',
163 }, 164 },
164 'includes': [ '../build/apk_test.gypi' ], 165 'includes': [ '../build/apk_test.gypi' ],
165 }, 166 },
166 ], 167 ],
167 }], 168 }],
168 ], 169 ],
169 } 170 }
OLDNEW
« no previous file with comments | « no previous file | cc/direct_renderer.h » ('j') | cc/gl_renderer_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698