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

Unified Diff: remoting/BUILD.gn

Issue 2661153003: Moving oauth code from host to base to allow code sharing between host and client. (Closed)
Patch Set: Merge branch 'master' into auth_token Created 3 years, 11 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/base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/BUILD.gn
diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn
index a929b22d2e428ba07a4ff6022fde43724d19d694..85aa0ba3e35e83555d15a2eb8f8e40ebc7ed5940 100644
--- a/remoting/BUILD.gn
+++ b/remoting/BUILD.gn
@@ -107,7 +107,7 @@ group("test_support") {
deps = [
"//base",
"//net",
- "//remoting/base",
+ "//remoting/base:test_support",
"//remoting/client",
"//remoting/codec:decoder",
"//remoting/codec:encoder",
« no previous file with comments | « no previous file | remoting/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698