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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 809313009: Make the SigninErrorController a PKS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Copyrighted: 2015 Created 5 years, 11 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
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 2504 matching lines...) Expand 10 before | Expand all | Expand 10 after
2515 'browser/signin/principals_message_filter.cc', 2515 'browser/signin/principals_message_filter.cc',
2516 'browser/signin/principals_message_filter.h', 2516 'browser/signin/principals_message_filter.h',
2517 'browser/signin/profile_identity_provider.cc', 2517 'browser/signin/profile_identity_provider.cc',
2518 'browser/signin/profile_identity_provider.h', 2518 'browser/signin/profile_identity_provider.h',
2519 'browser/signin/profile_oauth2_token_service_factory.cc', 2519 'browser/signin/profile_oauth2_token_service_factory.cc',
2520 'browser/signin/profile_oauth2_token_service_factory.h', 2520 'browser/signin/profile_oauth2_token_service_factory.h',
2521 'browser/signin/screenlock_bridge.cc', 2521 'browser/signin/screenlock_bridge.cc',
2522 'browser/signin/screenlock_bridge.h', 2522 'browser/signin/screenlock_bridge.h',
2523 'browser/signin/signin_cookie_changed_subscription.cc', 2523 'browser/signin/signin_cookie_changed_subscription.cc',
2524 'browser/signin/signin_cookie_changed_subscription.h', 2524 'browser/signin/signin_cookie_changed_subscription.h',
2525 'browser/signin/signin_error_controller_factory.cc',
2526 'browser/signin/signin_error_controller_factory.h',
2525 'browser/signin/signin_header_helper.cc', 2527 'browser/signin/signin_header_helper.cc',
2526 'browser/signin/signin_header_helper.h', 2528 'browser/signin/signin_header_helper.h',
2527 'browser/signin/signin_manager_factory.cc', 2529 'browser/signin/signin_manager_factory.cc',
2528 'browser/signin/signin_manager_factory.h', 2530 'browser/signin/signin_manager_factory.h',
2529 'browser/signin/signin_names_io_thread.cc', 2531 'browser/signin/signin_names_io_thread.cc',
2530 'browser/signin/signin_names_io_thread.h', 2532 'browser/signin/signin_names_io_thread.h',
2531 'browser/signin/signin_tracker_factory.cc', 2533 'browser/signin/signin_tracker_factory.cc',
2532 'browser/signin/signin_tracker_factory.h', 2534 'browser/signin/signin_tracker_factory.h',
2533 ], 2535 ],
2534 'chrome_browser_spellchecker_sources': [ 2536 'chrome_browser_spellchecker_sources': [
(...skipping 1190 matching lines...) Expand 10 before | Expand all | Expand 10 after
3725 'variables': { 3727 'variables': {
3726 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3728 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3727 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3729 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3728 }, 3730 },
3729 'includes': [ '../build/protoc.gypi' ] 3731 'includes': [ '../build/protoc.gypi' ]
3730 }, 3732 },
3731 ], 3733 ],
3732 },], 3734 },],
3733 ], 3735 ],
3734 } 3736 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698