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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 source_set("signin") { 5 source_set("signin") {
6 sources = [ 6 sources = [
7 "about_signin_internals_factory.cc", 7 "about_signin_internals_factory.cc",
8 "about_signin_internals_factory.h", 8 "about_signin_internals_factory.h",
9 "account_consistency_service_factory.h", 9 "account_consistency_service_factory.h",
10 "account_consistency_service_factory.mm", 10 "account_consistency_service_factory.mm",
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 "//ios/public/provider/chrome/browser", 127 "//ios/public/provider/chrome/browser",
128 "//ios/public/provider/chrome/browser/signin", 128 "//ios/public/provider/chrome/browser/signin",
129 "//ios/public/provider/chrome/browser/signin:test_support", 129 "//ios/public/provider/chrome/browser/signin:test_support",
130 "//ios/web:test_support", 130 "//ios/web:test_support",
131 "//net:test_support", 131 "//net:test_support",
132 "//testing/gmock", 132 "//testing/gmock",
133 "//testing/gtest", 133 "//testing/gtest",
134 "//third_party/ocmock", 134 "//third_party/ocmock",
135 ] 135 ]
136 } 136 }
137
138 source_set("signin_internal") {
139 sources = [
140 "signin_capability.cc",
141 "signin_capability.h",
142 ]
143 deps = [
144 "//base",
145 "//components/signin/core/browser",
146 "//ios/chrome/browser/browser_state",
147 "//ios/chrome/browser/signin",
148 ]
149 }
OLDNEW
« 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