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

Unified Diff: remoting/app_remoting_test.gyp

Issue 1008043003: Adding Test Fixture for initial test cases for the App Remoting Test Driver. Also includes the pub… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing 2nd round of feedback Created 5 years, 9 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 | « remoting/BUILD.gn ('k') | remoting/remoting_all.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/app_remoting_test.gyp
diff --git a/remoting/app_remoting_test.gyp b/remoting/app_remoting_test.gyp
index f4825dfac8846bf235afbb01676bc2824f48180f..8c330431f18f14fc32ffe3e29adc5aca09b9f32b 100644
--- a/remoting/app_remoting_test.gyp
+++ b/remoting/app_remoting_test.gyp
@@ -31,10 +31,23 @@
],
'sources': [
'test/access_token_fetcher.cc',
+ 'test/access_token_fetcher.h',
+ 'test/app_remoting_connected_client_fixture.cc',
+ 'test/app_remoting_connected_client_fixture.h',
'test/app_remoting_test_driver_environment.cc',
+ 'test/app_remoting_test_driver_environment.h',
'test/refresh_token_store.cc',
+ 'test/refresh_token_store.h',
+ 'test/remote_application_details.h',
+ 'test/remote_connection_observer.h',
'test/remote_host_info.cc',
+ 'test/remote_host_info.h',
'test/remote_host_info_fetcher.cc',
+ 'test/remote_host_info_fetcher.h',
+ 'test/test_chromoting_client.cc',
+ 'test/test_chromoting_client.h',
+ 'test/test_video_renderer.cc',
+ 'test/test_video_renderer.h',
],
}, # end of target 'ar_test_driver_common'
{
@@ -49,6 +62,7 @@
],
'sources': [
'test/app_remoting_test_driver.cc',
+ 'test/app_remoting_test_driver_environment_app_details.cc',
],
'include_dirs': [
'../testing/gtest/include',
« no previous file with comments | « remoting/BUILD.gn ('k') | remoting/remoting_all.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698