| 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',
|
| ],
|
| },
|
| {
|
|
|