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

Side by Side Diff: components/signin/core/browser/BUILD.gn

Issue 1257623002: Componentize FakeSigninManager and SigninManager prefs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comment Created 5 years, 5 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 unified diff | Download patch
« no previous file with comments | « components/signin.gypi ('k') | components/signin/core/browser/fake_signin_manager.h » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 static_library("browser") { 5 static_library("browser") {
6 sources = [ 6 sources = [
7 "about_signin_internals.cc", 7 "about_signin_internals.cc",
8 "about_signin_internals.h", 8 "about_signin_internals.h",
9 "account_fetcher_service.cc", 9 "account_fetcher_service.cc",
10 "account_fetcher_service.h", 10 "account_fetcher_service.h",
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 } 75 }
76 } 76 }
77 77
78 static_library("test_support") { 78 static_library("test_support") {
79 testonly = true 79 testonly = true
80 sources = [ 80 sources = [
81 "fake_auth_status_provider.cc", 81 "fake_auth_status_provider.cc",
82 "fake_auth_status_provider.h", 82 "fake_auth_status_provider.h",
83 "fake_profile_oauth2_token_service.cc", 83 "fake_profile_oauth2_token_service.cc",
84 "fake_profile_oauth2_token_service.h", 84 "fake_profile_oauth2_token_service.h",
85 "fake_signin_manager.cc",
86 "fake_signin_manager.h",
85 "test_signin_client.cc", 87 "test_signin_client.cc",
86 "test_signin_client.h", 88 "test_signin_client.h",
87 ] 89 ]
88 90
89 deps = [ 91 deps = [
90 ":browser", 92 ":browser",
91 "//testing/gtest", 93 "//testing/gtest",
92 ] 94 ]
93 } 95 }
OLDNEW
« no previous file with comments | « components/signin.gypi ('k') | components/signin/core/browser/fake_signin_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698