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

Unified Diff: views/views.gyp

Issue 8572016: views: Move more two directories into ui/views/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | « views/aura_desktop/aura_desktop_main.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/views.gyp
diff --git a/views/views.gyp b/views/views.gyp
index 19b1e4a068bcd6f71bff2d13d5687b88bffa324e..de3409c08af7599f73dd16df41b241363e89447b 100644
--- a/views/views.gyp
+++ b/views/views.gyp
@@ -57,8 +57,6 @@
# All .cc, .h under views, except unittests
'accessible_pane_view.cc',
'accessible_pane_view.h',
- 'animation/bounds_animator.cc',
- 'animation/bounds_animator.h',
'background.cc',
'background.h',
'border.cc',
@@ -394,6 +392,8 @@
'widget/widget_delegate.h',
'widget/window_manager.cc',
'widget/window_manager.h',
+ '../ui/views/animation/bounds_animator.cc',
+ '../ui/views/animation/bounds_animator.h',
'../ui/views/accessibility/native_view_accessibility_win.cc',
'../ui/views/accessibility/native_view_accessibility_win.h',
'../ui/views/window/client_view.cc',
@@ -574,8 +574,8 @@
'..',
],
'sources': [
+ '../ui/views/animation/bounds_animator_unittest.cc',
'accessible_pane_view_unittest.cc',
- 'animation/bounds_animator_unittest.cc',
'bubble/bubble_delegate_unittest.cc',
'bubble/bubble_frame_view_unittest.cc',
'controls/label_unittest.cc',
@@ -914,7 +914,7 @@
'..',
],
'sources': [
- 'aura_desktop/aura_desktop_main.cc',
+ '../ui/aura_desktop/aura_desktop_main.cc',
'<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
'<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
'<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standard.rc',
« no previous file with comments | « views/aura_desktop/aura_desktop_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698