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

Unified Diff: remoting/remoting_test.gypi

Issue 1212333011: Retrieved Hostlist information from Directory service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleaned up fetcher code and added more unit test coverage. 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_host_info.h » ('j') | remoting/test/chromoting_host_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 0d7e19f56024acf023870db43c7243aa46068ec2..d2d38bcdf547aaa8b6451f789c9d5d5ad00b6c73 100644
--- a/remoting/remoting_test.gypi
+++ b/remoting/remoting_test.gypi
@@ -55,6 +55,10 @@
'test/app_remoting_test_driver_environment.cc',
'test/app_remoting_test_driver_environment_app_details.cc',
'test/app_remoting_test_driver_environment.h',
+ 'test/chromoting_host_info.cc',
+ 'test/chromoting_host_info.h',
+ 'test/chromoting_host_list_fetcher.cc',
+ 'test/chromoting_host_list_fetcher.h',
'test/fake_access_token_fetcher.cc',
'test/fake_access_token_fetcher.h',
'test/fake_app_remoting_report_issue_request.cc',
@@ -136,6 +140,10 @@
'VERSION=<(version_full)',
],
'sources': [
+ 'test/chromoting_host_info.cc',
+ 'test/chromoting_host_info.h',
+ 'test/chromoting_host_list_fetcher.cc',
+ 'test/chromoting_host_list_fetcher.h',
'test/chromoting_test_driver.cc',
],
'include_dirs': [
@@ -370,6 +378,7 @@
'test/access_token_fetcher_unittest.cc',
'test/app_remoting_report_issue_request_unittest.cc',
'test/app_remoting_test_driver_environment_unittest.cc',
+ 'test/chromoting_host_list_fetcher_unittest.cc',
'test/remote_host_info_fetcher_unittest.cc',
'test/test_chromoting_client_unittest.cc',
'test/test_video_renderer_unittest.cc',
« no previous file with comments | « no previous file | remoting/test/chromoting_host_info.h » ('j') | remoting/test/chromoting_host_info.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698