summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_common.gypi
diff options
context:
space:
mode:
authortengs@chromium.org <tengs@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-26 08:42:30 +0000
committertengs@chromium.org <tengs@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-26 08:42:30 +0000
commit14a18bf29f50bccceb3be7ba9aefb7b9ce5834c3 (patch)
treed40092078c383546966826641e24c4af5409991d /chrome/chrome_common.gypi
parentdec3e9395662225cc8535562f55b401bcda4d26d (diff)
downloadchromium_src-14a18bf29f50bccceb3be7ba9aefb7b9ce5834c3.zip
chromium_src-14a18bf29f50bccceb3be7ba9aefb7b9ce5834c3.tar.gz
chromium_src-14a18bf29f50bccceb3be7ba9aefb7b9ce5834c3.tar.bz2
Add "kiosk_only" manifest attribute for platform apps.
This top-level manifest attribute enforces that the app can only be installed and run in ChromeOS kiosk mode. BUG=284964 TEST=added new tests Review URL: https://codereview.chromium.org/23604068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225400 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r--chrome/chrome_common.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 3e7cef5..e050471 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -223,8 +223,8 @@
'common/extensions/manifest_handlers/externally_connectable.h',
'common/extensions/manifest_handlers/icons_handler.cc',
'common/extensions/manifest_handlers/icons_handler.h',
- 'common/extensions/manifest_handlers/kiosk_enabled_info.cc',
- 'common/extensions/manifest_handlers/kiosk_enabled_info.h',
+ 'common/extensions/manifest_handlers/kiosk_mode_info.cc',
+ 'common/extensions/manifest_handlers/kiosk_mode_info.h',
'common/extensions/manifest_handlers/minimum_chrome_version_checker.cc',
'common/extensions/manifest_handlers/minimum_chrome_version_checker.h',
'common/extensions/manifest_handlers/nacl_modules_handler.cc',