| Index: ui/aura_shell/aura_shell.gyp
|
| diff --git a/ui/aura_shell/aura_shell.gyp b/ui/aura_shell/aura_shell.gyp
|
| index 9a9fb010756e53d143ac07ba4f13b0b0038018c2..7f221231d835742604509095f053b306e4e41414 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',
|
| @@ -121,6 +123,7 @@
|
| 'launcher/view_model_unittest.cc',
|
| 'launcher/view_model_utils_unittest.cc',
|
| 'run_all_unittests.cc',
|
| + 'shell_unittest.cc',
|
| 'stacking_controller_unittest.cc',
|
| 'test_suite.cc',
|
| 'test_suite.h',
|
|
|