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

Unified Diff: ui/aura/aura.gyp

Issue 7970001: Better Z-index support. (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 | « no previous file | ui/aura/desktop.h » ('j') | ui/aura/desktop.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/aura.gyp
===================================================================
--- ui/aura/aura.gyp (revision 101829)
+++ ui/aura/aura.gyp (working copy)
@@ -31,6 +31,8 @@
'desktop.h',
'event.cc',
'event.h',
+ 'event_filter.cc',
+ 'event_filter.h',
'event_win.cc',
'event_x.cc',
'focus_manager.cc',
@@ -39,11 +41,13 @@
'layout_manager.h',
'root_window.cc',
'root_window.h',
+ 'toplevel_window_container.cc',
+ 'toplevel_window_container.h',
+ 'toplevel_window_event_filter.cc',
+ 'toplevel_window_event_filter.h',
'window.cc',
'window.h',
'window_delegate.h',
- 'window_manager.cc',
- 'window_manager.h',
],
},
{
« no previous file with comments | « no previous file | ui/aura/desktop.h » ('j') | ui/aura/desktop.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698