| Index: apps/apps.gypi
|
| diff --git a/apps/apps.gypi b/apps/apps.gypi
|
| index f6bfa6c3261695de0fc9943dd2037908d1ecd219..c2673a27c346b9513399e9a138e3dea9661ea9d2 100644
|
| --- a/apps/apps.gypi
|
| +++ b/apps/apps.gypi
|
| @@ -26,6 +26,10 @@
|
| 'app_launch_for_metro_restart_win.h',
|
| 'app_launcher.cc',
|
| 'app_launcher.h',
|
| + 'app_load_service.cc',
|
| + 'app_load_service.h',
|
| + 'app_load_service_factory.cc',
|
| + 'app_load_service_factory.h',
|
| 'app_restore_service.cc',
|
| 'app_restore_service.h',
|
| 'app_restore_service_factory.cc',
|
| @@ -52,6 +56,8 @@
|
| 'shortcut_manager.h',
|
| 'shortcut_manager_factory.cc',
|
| 'shortcut_manager_factory.h',
|
| + 'switches.cc',
|
| + 'switches.h',
|
| ],
|
| 'conditions': [
|
| ['enable_extensions==0',
|
|
|