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

Unified Diff: ash/public/interfaces/BUILD.gn

Issue 2617763003: Add a mojo interface for AccountId (Closed)
Patch Set: allow UNKNOWN account type 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
Index: ash/public/interfaces/BUILD.gn
diff --git a/ash/public/interfaces/BUILD.gn b/ash/public/interfaces/BUILD.gn
index 6b64baa034613359b011846c283ee8ce40825588..69c170faba90b5423e8a547266aa8494eb97ece3 100644
--- a/ash/public/interfaces/BUILD.gn
+++ b/ash/public/interfaces/BUILD.gn
@@ -24,6 +24,7 @@ mojom("interfaces") {
]
public_deps = [
+ "//components/signin/public/interfaces",
"//skia/public/interfaces",
]
}

Powered by Google App Engine
This is Rietveld 408576698