summaryrefslogtreecommitdiffstats
path: root/apps/apps.gypi
diff options
context:
space:
mode:
authormgiuca@chromium.org <mgiuca@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-30 14:34:36 +0000
committermgiuca@chromium.org <mgiuca@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-30 14:34:36 +0000
commit27df2a08ef9fff7b78a3485bdc150d9241777170 (patch)
tree7369d199f3c787275d7c5565de221f5cae2507ca /apps/apps.gypi
parent945babb1f605b590a8644b2f1ec47ddfda71d573 (diff)
downloadchromium_src-27df2a08ef9fff7b78a3485bdc150d9241777170.zip
chromium_src-27df2a08ef9fff7b78a3485bdc150d9241777170.tar.gz
chromium_src-27df2a08ef9fff7b78a3485bdc150d9241777170.tar.bz2
Split out the non-app-window-specific parts of AppWindow::Delegate.
Created a new class AppDelegate and moved most of the methods of AppWindow::Delegate there (those that are not specific to app windows). This will enable custom launcher pages to reuse the same delegate without being tied to AppWindow. BUG=391137 TBR=davemoore@chromium.org Review URL: https://codereview.chromium.org/402333004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286514 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps/apps.gypi')
-rw-r--r--apps/apps.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/apps.gypi b/apps/apps.gypi
index b5fd397..0e65e29 100644
--- a/apps/apps.gypi
+++ b/apps/apps.gypi
@@ -23,6 +23,7 @@
'<(grit_out_dir)',
],
'sources': [
+ 'app_delegate.h',
'app_lifetime_monitor.cc',
'app_lifetime_monitor.h',
'app_lifetime_monitor_factory.cc',