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

Unified Diff: remoting/remoting_test.gypi

Issue 1237093004: Support for connecting to localhost on the chromoting test driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Made changes to comments and variable name. Created 5 years, 5 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/BUILD.gn » ('j') | remoting/test/connection_setup_info.h » ('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 ec3a693440b776c56661fe632cef9fd174c7b804..f602a7de959a8180d9adfef9a244f1a5dac69551 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',
@@ -103,11 +105,13 @@
],
},
{
+ # A chromoting version of remoting_test_driver_common
joedow 2015/07/20 16:39:53 This comment looks wrong,I would just remove it, e
tonychun 2015/07/20 18:13:01 Done.
'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',
« no previous file with comments | « no previous file | remoting/test/BUILD.gn » ('j') | remoting/test/connection_setup_info.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698