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

Unified Diff: components/arc/BUILD.gn

Issue 1618193003: arc: Pass auth token from Chrome to ARC instance. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use DCHEC_NE/EQ Created 4 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
Index: components/arc/BUILD.gn
diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
index 004f9db08b8a02b9e54207f5667ae8a5795be1d1..4943b924682e07d39b41faf30b3a6c799eb70fd4 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -16,6 +16,8 @@ static_library("arc") {
"arc_service.h",
"arc_service_manager.cc",
"arc_service_manager.h",
+ "auth/arc_auth_fetcher.cc",
+ "auth/arc_auth_fetcher.h",
"clipboard/arc_clipboard_bridge.cc",
"clipboard/arc_clipboard_bridge.h",
"ime/arc_ime_bridge.cc",

Powered by Google App Engine
This is Rietveld 408576698