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

Unified Diff: ios/chrome/browser/signin/BUILD.gn

Issue 2589843002: Upstream Chrome on iOS source code [11/11]. (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « ios/chrome/browser/sessions/BUILD.gn ('k') | ios/chrome/browser/snapshots/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/signin/BUILD.gn
diff --git a/ios/chrome/browser/signin/BUILD.gn b/ios/chrome/browser/signin/BUILD.gn
index c31264b55bd7acaaf0cafda1c6ab723dc69a24d3..8e7b805fc6556ba5b1fe2285c447cb18e2358712 100644
--- a/ios/chrome/browser/signin/BUILD.gn
+++ b/ios/chrome/browser/signin/BUILD.gn
@@ -134,3 +134,16 @@ source_set("unit_tests") {
"//third_party/ocmock",
]
}
+
+source_set("signin_internal") {
+ sources = [
+ "signin_capability.cc",
+ "signin_capability.h",
+ ]
+ deps = [
+ "//base",
+ "//components/signin/core/browser",
+ "//ios/chrome/browser/browser_state",
+ "//ios/chrome/browser/signin",
+ ]
+}
« no previous file with comments | « ios/chrome/browser/sessions/BUILD.gn ('k') | ios/chrome/browser/snapshots/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698