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

Side by Side Diff: cc/cc_tests.gyp

Issue 11361223: cc: Remove cc::settings, move them to LayerTreeSettings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix-unittests 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 | « cc/cc.gyp ('k') | cc/content_layer.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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 83 'test/render_pass_test_common.cc',
84 'test/render_pass_test_common.h', 84 'test/render_pass_test_common.h',
85 'test/scheduler_test_common.cc', 85 'test/scheduler_test_common.cc',
86 'test/scheduler_test_common.h', 86 'test/scheduler_test_common.h',
87 'test/test_common.h',
88 'test/tiled_layer_test_common.cc', 87 'test/tiled_layer_test_common.cc',
89 'test/tiled_layer_test_common.h', 88 'test/tiled_layer_test_common.h',
90 ], 89 ],
91 }, 90 },
92 'targets': [ 91 'targets': [
93 { 92 {
94 'target_name': 'cc_unittests', 93 'target_name': 'cc_unittests',
95 'type': '<(gtest_target_type)', 94 'type': '<(gtest_target_type)',
96 'dependencies': [ 95 'dependencies': [
97 '../base/base.gyp:test_support_base', 96 '../base/base.gyp:test_support_base',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 'variables': { 160 'variables': {
162 'test_suite_name': 'cc_unittests', 161 'test_suite_name': 'cc_unittests',
163 '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)',
164 }, 163 },
165 'includes': [ '../build/apk_test.gypi' ], 164 'includes': [ '../build/apk_test.gypi' ],
166 }, 165 },
167 ], 166 ],
168 }], 167 }],
169 ], 168 ],
170 } 169 }
OLDNEW
« no previous file with comments | « cc/cc.gyp ('k') | cc/content_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698