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

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, 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 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 1160 matching lines...) Expand 10 before | Expand all | Expand 10 after
1171 'browser/shell_integration.cc', 1171 'browser/shell_integration.cc',
1172 'browser/shell_integration.h', 1172 'browser/shell_integration.h',
1173 'browser/shell_integration_android.cc', 1173 'browser/shell_integration_android.cc',
1174 'browser/shell_integration_chromeos.cc', 1174 'browser/shell_integration_chromeos.cc',
1175 'browser/shell_integration_mac.mm', 1175 'browser/shell_integration_mac.mm',
1176 'browser/shell_integration_win.cc', 1176 'browser/shell_integration_win.cc',
1177 'browser/signin/about_signin_internals_factory.cc', 1177 'browser/signin/about_signin_internals_factory.cc',
1178 'browser/signin/about_signin_internals_factory.h', 1178 'browser/signin/about_signin_internals_factory.h',
1179 'browser/signin/account_reconcilor_factory.cc', 1179 'browser/signin/account_reconcilor_factory.cc',
1180 'browser/signin/account_reconcilor_factory.h', 1180 'browser/signin/account_reconcilor_factory.h',
1181 'browser/signin/account_tracker_service_factory.cc',
1182 'browser/signin/account_tracker_service_factory.h',
1181 'browser/signin/chrome_signin_client.cc', 1183 'browser/signin/chrome_signin_client.cc',
1182 'browser/signin/chrome_signin_client.h', 1184 'browser/signin/chrome_signin_client.h',
1183 'browser/signin/chrome_signin_client_factory.cc', 1185 'browser/signin/chrome_signin_client_factory.cc',
1184 'browser/signin/chrome_signin_client_factory.h', 1186 'browser/signin/chrome_signin_client_factory.h',
1185 'browser/signin/local_auth.cc', 1187 'browser/signin/local_auth.cc',
1186 'browser/signin/local_auth.h', 1188 'browser/signin/local_auth.h',
1187 'browser/signin/principals_message_filter.cc', 1189 'browser/signin/principals_message_filter.cc',
1188 'browser/signin/principals_message_filter.h', 1190 'browser/signin/principals_message_filter.h',
1189 'browser/signin/profile_identity_provider.cc', 1191 'browser/signin/profile_identity_provider.cc',
1190 'browser/signin/profile_identity_provider.h', 1192 'browser/signin/profile_identity_provider.h',
(...skipping 2392 matching lines...) Expand 10 before | Expand all | Expand 10 after
3583 'variables': { 3585 'variables': {
3584 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3586 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3585 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3587 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3586 }, 3588 },
3587 'includes': [ '../build/protoc.gypi' ] 3589 'includes': [ '../build/protoc.gypi' ]
3588 }, 3590 },
3589 ], 3591 ],
3590 },], 3592 },],
3591 ], 3593 ],
3592 } 3594 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698