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

Unified Diff: remoting/remoting.gyp

Issue 6623048: Replace libjingle's HttpPortAllocatorSession with Pepper's http client (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: thread switching Created 9 years, 9 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.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index ba5507d4c41d7a712798d3cfe6438c51d740b895..16e2bca0545c537fc336236e31acc85fd431b618 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -91,6 +91,8 @@
'client/plugin/pepper_entrypoints.h',
'client/plugin/pepper_input_handler.cc',
'client/plugin/pepper_input_handler.h',
+ 'client/plugin/pepper_port_allocator_session.cc',
+ 'client/plugin/pepper_port_allocator_session.h',
'client/plugin/pepper_view.cc',
'client/plugin/pepper_view.h',
'client/plugin/pepper_view_proxy.cc',
@@ -344,6 +346,8 @@
'sources': [
'jingle_glue/channel_socket_adapter.cc',
'jingle_glue/channel_socket_adapter.h',
+ 'jingle_glue/http_port_allocator.cc',
+ 'jingle_glue/http_port_allocator.h',
'jingle_glue/iq_request.cc',
'jingle_glue/iq_request.h',
'jingle_glue/jingle_client.cc',

Powered by Google App Engine
This is Rietveld 408576698