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

Side by Side Diff: cc/cc_tests.gyp

Issue 17004002: cc: Move WorkerPool from cc/base to cc/resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | Annotate | Revision Log
« no previous file with comments | « cc/cc.gyp ('k') | cc/resources/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',
11 'animation/layer_animation_controller_unittest.cc', 11 'animation/layer_animation_controller_unittest.cc',
12 'animation/scrollbar_animation_controller_linear_fade_unittest.cc', 12 'animation/scrollbar_animation_controller_linear_fade_unittest.cc',
13 'animation/timing_function_unittest.cc', 13 'animation/timing_function_unittest.cc',
14 'animation/transform_operations_unittest.cc', 14 'animation/transform_operations_unittest.cc',
15 'base/float_quad_unittest.cc', 15 'base/float_quad_unittest.cc',
16 'base/hash_pair_unittest.cc', 16 'base/hash_pair_unittest.cc',
17 'base/math_util_unittest.cc', 17 'base/math_util_unittest.cc',
18 'base/region_unittest.cc', 18 'base/region_unittest.cc',
19 'base/scoped_ptr_vector_unittest.cc', 19 'base/scoped_ptr_vector_unittest.cc',
20 'base/tiling_data_unittest.cc', 20 'base/tiling_data_unittest.cc',
21 'base/util_unittest.cc', 21 'base/util_unittest.cc',
22 'base/worker_pool_unittest.cc',
23 'input/top_controls_manager_unittest.cc', 22 'input/top_controls_manager_unittest.cc',
24 'layers/content_layer_unittest.cc', 23 'layers/content_layer_unittest.cc',
25 'layers/contents_scaling_layer_unittest.cc', 24 'layers/contents_scaling_layer_unittest.cc',
26 'layers/delegated_renderer_layer_impl_unittest.cc', 25 'layers/delegated_renderer_layer_impl_unittest.cc',
27 'layers/heads_up_display_unittest.cc', 26 'layers/heads_up_display_unittest.cc',
28 'layers/layer_impl_unittest.cc', 27 'layers/layer_impl_unittest.cc',
29 'layers/layer_iterator_unittest.cc', 28 'layers/layer_iterator_unittest.cc',
30 'layers/layer_position_constraint_unittest.cc', 29 'layers/layer_position_constraint_unittest.cc',
31 'layers/layer_unittest.cc', 30 'layers/layer_unittest.cc',
32 'layers/nine_patch_layer_impl_unittest.cc', 31 'layers/nine_patch_layer_impl_unittest.cc',
(...skipping 22 matching lines...) Expand all
55 'resources/picture_pile_impl_unittest.cc', 54 'resources/picture_pile_impl_unittest.cc',
56 'resources/picture_pile_unittest.cc', 55 'resources/picture_pile_unittest.cc',
57 'resources/picture_unittest.cc', 56 'resources/picture_unittest.cc',
58 'resources/prioritized_resource_unittest.cc', 57 'resources/prioritized_resource_unittest.cc',
59 'resources/raster_worker_pool_unittest.cc', 58 'resources/raster_worker_pool_unittest.cc',
60 'resources/resource_provider_unittest.cc', 59 'resources/resource_provider_unittest.cc',
61 'resources/resource_update_controller_unittest.cc', 60 'resources/resource_update_controller_unittest.cc',
62 'resources/scoped_resource_unittest.cc', 61 'resources/scoped_resource_unittest.cc',
63 'resources/tile_manager_unittest.cc', 62 'resources/tile_manager_unittest.cc',
64 'resources/tile_priority_unittest.cc', 63 'resources/tile_priority_unittest.cc',
64 'resources/worker_pool_unittest.cc',
65 'scheduler/delay_based_time_source_unittest.cc', 65 'scheduler/delay_based_time_source_unittest.cc',
66 'scheduler/frame_rate_controller_unittest.cc', 66 'scheduler/frame_rate_controller_unittest.cc',
67 'scheduler/rolling_time_delta_history_unittest.cc', 67 'scheduler/rolling_time_delta_history_unittest.cc',
68 'scheduler/scheduler_state_machine_unittest.cc', 68 'scheduler/scheduler_state_machine_unittest.cc',
69 'scheduler/scheduler_unittest.cc', 69 'scheduler/scheduler_unittest.cc',
70 'scheduler/texture_uploader_unittest.cc', 70 'scheduler/texture_uploader_unittest.cc',
71 'test/fake_web_graphics_context_3d_unittest.cc', 71 'test/fake_web_graphics_context_3d_unittest.cc',
72 'trees/damage_tracker_unittest.cc', 72 'trees/damage_tracker_unittest.cc',
73 'trees/layer_sorter_unittest.cc', 73 'trees/layer_sorter_unittest.cc',
74 'trees/layer_tree_host_common_unittest.cc', 74 'trees/layer_tree_host_common_unittest.cc',
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 '../base/base.gyp:test_support_base', 220 '../base/base.gyp:test_support_base',
221 '../media/media.gyp:media', 221 '../media/media.gyp:media',
222 '../skia/skia.gyp:skia', 222 '../skia/skia.gyp:skia',
223 '../testing/gmock.gyp:gmock', 223 '../testing/gmock.gyp:gmock',
224 '../testing/gtest.gyp:gtest', 224 '../testing/gtest.gyp:gtest',
225 '../ui/ui.gyp:ui', 225 '../ui/ui.gyp:ui',
226 'cc.gyp:cc', 226 'cc.gyp:cc',
227 'cc_test_support', 227 'cc_test_support',
228 ], 228 ],
229 'sources': [ 229 'sources': [
230 'base/worker_pool_perftest.cc', 230 'resources/worker_pool_perftest.cc',
231 'test/cc_test_suite.cc', 231 'test/cc_test_suite.cc',
232 'test/run_all_unittests.cc', 232 'test/run_all_unittests.cc',
233 'trees/layer_tree_host_perftest.cc', 233 'trees/layer_tree_host_perftest.cc',
234 ], 234 ],
235 'include_dirs': [ 235 'include_dirs': [
236 'test', 236 'test',
237 '.', 237 '.',
238 ], 238 ],
239 'conditions': [ 239 'conditions': [
240 ['OS == "android" and gtest_target_type == "shared_library"', { 240 ['OS == "android" and gtest_target_type == "shared_library"', {
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 'variables': { 319 'variables': {
320 'test_suite_name': 'cc_perftests', 320 'test_suite_name': 'cc_perftests',
321 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte sts<(SHARED_LIB_SUFFIX)', 321 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte sts<(SHARED_LIB_SUFFIX)',
322 }, 322 },
323 'includes': [ '../build/apk_test.gypi' ], 323 'includes': [ '../build/apk_test.gypi' ],
324 }, 324 },
325 ], 325 ],
326 }] 326 }]
327 ], 327 ],
328 } 328 }
OLDNEW
« no previous file with comments | « cc/cc.gyp ('k') | cc/resources/raster_worker_pool.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698