| 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..f4a0e1287e42b6ed173fcfec5c7e5371d0b71884 100644
|
| --- a/ui/aura_shell/aura_shell.gyp
|
| +++ b/ui/aura_shell/aura_shell.gyp
|
| @@ -43,6 +43,8 @@
|
| 'desktop_event_filter.h',
|
| 'desktop_layout_manager.cc',
|
| 'desktop_layout_manager.h',
|
| + 'drag_drop_controller.cc',
|
| + 'drag_drop_controller.h',
|
| 'launcher/app_launcher_button.cc',
|
| 'launcher/app_launcher_button.h',
|
| 'launcher/launcher.cc',
|
| @@ -117,6 +119,7 @@
|
| 'sources': [
|
| 'default_container_layout_manager_unittest.cc',
|
| 'desktop_event_filter_unittest.cc',
|
| + 'drag_drop_controller_unittest.cc',
|
| 'launcher/launcher_model_unittest.cc',
|
| 'launcher/view_model_unittest.cc',
|
| 'launcher/view_model_utils_unittest.cc',
|
|
|