Index: ui/aura_shell/aura_shell.gyp |
=================================================================== |
--- ui/aura_shell/aura_shell.gyp (revision 101379) |
+++ ui/aura_shell/aura_shell.gyp (working copy) |
@@ -25,10 +25,24 @@ |
'../ui.gyp:ui', |
'../ui.gyp:ui_resources', |
'../ui.gyp:ui_resources_standard', |
+ '../aura/aura.gyp:aura', |
'../../views/views.gyp:views', |
], |
'sources': [ |
# All .cc, .h under views, except unittests |
+ 'desktop_background_view.cc', |
+ 'desktop_background_view.h', |
+ 'desktop_layout_manager.cc', |
+ 'desktop_layout_manager.h', |
+ 'launcher/launcher_view.cc', |
+ 'launcher/launcher_view.h', |
+ 'launcher/launcher_button.cc', |
+ 'launcher/launcher_button.h', |
+ 'sample_window.cc', |
+ 'sample_window.h', |
+ 'shell_factory.h', |
+ 'status_area_view.cc', |
+ 'status_area_view.h', |
], |
}, |
{ |