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

Unified Diff: extensions/extensions.gyp

Issue 518653002: Add the "options_ui" extension manifest field. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 16cddcc93c01016f5f7a08b3dc9913e8d26ea239..584372b5a3900d01fbaae51c22288a4394d963e7 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -136,6 +136,8 @@
'common/manifest_handlers/launcher_page_info.h',
'common/manifest_handlers/offline_enabled_info.cc',
'common/manifest_handlers/offline_enabled_info.h',
+ 'common/manifest_handlers/options_page_info.cc',
+ 'common/manifest_handlers/options_page_info.h',
'common/manifest_handlers/permissions_parser.cc',
'common/manifest_handlers/permissions_parser.h',
'common/manifest_handlers/requirements_info.cc',

Powered by Google App Engine
This is Rietveld 408576698