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

Unified Diff: remoting/test/BUILD.gn

Issue 1237883002: Added chromoting test environment for the tests to share data. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed merge errors, comments, and BUILD.gn. 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
Index: remoting/test/BUILD.gn
diff --git a/remoting/test/BUILD.gn b/remoting/test/BUILD.gn
index 3dc2f0ea0c239a12705ec2932bbe666c2a2753cf..390966bd42550ca3c7098f1a1e17f3a374d42458 100644
--- a/remoting/test/BUILD.gn
+++ b/remoting/test/BUILD.gn
@@ -22,6 +22,8 @@ source_set("test_support") {
"fake_network_manager.h",
"fake_port_allocator.cc",
"fake_port_allocator.h",
+ "fake_refresh_token_store.cc",
+ "fake_refresh_token_store.h",
Sergey Ulanov 2015/07/20 19:37:13 Please add here all other files that you are addin
tonychun 2015/07/22 23:07:41 Done.
"fake_remote_host_info_fetcher.cc",
"fake_remote_host_info_fetcher.h",
"fake_socket_factory.cc",

Powered by Google App Engine
This is Rietveld 408576698