summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_test.gypi
diff options
context:
space:
mode:
authortonychun <tonychun@google.com>2015-07-20 13:29:11 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-20 20:29:40 +0000
commitf21b41ef4aa2b84f0be11fdc95c47cf54e543e1f (patch)
treedf3eef6144ca1c3479fd2500d5d9f8efaf2224b9 /remoting/remoting_test.gypi
parent094d8b992dff839ef9e1c88b4762d49523d3683b (diff)
downloadchromium_src-f21b41ef4aa2b84f0be11fdc95c47cf54e543e1f.zip
chromium_src-f21b41ef4aa2b84f0be11fdc95c47cf54e543e1f.tar.gz
chromium_src-f21b41ef4aa2b84f0be11fdc95c47cf54e543e1f.tar.bz2
Support for connecting to localhost on the chromoting test driver.
Completed connection to localhost. I've added a new StartConnection method in TestChromotingClient which reuses almost all of the code provided to create a chromoting connection. In addition, I've added a new parameter called "client-pin", which will allow for the user to pass in a PIN to authenticate the connection. BUG= Review URL: https://codereview.chromium.org/1237093004 Cr-Commit-Position: refs/heads/master@{#339504}
Diffstat (limited to 'remoting/remoting_test.gypi')
-rw-r--r--remoting/remoting_test.gypi5
1 files changed, 4 insertions, 1 deletions
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
index e883141..ca854fd7 100644
--- a/remoting/remoting_test.gypi
+++ b/remoting/remoting_test.gypi
@@ -56,6 +56,8 @@
'test/app_remoting_report_issue_request.h',
'test/app_remoting_service_urls.cc',
'test/app_remoting_service_urls.h',
+ 'test/connection_setup_info.cc',
+ 'test/connection_setup_info.h',
'test/fake_access_token_fetcher.cc',
'test/fake_access_token_fetcher.h',
'test/fake_app_remoting_report_issue_request.cc',
@@ -106,8 +108,9 @@
'target_name': 'chromoting_test_driver',
'type': '<(gtest_target_type)',
'dependencies': [
- 'remoting_test_support',
+ '../remoting/proto/chromotocol.gyp:chromotocol_proto_lib',
'../testing/gtest.gyp:gtest',
+ 'remoting_test_support',
],
'sources': [
'test/chromoting_test_driver.cc',