Chromium Code Reviews

Unified Diff: chrome/browser/DEPS

Issue 2753753007: Introduce Identity Service and its initial usage (Closed)
Patch Set: Self-review Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/browser/DEPS
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index dd38c85d5ffcb6d014f39160057d1bca01173f58..46530733e38f88bba69ff796236b1c9442fac7a0 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -47,6 +47,7 @@ include_rules = [
"+ppapi/shared_impl",
"+rlz",
"+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbox.
+ "+services/identity/public/interfaces",
"+services/image_decoder/public/cpp",
"+services/image_decoder/public/interfaces",
"+services/preferences/public/cpp",

Powered by Google App Engine