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

Unified Diff: remoting/remoting_test.gypi

Issue 427613005: Implement network performance simulation for remoting perf tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « no previous file | remoting/test/fake_network_dispatcher.h » ('j') | remoting/test/fake_network_dispatcher.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_test.gypi
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
index 3949921af1902e2b7850052a1c0da07185326503..686841d4e6845264abc5f365fdfb958cdd051342 100644
--- a/remoting/remoting_test.gypi
+++ b/remoting/remoting_test.gypi
@@ -38,6 +38,16 @@
'signaling/fake_signal_strategy.h',
'signaling/mock_signal_strategy.cc',
'signaling/mock_signal_strategy.h',
+ 'test/fake_network_dispatcher.cc',
+ 'test/fake_network_dispatcher.h',
+ 'test/fake_network_manager.cc',
+ 'test/fake_network_manager.h',
+ 'test/fake_port_allocator.cc',
+ 'test/fake_port_allocator.h',
+ 'test/fake_socket_factory.cc',
+ 'test/fake_socket_factory.h',
+ 'test/leaky_bucket.cc',
+ 'test/leaky_bucket.h',
],
'conditions': [
['enable_remoting_host == 0', {
« no previous file with comments | « no previous file | remoting/test/fake_network_dispatcher.h » ('j') | remoting/test/fake_network_dispatcher.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698