Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(445)

Unified Diff: extensions/extensions.gypi

Issue 1301323005: Implement kiosk multiple apps feature. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix nits. Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: extensions/extensions.gypi
diff --git a/extensions/extensions.gypi b/extensions/extensions.gypi
index 46e920f4d81e9108954000d35cc70889f35bb478..456df4313a1dc45e1f9a468e88c5686d98c1852e 100644
--- a/extensions/extensions.gypi
+++ b/extensions/extensions.gypi
@@ -136,6 +136,8 @@
'common/manifest_handlers/incognito_info.h',
'common/manifest_handlers/kiosk_mode_info.cc',
'common/manifest_handlers/kiosk_mode_info.h',
+ 'common/manifest_handlers/kiosk_secondary_apps_info.cc',
+ 'common/manifest_handlers/kiosk_secondary_apps_info.h',
'common/manifest_handlers/launcher_page_info.cc',
'common/manifest_handlers/launcher_page_info.h',
'common/manifest_handlers/mime_types_handler.cc',

Powered by Google App Engine
This is Rietveld 408576698