diff options
Diffstat (limited to 'apps/apps.gypi')
-rw-r--r-- | apps/apps.gypi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/apps.gypi b/apps/apps.gypi index 43f9cc5..257195d 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', { |