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

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: Fix build issue? Created 6 years, 3 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
« no previous file with comments | « extensions/common/manifest_handlers/options_page_info.cc ('k') | extensions/extensions_strings.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index 0b8e14722bd4ee6aeab363e0e0201cce04b5e61f..f79489d851515fa1f85beaec6b401b7ae478804f 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -142,6 +142,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',
@@ -247,6 +249,8 @@
'common/extension_api.cc',
'common/manifest_handlers/externally_connectable.cc',
'common/manifest_handlers/externally_connectable.h',
+ 'common/manifest_handlers/options_page_info.cc',
+ 'common/manifest_handlers/options_page_info.h',
],
}],
['disable_nacl==0', {
« no previous file with comments | « extensions/common/manifest_handlers/options_page_info.cc ('k') | extensions/extensions_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698