Chromium Code Reviews| Index: apps/apps.gypi |
| diff --git a/apps/apps.gypi b/apps/apps.gypi |
| index 43f9cc50fbe43792325e9fa868093cd9da3fc31c..e88c79ec4f4f5ec153e0ae07cd448a04ce073f5c 100644 |
| --- a/apps/apps.gypi |
| +++ b/apps/apps.gypi |
| @@ -22,10 +22,14 @@ |
| '<(INTERMEDIATE_DIR)', |
| ], |
| 'sources': [ |
| + 'app_launcher.cc', |
| + 'app_launcher.h', |
| 'app_restore_service.cc', |
| 'app_restore_service.h', |
| 'app_restore_service_factory.cc', |
| 'app_restore_service_factory.h', |
| + 'prefs.cc', |
| + 'prefs.h', |
| ], |
| 'conditions': [ |
| ['enable_extensions==0', { |