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

Side by Side Diff: cc/cc_tests.gyp

Issue 12822004: Part 3 of cc/ directory shuffles: animation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/keyframed_animation_curve.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/animation_unittest.cc',
10 'content_layer_unittest.cc', 10 'content_layer_unittest.cc',
11 'contents_scaling_layer_unittest.cc', 11 'contents_scaling_layer_unittest.cc',
12 'damage_tracker_unittest.cc', 12 'damage_tracker_unittest.cc',
13 'delay_based_time_source_unittest.cc', 13 'delay_based_time_source_unittest.cc',
14 'delegated_renderer_layer_impl_unittest.cc', 14 'delegated_renderer_layer_impl_unittest.cc',
15 'delegating_renderer_unittest.cc', 15 'delegating_renderer_unittest.cc',
16 'draw_quad_unittest.cc', 16 'draw_quad_unittest.cc',
17 'base/float_quad_unittest.cc', 17 'base/float_quad_unittest.cc',
18 'frame_rate_controller_unittest.cc', 18 'frame_rate_controller_unittest.cc',
19 'gl_renderer_unittest.cc', 19 'gl_renderer_unittest.cc',
20 'gl_renderer_pixeltest.cc', 20 'gl_renderer_pixeltest.cc',
21 'base/hash_pair_unittest.cc', 21 'base/hash_pair_unittest.cc',
22 'heads_up_display_unittest.cc', 22 'heads_up_display_unittest.cc',
23 'keyframed_animation_curve_unittest.cc', 23 'animation/keyframed_animation_curve_unittest.cc',
24 'layer_animation_controller_unittest.cc', 24 'animation/layer_animation_controller_unittest.cc',
25 'layer_impl_unittest.cc', 25 'layer_impl_unittest.cc',
26 'layer_iterator_unittest.cc', 26 'layer_iterator_unittest.cc',
27 'layer_quad_unittest.cc', 27 'layer_quad_unittest.cc',
28 'layer_sorter_unittest.cc', 28 'layer_sorter_unittest.cc',
29 'layer_tree_host_common_unittest.cc', 29 'layer_tree_host_common_unittest.cc',
30 'layer_tree_host_impl_unittest.cc', 30 'layer_tree_host_impl_unittest.cc',
31 'layer_tree_host_pixeltest_filters.cc', 31 'layer_tree_host_pixeltest_filters.cc',
32 'layer_tree_host_unittest.cc', 32 'layer_tree_host_unittest.cc',
33 'layer_tree_host_unittest_animation.cc', 33 'layer_tree_host_unittest_animation.cc',
34 'layer_tree_host_unittest_context.cc', 34 'layer_tree_host_unittest_context.cc',
(...skipping 12 matching lines...) Expand all
47 'quad_culler_unittest.cc', 47 'quad_culler_unittest.cc',
48 'base/region_unittest.cc', 48 'base/region_unittest.cc',
49 'render_pass_unittest.cc', 49 'render_pass_unittest.cc',
50 'render_surface_filters_unittest.cc', 50 'render_surface_filters_unittest.cc',
51 'render_surface_unittest.cc', 51 'render_surface_unittest.cc',
52 'resource_provider_unittest.cc', 52 'resource_provider_unittest.cc',
53 'resource_update_controller_unittest.cc', 53 'resource_update_controller_unittest.cc',
54 'scheduler_state_machine_unittest.cc', 54 'scheduler_state_machine_unittest.cc',
55 'scheduler_unittest.cc', 55 'scheduler_unittest.cc',
56 'scoped_resource_unittest.cc', 56 'scoped_resource_unittest.cc',
57 'scrollbar_animation_controller_linear_fade_unittest.cc', 57 'animation/scrollbar_animation_controller_linear_fade_unittest.cc',
58 'scrollbar_layer_unittest.cc', 58 'scrollbar_layer_unittest.cc',
59 'software_renderer_unittest.cc', 59 'software_renderer_unittest.cc',
60 'solid_color_layer_impl_unittest.cc', 60 'solid_color_layer_impl_unittest.cc',
61 'texture_copier_unittest.cc', 61 'texture_copier_unittest.cc',
62 'texture_layer_unittest.cc', 62 'texture_layer_unittest.cc',
63 'texture_uploader_unittest.cc', 63 'texture_uploader_unittest.cc',
64 'tile_priority_unittest.cc', 64 'tile_priority_unittest.cc',
65 'tiled_layer_impl_unittest.cc', 65 'tiled_layer_impl_unittest.cc',
66 'tiled_layer_unittest.cc', 66 'tiled_layer_unittest.cc',
67 'base/tiling_data_unittest.cc', 67 'base/tiling_data_unittest.cc',
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 'variables': { 286 'variables': {
287 'test_suite_name': 'cc_perftests', 287 'test_suite_name': 'cc_perftests',
288 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte sts<(SHARED_LIB_SUFFIX)', 288 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte sts<(SHARED_LIB_SUFFIX)',
289 }, 289 },
290 'includes': [ '../build/apk_test.gypi' ], 290 'includes': [ '../build/apk_test.gypi' ],
291 }, 291 },
292 ], 292 ],
293 }] 293 }]
294 ], 294 ],
295 } 295 }
OLDNEW
« no previous file with comments | « cc/cc.gyp ('k') | cc/keyframed_animation_curve.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698