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

Unified Diff: chrome/browser/extensions/BUILD.gn

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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/extensions/BUILD.gn
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index 0ffd8e328c37f9cf57e6d3b69ed8b4392807f034..91ebbd85289d7e1d88a8db88e5aa45851370fc5f 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -906,6 +906,9 @@ static_library("extensions") {
"//ppapi/features",
"//printing/features",
"//rlz/features",
+ "//services/identity/public/interfaces",
+ "//services/service_manager/public/cpp",
+ "//services/service_manager/public/interfaces",
"//skia",
"//sql",
"//storage/browser",

Powered by Google App Engine
This is Rietveld 408576698