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

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: 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 5151d5aed697ca0a86f5aab757fef22bb41dcd42..9ace256eb4a53a802d323189f30ac51b60e196ae 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -12,6 +12,8 @@ static_library("arc") {
"arc_bridge_service.h",
"arc_bridge_service_impl.cc",
"arc_bridge_service_impl.h",
+ "arc_opt_in_service.cc",
+ "arc_opt_in_service.h",
"arc_service_manager.cc",
"arc_service_manager.h",
"auth/arc_auth_service.h",
@@ -27,6 +29,7 @@ static_library("arc") {
"input/arc_input_bridge_impl.h",
"intent_helper/arc_intent_helper_bridge.cc",
"intent_helper/arc_intent_helper_bridge.h",
+ "opt_in/arc_opt_in_manager.h",
"power/arc_power_bridge.cc",
"power/arc_power_bridge.h",
"settings/arc_settings_bridge.cc",

Powered by Google App Engine
This is Rietveld 408576698