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 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/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index e4597a3ac375d29ecf801d43366515e0b7d6f570..15a2479847052fbb974ea2c3749ce7f934e64172 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -789,6 +789,8 @@
'browser/install/extension_install_ui.cc',
'browser/install/extension_install_ui.h',
'browser/install_flag.h',
+ 'browser/io_thread_extension_message_filter.cc',
+ 'browser/io_thread_extension_message_filter.h',
'browser/file_highlighter.cc',
'browser/file_highlighter.h',
'browser/file_reader.cc',
« no previous file with comments | « extensions/browser/io_thread_extension_message_filter.cc ('k') | extensions/shell/browser/shell_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698