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

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: 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/chromoting_test_driver.cc » ('j') | remoting/test/chromoting_test_driver.cc » ('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 73a9f17448e9a03babdcf19310f88eb8e52c8032..d3bd3964e53afe8acf9af7992b9bb4ee8c905e8e 100644
--- a/remoting/remoting_test.gypi
+++ b/remoting/remoting_test.gypi
@@ -120,9 +120,13 @@
'sources': [
'test/access_token_fetcher.cc',
'test/access_token_fetcher.h',
+ 'test/host_info.cc',
+ 'test/host_info.h',
joedow 2015/07/14 19:58:44 Why were the chromoting and app remoting specific
tonychun 2015/07/15 17:32:50 I have made a new struct called ConnectionInfo whi
'test/refresh_token_store.cc',
'test/refresh_token_store.h',
'test/remote_connection_observer.h',
+ 'test/remote_host_info.cc',
+ 'test/remote_host_info.h',
'test/test_chromoting_client.cc',
'test/test_chromoting_client.h',
'test/test_video_renderer.cc',
@@ -134,17 +138,16 @@
'target_name': 'chromoting_test_driver',
'type': '<(gtest_target_type)',
'dependencies': [
+ '../remoting/proto/chromotocol.gyp:chromotocol_proto_lib',
joedow 2015/07/14 19:58:44 Shouldn't this go in the common section since it i
tonychun 2015/07/15 17:32:50 I tried moving this dependency up to 'remoting_tes
anandc 2015/07/15 21:12:29 How about moving it to remoting_test_common?
'remoting_test_driver_common',
],
'defines': [
'VERSION=<(version_full)',
],
'sources': [
- 'test/host_info.cc',
- 'test/host_info.h',
+ 'test/chromoting_test_driver.cc',
'test/host_list_fetcher.cc',
'test/host_list_fetcher.h',
- 'test/chromoting_test_driver.cc',
],
'include_dirs': [
'../testing/gtest/include',
@@ -175,8 +178,6 @@
'test/app_remoting_test_driver_environment.cc',
'test/app_remoting_test_driver_environment.h',
'test/remote_application_details.h',
- 'test/remote_host_info.cc',
- 'test/remote_host_info.h',
'test/remote_host_info_fetcher.cc',
'test/remote_host_info_fetcher.h',
],
« no previous file with comments | « no previous file | remoting/test/chromoting_test_driver.cc » ('j') | remoting/test/chromoting_test_driver.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698