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

Unified Diff: chromeos/cryptohome/DEPS

Issue 1165323004: We should use UserID object to identify users instead of username. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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/cryptohome/DEPS
diff --git a/chromeos/cryptohome/DEPS b/chromeos/cryptohome/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..4c2abcf7a787b3d2368c448272b1f769993d82a4
--- /dev/null
+++ b/chromeos/cryptohome/DEPS
@@ -0,0 +1,6 @@
+# Please keep the dependencies here to a minimum. This is intended to be a
+# low level Chrome OS system library that may be used by targets that need to
+# be kept as small as possible.
+include_rules = [
+ "+google_apis/gaia",
+]

Powered by Google App Engine
This is Rietveld 408576698