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

Side by Side Diff: components/signin.gypi

Issue 490403002: Revert of Create a new AccountTrackerService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | Annotate | Revision Log
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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/signin/core/common 8 # GN version: //components/signin/core/common
9 'target_name': 'signin_core_common', 9 'target_name': 'signin_core_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 30 matching lines...) Expand all
41 '..', 41 '..',
42 ], 42 ],
43 'sources': [ 43 'sources': [
44 # Note: file list duplicated in GN build. 44 # Note: file list duplicated in GN build.
45 'signin/core/browser/about_signin_internals.cc', 45 'signin/core/browser/about_signin_internals.cc',
46 'signin/core/browser/about_signin_internals.h', 46 'signin/core/browser/about_signin_internals.h',
47 'signin/core/browser/account_reconcilor.cc', 47 'signin/core/browser/account_reconcilor.cc',
48 'signin/core/browser/account_reconcilor.h', 48 'signin/core/browser/account_reconcilor.h',
49 'signin/core/browser/account_service_flag_fetcher.cc', 49 'signin/core/browser/account_service_flag_fetcher.cc',
50 'signin/core/browser/account_service_flag_fetcher.h', 50 'signin/core/browser/account_service_flag_fetcher.h',
51 'signin/core/browser/account_tracker_service.cc',
52 'signin/core/browser/account_tracker_service.h',
53 'signin/core/browser/mutable_profile_oauth2_token_service.cc', 51 'signin/core/browser/mutable_profile_oauth2_token_service.cc',
54 'signin/core/browser/mutable_profile_oauth2_token_service.h', 52 'signin/core/browser/mutable_profile_oauth2_token_service.h',
55 'signin/core/browser/profile_oauth2_token_service.cc', 53 'signin/core/browser/profile_oauth2_token_service.cc',
56 'signin/core/browser/profile_oauth2_token_service.h', 54 'signin/core/browser/profile_oauth2_token_service.h',
57 'signin/core/browser/signin_account_id_helper.cc', 55 'signin/core/browser/signin_account_id_helper.cc',
58 'signin/core/browser/signin_account_id_helper.h', 56 'signin/core/browser/signin_account_id_helper.h',
59 'signin/core/browser/signin_client.h', 57 'signin/core/browser/signin_client.h',
60 'signin/core/browser/signin_error_controller.cc', 58 'signin/core/browser/signin_error_controller.cc',
61 'signin/core/browser/signin_error_controller.h', 59 'signin/core/browser/signin_error_controller.h',
62 'signin/core/browser/signin_internals_util.cc', 60 'signin/core/browser/signin_internals_util.cc',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 'sources': [ 130 'sources': [
133 # Note: file list duplicated in GN build. 131 # Note: file list duplicated in GN build.
134 'signin/ios/browser/profile_oauth2_token_service_ios.h', 132 'signin/ios/browser/profile_oauth2_token_service_ios.h',
135 'signin/ios/browser/profile_oauth2_token_service_ios.mm', 133 'signin/ios/browser/profile_oauth2_token_service_ios.mm',
136 ], 134 ],
137 }, 135 },
138 ], 136 ],
139 }], 137 }],
140 ], 138 ],
141 } 139 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/signin/core/browser/account_tracker_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698