summaryrefslogtreecommitdiffstats
path: root/apps/apps.gypi
diff options
context:
space:
mode:
authorjamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-27 03:06:37 +0000
committerjamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-27 03:06:37 +0000
commit703da7149c1c5d5aac592ed76a48fa676df39dad (patch)
treea1ec931a3fcba78312702fc0002f5781606bde69 /apps/apps.gypi
parentded63f2998e10150dc3eb8c5b3cdf0ddbe8e1901 (diff)
downloadchromium_src-703da7149c1c5d5aac592ed76a48fa676df39dad.zip
chromium_src-703da7149c1c5d5aac592ed76a48fa676df39dad.tar.gz
chromium_src-703da7149c1c5d5aac592ed76a48fa676df39dad.tar.bz2
Remove unused AppKeepAliveService
For app_shell (go/appshell) we need to remove the circular dependencies from src/apps back to src/chrome. AppKeepAliveService has dependencies on Chrome but is unused, so let's delete it instead of fixing it. BUG=326040 TEST=compiles TBR=erg@chromium.org for deleting an unused include from chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc Review URL: https://codereview.chromium.org/172313004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@253695 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps/apps.gypi')
-rw-r--r--apps/apps.gypi4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/apps.gypi b/apps/apps.gypi
index 3b780ab..cb317ac 100644
--- a/apps/apps.gypi
+++ b/apps/apps.gypi
@@ -23,10 +23,6 @@
'<(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',