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

Side by Side Diff: cc/cc_tests.gyp

Issue 17244003: cc: Move task graph construction to RasterWorkerPool classes. (Closed) Base URL: http://git.chromium.org/chromium/src.git@wp-run-count
Patch Set: add missing CC_EXPORT Created 7 years, 6 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
« no previous file with comments | « no previous file | cc/resources/image_raster_worker_pool.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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 '../base/base.gyp:test_support_base', 225 '../base/base.gyp:test_support_base',
226 '../media/media.gyp:media', 226 '../media/media.gyp:media',
227 '../skia/skia.gyp:skia', 227 '../skia/skia.gyp:skia',
228 '../testing/gmock.gyp:gmock', 228 '../testing/gmock.gyp:gmock',
229 '../testing/gtest.gyp:gtest', 229 '../testing/gtest.gyp:gtest',
230 '../ui/ui.gyp:ui', 230 '../ui/ui.gyp:ui',
231 'cc.gyp:cc', 231 'cc.gyp:cc',
232 'cc_test_support', 232 'cc_test_support',
233 ], 233 ],
234 'sources': [ 234 'sources': [
235 'resources/raster_worker_pool_perftest.cc',
235 'resources/worker_pool_perftest.cc', 236 'resources/worker_pool_perftest.cc',
236 'test/cc_test_suite.cc', 237 'test/cc_test_suite.cc',
237 'test/run_all_unittests.cc', 238 'test/run_all_unittests.cc',
238 'trees/layer_tree_host_perftest.cc', 239 'trees/layer_tree_host_perftest.cc',
239 ], 240 ],
240 'include_dirs': [ 241 'include_dirs': [
241 'test', 242 'test',
242 '.', 243 '.',
243 ], 244 ],
244 'conditions': [ 245 'conditions': [
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 'variables': { 325 'variables': {
325 'test_suite_name': 'cc_perftests', 326 'test_suite_name': 'cc_perftests',
326 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte sts<(SHARED_LIB_SUFFIX)', 327 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte sts<(SHARED_LIB_SUFFIX)',
327 }, 328 },
328 'includes': [ '../build/apk_test.gypi' ], 329 'includes': [ '../build/apk_test.gypi' ],
329 }, 330 },
330 ], 331 ],
331 }] 332 }]
332 ], 333 ],
333 } 334 }
OLDNEW
« no previous file with comments | « no previous file | cc/resources/image_raster_worker_pool.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698