diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-16 08:12:32 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-16 08:13:46 +0000 |
commit | c44593fa600ad351e927bc838d133b78928daf6e (patch) | |
tree | 5e5a7a46221ea64153fc9d9dd9afcafbebd761e6 /remoting/remoting_test.gypi | |
parent | c4f1833e9879510843bfe9ba595b56bd50f74106 (diff) | |
download | chromium_src-c44593fa600ad351e927bc838d133b78928daf6e.zip chromium_src-c44593fa600ad351e927bc838d133b78928daf6e.tar.gz chromium_src-c44593fa600ad351e927bc838d133b78928daf6e.tar.bz2 |
Implement network performance simulation for remoting perf tests.
The new FakePacketSocketFactory allows to simulate fake
network with given latency/bandwidth parameters.
BUG=394067
Review URL: https://codereview.chromium.org/427613005
Cr-Commit-Position: refs/heads/master@{#290128}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290128 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting_test.gypi')
-rw-r--r-- | remoting/remoting_test.gypi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi index 6227b3a..0044e16 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', { |