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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 192313002: Make ChromeSigninClient a BrowserContextKeyedService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nit Created 6 years, 9 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
« no previous file with comments | « chrome/browser/signin/signin_manager_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'none', 9 'type': 'none',
10 'dependencies': [ 'browser_real', ], 10 'dependencies': [ 'browser_real', ],
(...skipping 2088 matching lines...) Expand 10 before | Expand all | Expand 10 after
2099 'browser/signin/about_signin_internals.cc', 2099 'browser/signin/about_signin_internals.cc',
2100 'browser/signin/about_signin_internals.h', 2100 'browser/signin/about_signin_internals.h',
2101 'browser/signin/about_signin_internals_factory.cc', 2101 'browser/signin/about_signin_internals_factory.cc',
2102 'browser/signin/about_signin_internals_factory.h', 2102 'browser/signin/about_signin_internals_factory.h',
2103 'browser/signin/account_reconcilor.cc', 2103 'browser/signin/account_reconcilor.cc',
2104 'browser/signin/account_reconcilor.h', 2104 'browser/signin/account_reconcilor.h',
2105 'browser/signin/account_reconcilor_factory.cc', 2105 'browser/signin/account_reconcilor_factory.cc',
2106 'browser/signin/account_reconcilor_factory.h', 2106 'browser/signin/account_reconcilor_factory.h',
2107 'browser/signin/chrome_signin_client.cc', 2107 'browser/signin/chrome_signin_client.cc',
2108 'browser/signin/chrome_signin_client.h', 2108 'browser/signin/chrome_signin_client.h',
2109 'browser/signin/chrome_signin_client_factory.cc',
2110 'browser/signin/chrome_signin_client_factory.h',
2109 'browser/signin/local_auth.cc', 2111 'browser/signin/local_auth.cc',
2110 'browser/signin/local_auth.h', 2112 'browser/signin/local_auth.h',
2111 'browser/signin/mutable_profile_oauth2_token_service.cc', 2113 'browser/signin/mutable_profile_oauth2_token_service.cc',
2112 'browser/signin/mutable_profile_oauth2_token_service.h', 2114 'browser/signin/mutable_profile_oauth2_token_service.h',
2113 'browser/signin/principals_message_filter.cc', 2115 'browser/signin/principals_message_filter.cc',
2114 'browser/signin/principals_message_filter.h', 2116 'browser/signin/principals_message_filter.h',
2115 'browser/signin/profile_oauth2_token_service.cc', 2117 'browser/signin/profile_oauth2_token_service.cc',
2116 'browser/signin/profile_oauth2_token_service.h', 2118 'browser/signin/profile_oauth2_token_service.h',
2117 'browser/signin/profile_oauth2_token_service_factory.cc', 2119 'browser/signin/profile_oauth2_token_service_factory.cc',
2118 'browser/signin/profile_oauth2_token_service_factory.h', 2120 'browser/signin/profile_oauth2_token_service_factory.h',
(...skipping 1679 matching lines...) Expand 10 before | Expand all | Expand 10 after
3798 'package_name': 'org/chromium/chrome/browser', 3800 'package_name': 'org/chromium/chrome/browser',
3799 'template_deps': ['browser/android/tab_load_status.h'], 3801 'template_deps': ['browser/android/tab_load_status.h'],
3800 }, 3802 },
3801 'includes': [ '../build/android/java_cpp_template.gypi' ], 3803 'includes': [ '../build/android/java_cpp_template.gypi' ],
3802 }, 3804 },
3803 ], 3805 ],
3804 }, 3806 },
3805 ], 3807 ],
3806 ], 3808 ],
3807 } 3809 }
OLDNEW
« no previous file with comments | « chrome/browser/signin/signin_manager_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698