Chromium Code Reviews| Index: apps/apps.gypi |
| diff --git a/apps/apps.gypi b/apps/apps.gypi |
| index 43f9cc50fbe43792325e9fa868093cd9da3fc31c..257195dde87318f72c6a53174298a965b8791542 100644 |
| --- a/apps/apps.gypi |
| +++ b/apps/apps.gypi |
| @@ -22,10 +22,16 @@ |
| '<(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', |
| + 'pref_names.cc', |
| + 'pref_names.h', |
| + 'prefs.cc', |
| + 'prefs.h', |
| ], |
| 'conditions': [ |
| ['enable_extensions==0', { |