| Index: ui/aura_shell/aura_shell.gyp
|
| diff --git a/ui/aura_shell/aura_shell.gyp b/ui/aura_shell/aura_shell.gyp
|
| index 17e71454eea87e35f06abf725d1fcd8e488aa00b..e13708ee4d79d236f4adc622a97673fea9fdf80b 100644
|
| --- a/ui/aura_shell/aura_shell.gyp
|
| +++ b/ui/aura_shell/aura_shell.gyp
|
| @@ -33,6 +33,8 @@
|
| ],
|
| 'sources': [
|
| # All .cc, .h under views, except unittests
|
| + 'always_on_top_controller.cc',
|
| + 'always_on_top_controller.h',
|
| 'default_container_event_filter.cc',
|
| 'default_container_event_filter.h',
|
| 'default_container_layout_manager.cc',
|
| @@ -114,6 +116,7 @@
|
| 'toplevel_layout_manager_unittest.cc',
|
| 'workspace/workspace_manager_unittest.cc',
|
| 'run_all_unittests.cc',
|
| + 'shell_unittest.cc',
|
| 'test_suite.cc',
|
| 'test_suite.h',
|
|
|
|
|