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

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

Issue 96073002: Revert 237848 "Use LatencyInfoSwapPromise to track LatencyInfo t..." (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',
222 '../ui/gfx/gfx.gyp:gfx', 221 '../ui/gfx/gfx.gyp:gfx',
223 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 222 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
224 'cc.gyp:cc', 223 'cc.gyp:cc',
225 'cc_test_support', 224 'cc_test_support',
226 ], 225 ],
227 'sources': [ 226 'sources': [
228 'test/run_all_unittests.cc', 227 'test/run_all_unittests.cc',
229 'test/cc_test_suite.cc', 228 'test/cc_test_suite.cc',
230 '<@(cc_unit_tests_source_files)', 229 '<@(cc_unit_tests_source_files)',
231 ], 230 ],
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 'test_suite_name': 'cc_perftests', 362 'test_suite_name': 'cc_perftests',
364 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perf tests<(SHARED_LIB_SUFFIX)', 363 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perf tests<(SHARED_LIB_SUFFIX)',
365 }, 364 },
366 'includes': [ '../build/apk_test.gypi' ], 365 'includes': [ '../build/apk_test.gypi' ],
367 }, 366 },
368 ], 367 ],
369 } 368 }
370 ] 369 ]
371 ], 370 ],
372 } 371 }
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