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

Unified Diff: content/content_tests.gypi

Issue 1262253004: Let IPC::SyncMessageFilter take advantage of thread-safe Send. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index ed1a1569db651b2c2b880fe8d7e5dc46d96a9052..405487130cf1d73eb3637b1cde2a80e452fed979 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -161,6 +161,8 @@
'test/test_render_view_host.h',
'test/test_render_view_host_factory.cc',
'test/test_render_view_host_factory.h',
+ 'test/test_thread_safe_sender.cc',
+ 'test/test_thread_safe_sender.h',
'test/test_web_contents.cc',
'test/test_web_contents.h',
'test/test_web_contents_factory.cc',
@@ -797,6 +799,7 @@
'target_name': 'test_support_content',
'type': 'static_library',
'dependencies': [
+ '../ipc/ipc.gyp:ipc',
'../mojo/mojo_base.gyp:mojo_application_base',
'../mojo/mojo_base.gyp:mojo_environment_chromium',
'../net/net.gyp:net_test_support',

Powered by Google App Engine
This is Rietveld 408576698