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

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') | no next file with comments »
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 6227b3a497657955cabf40daaa1fb96194cb8cad..0044e16d14e1bf44b2c2871bb346078775931ebf 100644
--- a/remoting/remoting_test.gypi
+++ b/remoting/remoting_test.gypi
@@ -40,6 +40,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698