Implement basic mocks for testing.
commit8e0666d30aeb18d0672ca7ab6a9867ee97da159b
authorjamiewalch <jamiewalch@chromium.org>
Thu, 25 Sep 2014 02:10:10 +0000 (24 19:10 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 25 Sep 2014 02:10:29 +0000 (25 02:10 +0000)
tree7809c8a2263a23daf1dc7543839d6b9d9085a3fb
parent32977338f1cd4b588d4244e49860f35bdda7c3a6
Implement basic mocks for testing.

These may need to be made more elaborate once we start using them in
browser tests, but I've verified that they can be used to mock a basic
connection with resize support.

Review URL: https://codereview.chromium.org/593313003

Cr-Commit-Position: refs/heads/master@{#296624}
remoting/remoting_webapp_files.gypi
remoting/webapp/browser_test/mock_client_plugin.js [new file with mode: 0644]
remoting/webapp/browser_test/mock_session_connector.js [new file with mode: 0644]
remoting/webapp/browser_test/mock_signal_strategy.js [new file with mode: 0644]