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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 425823002: Create a new AccountTrackerService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 years, 3 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 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 1158 matching lines...) Expand 10 before | Expand all | Expand 10 after
1169 'browser/shell_integration.cc', 1169 'browser/shell_integration.cc',
1170 'browser/shell_integration.h', 1170 'browser/shell_integration.h',
1171 'browser/shell_integration_android.cc', 1171 'browser/shell_integration_android.cc',
1172 'browser/shell_integration_chromeos.cc', 1172 'browser/shell_integration_chromeos.cc',
1173 'browser/shell_integration_mac.mm', 1173 'browser/shell_integration_mac.mm',
1174 'browser/shell_integration_win.cc', 1174 'browser/shell_integration_win.cc',
1175 'browser/signin/about_signin_internals_factory.cc', 1175 'browser/signin/about_signin_internals_factory.cc',
1176 'browser/signin/about_signin_internals_factory.h', 1176 'browser/signin/about_signin_internals_factory.h',
1177 'browser/signin/account_reconcilor_factory.cc', 1177 'browser/signin/account_reconcilor_factory.cc',
1178 'browser/signin/account_reconcilor_factory.h', 1178 'browser/signin/account_reconcilor_factory.h',
1179 'browser/signin/account_tracker_service_factory.cc',
1180 'browser/signin/account_tracker_service_factory.h',
1179 'browser/signin/chrome_signin_client.cc', 1181 'browser/signin/chrome_signin_client.cc',
1180 'browser/signin/chrome_signin_client.h', 1182 'browser/signin/chrome_signin_client.h',
1181 'browser/signin/chrome_signin_client_factory.cc', 1183 'browser/signin/chrome_signin_client_factory.cc',
1182 'browser/signin/chrome_signin_client_factory.h', 1184 'browser/signin/chrome_signin_client_factory.h',
1183 'browser/signin/local_auth.cc', 1185 'browser/signin/local_auth.cc',
1184 'browser/signin/local_auth.h', 1186 'browser/signin/local_auth.h',
1185 'browser/signin/principals_message_filter.cc', 1187 'browser/signin/principals_message_filter.cc',
1186 'browser/signin/principals_message_filter.h', 1188 'browser/signin/principals_message_filter.h',
1187 'browser/signin/profile_identity_provider.cc', 1189 'browser/signin/profile_identity_provider.cc',
1188 'browser/signin/profile_identity_provider.h', 1190 'browser/signin/profile_identity_provider.h',
(...skipping 2393 matching lines...) Expand 10 before | Expand all | Expand 10 after
3582 'variables': { 3584 'variables': {
3583 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3585 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3584 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3586 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3585 }, 3587 },
3586 'includes': [ '../build/protoc.gypi' ] 3588 'includes': [ '../build/protoc.gypi' ]
3587 }, 3589 },
3588 ], 3590 ],
3589 },], 3591 },],
3590 ], 3592 ],
3591 } 3593 }
OLDNEW
« no previous file with comments | « chrome/browser/signin/account_tracker_service_factory.cc ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698