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

Unified Diff: extensions/browser/BUILD.gn

Issue 901573003: Split ExtensionMessageFilter up into a UI thread part and an IO thread part. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: review Created 5 years, 10 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/browser/BUILD.gn
diff --git a/extensions/browser/BUILD.gn b/extensions/browser/BUILD.gn
index e8c1b5a9e2873ed143a6bb44afd517839f1db94e..09093b53adf3be0767a47019ace43b4339f28b0a 100644
--- a/extensions/browser/BUILD.gn
+++ b/extensions/browser/BUILD.gn
@@ -469,6 +469,8 @@ source_set("browser") {
"install/extension_install_ui.cc",
"install/extension_install_ui.h",
"install_flag.h",
+ "io_thread_extension_message_filter.cc",
+ "io_thread_extension_message_filter.h",
"lazy_background_task_queue.cc",
"lazy_background_task_queue.h",
"management_policy.cc",

Powered by Google App Engine
This is Rietveld 408576698