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

Unified Diff: extensions/common/BUILD.gn

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
Index: extensions/common/BUILD.gn
diff --git a/extensions/common/BUILD.gn b/extensions/common/BUILD.gn
index 05679dbf6d37a4ae5e78293f230c5a397a53c79c..8023174c435570850e26a73071d1a85c67dbfd30 100644
--- a/extensions/common/BUILD.gn
+++ b/extensions/common/BUILD.gn
@@ -112,6 +112,8 @@ source_set("common") {
"manifest_handlers/launcher_page_info.h",
"manifest_handlers/offline_enabled_info.cc",
"manifest_handlers/offline_enabled_info.h",
+ "manifest_handlers/options_page_info.cc",
+ "manifest_handlers/options_page_info.h",
"manifest_handlers/permissions_parser.cc",
"manifest_handlers/permissions_parser.h",
"manifest_handlers/requirements_info.cc",

Powered by Google App Engine
This is Rietveld 408576698