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

Side by Side Diff: trunk/src/cc/cc_tests.gyp

Issue 96363002: Revert 237857 "Revert 237848 "Use LatencyInfoSwapPromise to trac..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years 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 | « trunk/src/cc/cc.gyp ('k') | trunk/src/cc/trees/layer_tree_host.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': 1, 7 'chromium_code': 1,
8 'cc_unit_tests_source_files': [ 8 'cc_unit_tests_source_files': [
9 'animation/animation_unittest.cc', 9 'animation/animation_unittest.cc',
10 'animation/keyframed_animation_curve_unittest.cc', 10 'animation/keyframed_animation_curve_unittest.cc',
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 { 211 {
212 'target_name': 'cc_unittests', 212 'target_name': 'cc_unittests',
213 'type': '<(gtest_target_type)', 213 'type': '<(gtest_target_type)',
214 'dependencies': [ 214 'dependencies': [
215 '../base/base.gyp:test_support_base', 215 '../base/base.gyp:test_support_base',
216 '../gpu/gpu.gyp:gpu', 216 '../gpu/gpu.gyp:gpu',
217 '../media/media.gyp:media', 217 '../media/media.gyp:media',
218 '../skia/skia.gyp:skia', 218 '../skia/skia.gyp:skia',
219 '../testing/gmock.gyp:gmock', 219 '../testing/gmock.gyp:gmock',
220 '../testing/gtest.gyp:gtest', 220 '../testing/gtest.gyp:gtest',
221 '../ui/events/events.gyp:events_base',
221 '../ui/gfx/gfx.gyp:gfx', 222 '../ui/gfx/gfx.gyp:gfx',
222 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 223 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
223 'cc.gyp:cc', 224 'cc.gyp:cc',
224 'cc_test_support', 225 'cc_test_support',
225 ], 226 ],
226 'sources': [ 227 'sources': [
227 'test/run_all_unittests.cc', 228 'test/run_all_unittests.cc',
228 'test/cc_test_suite.cc', 229 'test/cc_test_suite.cc',
229 '<@(cc_unit_tests_source_files)', 230 '<@(cc_unit_tests_source_files)',
230 ], 231 ],
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 'test_suite_name': 'cc_perftests', 363 'test_suite_name': 'cc_perftests',
363 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perf tests<(SHARED_LIB_SUFFIX)', 364 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perf tests<(SHARED_LIB_SUFFIX)',
364 }, 365 },
365 'includes': [ '../build/apk_test.gypi' ], 366 'includes': [ '../build/apk_test.gypi' ],
366 }, 367 },
367 ], 368 ],
368 } 369 }
369 ] 370 ]
370 ], 371 ],
371 } 372 }
OLDNEW
« no previous file with comments | « trunk/src/cc/cc.gyp ('k') | trunk/src/cc/trees/layer_tree_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698