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

Unified Diff: content/content_child.gypi

Issue 63843002: Add ChildMessageFilter, a base class for renderer/worker cross-thread MessageFilter (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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: content/content_child.gypi
diff --git a/content/content_child.gypi b/content/content_child.gypi
index 583d7a1ecb0e5bff65a6f6a997efdbe2118edd10..002a15cfe8961031b21569a0da46826d620e2415 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -38,6 +38,8 @@
'child/child_resource_message_filter.h',
'child/child_thread.cc',
'child/child_thread.h',
+ 'child/cross_thread_message_filter.cc',
+ 'child/cross_thread_message_filter.h',
'child/database_util.cc',
'child/database_util.h',
'child/db_message_filter.cc',

Powered by Google App Engine
This is Rietveld 408576698