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

Side by Side Diff: cc/cc_tests.gyp

Issue 12378053: Move Mailbox from cc to gpu, and its traits to gpu/ipc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ios hate Created 7 years, 9 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_frame_data.h » ('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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 'test/tiled_layer_test_common.cc', 137 'test/tiled_layer_test_common.cc',
138 'test/tiled_layer_test_common.h', 138 'test/tiled_layer_test_common.h',
139 ], 139 ],
140 }, 140 },
141 'targets': [ 141 'targets': [
142 { 142 {
143 'target_name': 'cc_unittests', 143 'target_name': 'cc_unittests',
144 'type': '<(gtest_target_type)', 144 'type': '<(gtest_target_type)',
145 'dependencies': [ 145 'dependencies': [
146 '../base/base.gyp:test_support_base', 146 '../base/base.gyp:test_support_base',
147 '../gpu/gpu.gyp:gpu',
147 '../media/media.gyp:media', 148 '../media/media.gyp:media',
148 '../skia/skia.gyp:skia', 149 '../skia/skia.gyp:skia',
149 '../testing/gmock.gyp:gmock', 150 '../testing/gmock.gyp:gmock',
150 '../testing/gtest.gyp:gtest', 151 '../testing/gtest.gyp:gtest',
151 '../ui/ui.gyp:ui', 152 '../ui/ui.gyp:ui',
152 '../webkit/gpu/webkit_gpu.gyp:webkit_gpu', 153 '../webkit/gpu/webkit_gpu.gyp:webkit_gpu',
153 'cc.gyp:cc', 154 'cc.gyp:cc',
154 'cc_test_support', 155 'cc_test_support',
155 'cc_test_utils', 156 'cc_test_utils',
156 ], 157 ],
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 'variables': { 283 'variables': {
283 'test_suite_name': 'cc_perftests', 284 'test_suite_name': 'cc_perftests',
284 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte sts<(SHARED_LIB_SUFFIX)', 285 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte sts<(SHARED_LIB_SUFFIX)',
285 }, 286 },
286 'includes': [ '../build/apk_test.gypi' ], 287 'includes': [ '../build/apk_test.gypi' ],
287 }, 288 },
288 ], 289 ],
289 }] 290 }]
290 ], 291 ],
291 } 292 }
OLDNEW
« no previous file with comments | « cc/cc.gyp ('k') | cc/gl_frame_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698