summaryrefslogtreecommitdiffstats
path: root/apps/apps.gypi
diff options
context:
space:
mode:
authormgiuca@chromium.org <mgiuca@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-11 03:49:11 +0000
committermgiuca@chromium.org <mgiuca@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-11 03:49:11 +0000
commitec05733941d5e225a0936036820e8d6bf1f1e531 (patch)
treeeabfd243a5fb8c06c56b52bc87415a165ff61119 /apps/apps.gypi
parent54bc61b2ca7a6f6592830f8169be42222273fdc8 (diff)
downloadchromium_src-ec05733941d5e225a0936036820e8d6bf1f1e531.zip
chromium_src-ec05733941d5e225a0936036820e8d6bf1f1e531.tar.gz
chromium_src-ec05733941d5e225a0936036820e8d6bf1f1e531.tar.bz2
Experimental app list: Custom launcher pages have app APIs and style.
Added CustomLauncherPageContents, which is copied from AppWindowContents and modified to provide launcher pages instead. This correctly dispatches messages to the extensions system. The extension inside the launcher page is now "activated" which ensures that it is styled as a platform app and given the correct APIs by the extension dispatcher. BUG=391137 BUG=391202 Review URL: https://codereview.chromium.org/365013003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282530 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps/apps.gypi')
-rw-r--r--apps/apps.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/apps.gypi b/apps/apps.gypi
index f52151a..b5fd397 100644
--- a/apps/apps.gypi
+++ b/apps/apps.gypi
@@ -47,6 +47,8 @@
'apps_client.h',
'browser_context_keyed_service_factories.cc',
'browser_context_keyed_service_factories.h',
+ 'custom_launcher_page_contents.cc',
+ 'custom_launcher_page_contents.h',
'launcher.cc',
'launcher.h',
'metrics_names.h',