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

Unified Diff: components/arc/BUILD.gn

Issue 1553613002: Add ArcAuthService to handle IPC request from ARC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 c5e7746496d7d142b94ec74bb3e0646e53882151..a8a5cd2d414dc5936cba8c01ca597b9adc5f1cd5 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -45,6 +45,7 @@ mojom("arc_bindings") {
sources = [
"common/app.mojom",
"common/arc_bridge.mojom",
+ "common/auth.mojom",
"common/input.mojom",
"common/notifications.mojom",
"common/power.mojom",

Powered by Google App Engine
This is Rietveld 408576698