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

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

Issue 1380103004: Delay fetching account info until OnRefreshTokensLoaded(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Defensive checks Created 5 years, 2 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
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 source_set("browser") { 5 source_set("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",
11 "account_info.cc", 11 "account_info.cc",
12 "account_info.h", 12 "account_info.h",
13 "account_info_fetcher.cc", 13 "account_info_fetcher.cc",
14 "account_info_fetcher.h", 14 "account_info_fetcher.h",
15 "account_reconcilor.cc", 15 "account_reconcilor.cc",
16 "account_reconcilor.h", 16 "account_reconcilor.h",
17 "account_seeding_tracker.cc",
18 "account_seeding_tracker.h",
17 "account_tracker_service.cc", 19 "account_tracker_service.cc",
18 "account_tracker_service.h", 20 "account_tracker_service.h",
19 "android/component_jni_registrar.cc", 21 "android/component_jni_registrar.cc",
20 "android/component_jni_registrar.h", 22 "android/component_jni_registrar.h",
21 "child_account_info_fetcher.cc", 23 "child_account_info_fetcher.cc",
22 "child_account_info_fetcher.h", 24 "child_account_info_fetcher.h",
23 "child_account_info_fetcher_android.cc", 25 "child_account_info_fetcher_android.cc",
24 "child_account_info_fetcher_android.h", 26 "child_account_info_fetcher_android.h",
25 "child_account_info_fetcher_impl.cc", 27 "child_account_info_fetcher_impl.cc",
26 "child_account_info_fetcher_impl.h", 28 "child_account_info_fetcher_impl.h",
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 "refresh_token_annotation_request_unittest.cc", 123 "refresh_token_annotation_request_unittest.cc",
122 "signin_error_controller_unittest.cc", 124 "signin_error_controller_unittest.cc",
123 "webdata/token_service_table_unittest.cc", 125 "webdata/token_service_table_unittest.cc",
124 ] 126 ]
125 127
126 deps = [ 128 deps = [
127 ":test_support", 129 ":test_support",
128 "//testing/gmock", 130 "//testing/gmock",
129 ] 131 ]
130 } 132 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698