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

Unified Diff: ui/aura_shell/aura_shell.gyp

Issue 7890054: Adds code for a new Aura shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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/aura/window_unittest.cc ('k') | ui/aura_shell/aura_shell_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura_shell/aura_shell.gyp
===================================================================
--- ui/aura_shell/aura_shell.gyp (revision 101422)
+++ 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',
],
},
{
« no previous file with comments | « ui/aura/window_unittest.cc ('k') | ui/aura_shell/aura_shell_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698