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

Unified Diff: remoting/remoting.gyp

Issue 8432009: Refactor IqRequest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 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.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index a454229ee2be1192e7909db56f51ae64672f7621..4b8b8397569ef42d41a54c4922fd142c5e9958b7 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -655,8 +655,8 @@
'../third_party/libjingle/libjingle.gyp:libjingle_p2p',
],
'sources': [
- 'jingle_glue/iq_request.cc',
- 'jingle_glue/iq_request.h',
+ 'jingle_glue/iq_sender.cc',
+ 'jingle_glue/iq_sender.h',
'jingle_glue/javascript_signal_strategy.cc',
'jingle_glue/javascript_signal_strategy.h',
'jingle_glue/jingle_info_request.cc',
@@ -879,7 +879,7 @@
'host/test_key_pair.h',
'jingle_glue/fake_signal_strategy.cc',
'jingle_glue/fake_signal_strategy.h',
- 'jingle_glue/iq_request_unittest.cc',
+ 'jingle_glue/iq_sender_unittest.cc',
'jingle_glue/jingle_thread_unittest.cc',
'jingle_glue/mock_objects.cc',
'jingle_glue/mock_objects.h',
« remoting/jingle_glue/signal_strategy.h ('K') | « remoting/protocol/pepper_session_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698