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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/cc.gyp ('k') | cc/keyframed_animation_curve.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc_tests.gyp
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index 7ba94c71e6c0d4551ec1406863476085d10c1d7e..a4e010df530e38d367f8fe92fb372eab28b7db2c 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -6,7 +6,7 @@
'variables': {
'chromium_code': 0,
'cc_unit_tests_source_files': [
- 'animation_unittest.cc',
+ 'animation/animation_unittest.cc',
'content_layer_unittest.cc',
'contents_scaling_layer_unittest.cc',
'damage_tracker_unittest.cc',
@@ -20,8 +20,8 @@
'gl_renderer_pixeltest.cc',
'base/hash_pair_unittest.cc',
'heads_up_display_unittest.cc',
- 'keyframed_animation_curve_unittest.cc',
- 'layer_animation_controller_unittest.cc',
+ 'animation/keyframed_animation_curve_unittest.cc',
+ 'animation/layer_animation_controller_unittest.cc',
'layer_impl_unittest.cc',
'layer_iterator_unittest.cc',
'layer_quad_unittest.cc',
@@ -54,7 +54,7 @@
'scheduler_state_machine_unittest.cc',
'scheduler_unittest.cc',
'scoped_resource_unittest.cc',
- 'scrollbar_animation_controller_linear_fade_unittest.cc',
+ 'animation/scrollbar_animation_controller_linear_fade_unittest.cc',
'scrollbar_layer_unittest.cc',
'software_renderer_unittest.cc',
'solid_color_layer_impl_unittest.cc',
« 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