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

Unified Diff: chromeos/BUILD.gn

Issue 1693383003: ChromeOS cryptohome should be able to use gaia id as user identifier. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add cryptohome::Identification() . Created 4 years, 10 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: chromeos/BUILD.gn
diff --git a/chromeos/BUILD.gn b/chromeos/BUILD.gn
index 8ab2c150e53a3a28d9876c130f9774ae5516c3b1..b7203f086320277999dbb231282d15dcc088a5ba 100644
--- a/chromeos/BUILD.gn
+++ b/chromeos/BUILD.gn
@@ -35,6 +35,7 @@ component("chromeos") {
"//components/prefs",
"//components/proxy_config",
"//components/signin/core/account_id",
+ "//components/user_manager",
"//crypto",
"//crypto:platform",
"//google_apis",
@@ -149,6 +150,7 @@ test("chromeos_unittests") {
"//components/onc",
"//components/prefs:test_support",
"//components/proxy_config",
+ "//components/signin/core/account_id",
"//crypto",
"//crypto:test_support",
"//dbus:test_support",

Powered by Google App Engine
This is Rietveld 408576698