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

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 2509543002: MD Settings: create a shared handler/browser proxy to control extensions (Closed)
Patch Set: self-review Created 4 years, 1 month 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: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index a224de2937247268296df42691ee1c627d8e14a3..15ba9300f5adc043c001331b8b49025789479390 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -1093,6 +1093,8 @@ split_static_library("ui") {
"webui/settings/chromeos/internet_handler.h",
"webui/settings/downloads_handler.cc",
"webui/settings/downloads_handler.h",
+ "webui/settings/extension_control_handler.cc",
+ "webui/settings/extension_control_handler.h",
"webui/settings/font_handler.cc",
"webui/settings/font_handler.h",
"webui/settings/languages_handler.cc",

Powered by Google App Engine
This is Rietveld 408576698