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

Unified Diff: remoting/remoting_srcs.gypi

Issue 1410923004: Replace PluginThreadTaskRunner with a simpler MainPluginThreadTaskRunner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_mac_test
Patch Set: Created 5 years, 2 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: remoting/remoting_srcs.gypi
diff --git a/remoting/remoting_srcs.gypi b/remoting/remoting_srcs.gypi
index 15775de49aaeba6c1da4c0e252bc288d76635865..7a0fd1ed6f7af5c9f1ab047ef4bfc1c97426dcf7 100644
--- a/remoting/remoting_srcs.gypi
+++ b/remoting/remoting_srcs.gypi
@@ -19,8 +19,6 @@
'base/compound_buffer.h',
'base/constants.cc',
'base/constants.h',
- 'base/plugin_thread_task_runner.cc',
- 'base/plugin_thread_task_runner.h',
'base/rate_counter.cc',
'base/rate_counter.h',
'base/rsa_key_pair.cc',
@@ -279,8 +277,8 @@
'client/plugin/pepper_network_manager.h',
'client/plugin/pepper_packet_socket_factory.cc',
'client/plugin/pepper_packet_socket_factory.h',
- 'client/plugin/pepper_plugin_thread_delegate.cc',
- 'client/plugin/pepper_plugin_thread_delegate.h',
+ 'client/plugin/main_plugin_thread_task_runner.cc',
+ 'client/plugin/main_plugin_thread_task_runner.h',
'client/plugin/pepper_port_allocator.cc',
'client/plugin/pepper_port_allocator.h',
'client/plugin/pepper_util.cc',

Powered by Google App Engine
This is Rietveld 408576698