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

Unified Diff: ui/compositor/compositor.gyp

Issue 12603013: Part 10 of cc/ directory shuffles: layers (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 | « ui/compositor/compositor.cc ('k') | ui/compositor/layer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/compositor.gyp
diff --git a/ui/compositor/compositor.gyp b/ui/compositor/compositor.gyp
index 2275503dff5ee790ada437ebf5bba090f1cbc344..221b2ee40f2421a0dbe2153052c8f94a787df468 100644
--- a/ui/compositor/compositor.gyp
+++ b/ui/compositor/compositor.gyp
@@ -37,8 +37,8 @@
'dip_util.h',
'float_animation_curve_adapter.cc',
'float_animation_curve_adapter.h',
- 'layer.cc',
- 'layer.h',
+ 'layers/layer.cc',
+ 'layers/layer.h',
'layer_animation_delegate.h',
'layer_animation_element.cc',
'layer_animation_element.h',
@@ -118,7 +118,7 @@
'layer_animation_element_unittest.cc',
'layer_animation_sequence_unittest.cc',
'layer_animator_unittest.cc',
- 'layer_unittest.cc',
+ 'layers/layer_unittest.cc',
'run_all_unittests.cc',
'test/layer_animator_test_controller.cc',
'test/layer_animator_test_controller.h',
« no previous file with comments | « ui/compositor/compositor.cc ('k') | ui/compositor/layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698