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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 695553002: Account reconcilor: Use cookie store cookie changed subscription. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits Created 6 years, 1 month 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 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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 1134 matching lines...) Expand 10 before | Expand all | Expand 10 after
1145 'browser/signin/local_auth.cc', 1145 'browser/signin/local_auth.cc',
1146 'browser/signin/local_auth.h', 1146 'browser/signin/local_auth.h',
1147 'browser/signin/principals_message_filter.cc', 1147 'browser/signin/principals_message_filter.cc',
1148 'browser/signin/principals_message_filter.h', 1148 'browser/signin/principals_message_filter.h',
1149 'browser/signin/profile_identity_provider.cc', 1149 'browser/signin/profile_identity_provider.cc',
1150 'browser/signin/profile_identity_provider.h', 1150 'browser/signin/profile_identity_provider.h',
1151 'browser/signin/profile_oauth2_token_service_factory.cc', 1151 'browser/signin/profile_oauth2_token_service_factory.cc',
1152 'browser/signin/profile_oauth2_token_service_factory.h', 1152 'browser/signin/profile_oauth2_token_service_factory.h',
1153 'browser/signin/screenlock_bridge.cc', 1153 'browser/signin/screenlock_bridge.cc',
1154 'browser/signin/screenlock_bridge.h', 1154 'browser/signin/screenlock_bridge.h',
1155 'browser/signin/signin_cookie_changed_subscription.cc',
1156 'browser/signin/signin_cookie_changed_subscription.h',
1155 'browser/signin/signin_manager_factory.cc', 1157 'browser/signin/signin_manager_factory.cc',
1156 'browser/signin/signin_manager_factory.h', 1158 'browser/signin/signin_manager_factory.h',
1157 'browser/signin/signin_names_io_thread.cc', 1159 'browser/signin/signin_names_io_thread.cc',
1158 'browser/signin/signin_names_io_thread.h', 1160 'browser/signin/signin_names_io_thread.h',
1159 'browser/signin/signin_header_helper.cc', 1161 'browser/signin/signin_header_helper.cc',
1160 'browser/signin/signin_header_helper.h', 1162 'browser/signin/signin_header_helper.h',
1161 'browser/signin/signin_tracker_factory.cc', 1163 'browser/signin/signin_tracker_factory.cc',
1162 'browser/signin/signin_tracker_factory.h', 1164 'browser/signin/signin_tracker_factory.h',
1163 'browser/site_details.cc', 1165 'browser/site_details.cc',
1164 'browser/site_details.h', 1166 'browser/site_details.h',
(...skipping 2447 matching lines...) Expand 10 before | Expand all | Expand 10 after
3612 'variables': { 3614 'variables': {
3613 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3615 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3614 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3616 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3615 }, 3617 },
3616 'includes': [ '../build/protoc.gypi' ] 3618 'includes': [ '../build/protoc.gypi' ]
3617 }, 3619 },
3618 ], 3620 ],
3619 },], 3621 },],
3620 ], 3622 ],
3621 } 3623 }
OLDNEW
« no previous file with comments | « chrome/browser/signin/signin_cookie_changed_subscription.cc ('k') | components/signin/core/browser/about_signin_internals.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698