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

Unified Diff: extensions/extensions.gyp

Issue 489753002: Added proper extension manifest parser for launcher_page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index a418717edf3ecd7a15cc2396d496477655fa84ee..494bd90719ad9e7238218db918d7ae0f9006f064 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -133,6 +133,8 @@
'common/manifest_handlers/incognito_info.h',
'common/manifest_handlers/kiosk_mode_info.cc',
'common/manifest_handlers/kiosk_mode_info.h',
+ 'common/manifest_handlers/launcher_page_info.cc',
+ 'common/manifest_handlers/launcher_page_info.h',
'common/manifest_handlers/offline_enabled_info.cc',
'common/manifest_handlers/offline_enabled_info.h',
'common/manifest_handlers/permissions_parser.cc',

Powered by Google App Engine
This is Rietveld 408576698