diff options
Diffstat (limited to 'apps/apps.gypi')
-rw-r--r-- | apps/apps.gypi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/apps.gypi b/apps/apps.gypi index e956c46..ea177bd 100644 --- a/apps/apps.gypi +++ b/apps/apps.gypi @@ -23,6 +23,10 @@ '<(grit_out_dir)', ], 'sources': [ + 'app_keep_alive_service.cc', + 'app_keep_alive_service.h', + 'app_keep_alive_service_factory.cc', + 'app_keep_alive_service_factory.h', 'app_lifetime_monitor.cc', 'app_lifetime_monitor.h', 'app_lifetime_monitor_factory.cc', |