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

Side by Side Diff: cc/cc_tests.gyp

Issue 947033002: CC Animations: Establish AnimationHost, AnimationTimeline and AnimationPlayer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ElementAnimations. MutatorHostClient. cc/public. Animation timelines test common. Created 5 years, 5 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
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_host_unittest.cc',
10 'animation/animation_player_unittest.cc',
11 'animation/animation_timeline_unittest.cc',
9 'animation/animation_unittest.cc', 12 'animation/animation_unittest.cc',
13 'animation/element_animations_unittest.cc',
10 'animation/keyframed_animation_curve_unittest.cc', 14 'animation/keyframed_animation_curve_unittest.cc',
11 'animation/layer_animation_controller_unittest.cc', 15 'animation/layer_animation_controller_unittest.cc',
12 'animation/scroll_offset_animation_curve_unittest.cc', 16 'animation/scroll_offset_animation_curve_unittest.cc',
13 'animation/scrollbar_animation_controller_linear_fade_unittest.cc', 17 'animation/scrollbar_animation_controller_linear_fade_unittest.cc',
14 'animation/scrollbar_animation_controller_thinning_unittest.cc', 18 'animation/scrollbar_animation_controller_thinning_unittest.cc',
15 'animation/transform_operations_unittest.cc', 19 'animation/transform_operations_unittest.cc',
16 'base/delayed_unique_notifier_unittest.cc', 20 'base/delayed_unique_notifier_unittest.cc',
17 'base/float_quad_unittest.cc', 21 'base/float_quad_unittest.cc',
18 'base/histograms_unittest.cc', 22 'base/histograms_unittest.cc',
19 'base/list_container_unittest.cc', 23 'base/list_container_unittest.cc',
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 'surfaces/surface_aggregator_test_helpers.h', 148 'surfaces/surface_aggregator_test_helpers.h',
145 'surfaces/surface_aggregator_unittest.cc', 149 'surfaces/surface_aggregator_unittest.cc',
146 'surfaces/surface_display_output_surface_unittest.cc', 150 'surfaces/surface_display_output_surface_unittest.cc',
147 'surfaces/surface_factory_unittest.cc', 151 'surfaces/surface_factory_unittest.cc',
148 'surfaces/surface_unittest.cc', 152 'surfaces/surface_unittest.cc',
149 'surfaces/surfaces_pixeltest.cc', 153 'surfaces/surfaces_pixeltest.cc',
150 ], 154 ],
151 'cc_tests_support_files': [ 155 'cc_tests_support_files': [
152 'test/animation_test_common.cc', 156 'test/animation_test_common.cc',
153 'test/animation_test_common.h', 157 'test/animation_test_common.h',
158 'test/animation_timelines_test_common.cc',
159 'test/animation_timelines_test_common.h',
154 'test/begin_frame_args_test.cc', 160 'test/begin_frame_args_test.cc',
155 'test/begin_frame_args_test.h', 161 'test/begin_frame_args_test.h',
156 'test/failure_output_surface.cc', 162 'test/failure_output_surface.cc',
157 'test/failure_output_surface.h', 163 'test/failure_output_surface.h',
158 'test/fake_content_layer_client.cc', 164 'test/fake_content_layer_client.cc',
159 'test/fake_content_layer_client.h', 165 'test/fake_content_layer_client.h',
160 'test/fake_delegated_renderer_layer.cc', 166 'test/fake_delegated_renderer_layer.cc',
161 'test/fake_delegated_renderer_layer.h', 167 'test/fake_delegated_renderer_layer.h',
162 'test/fake_delegated_renderer_layer_impl.cc', 168 'test/fake_delegated_renderer_layer_impl.cc',
163 'test/fake_delegated_renderer_layer_impl.h', 169 'test/fake_delegated_renderer_layer_impl.h',
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 479 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
474 ], 480 ],
475 } 481 }
476 ], 482 ],
477 ], 483 ],
478 }, 484 },
479 ], 485 ],
480 }], 486 }],
481 ], 487 ],
482 } 488 }
OLDNEW
« no previous file with comments | « cc/cc.gyp ('k') | cc/layers/layer.cc » ('j') | cc/public/mutator_host_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698