| OLD | NEW |
| 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 2523 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2534 'browser/signin/account_reconcilor_factory.cc', | 2534 'browser/signin/account_reconcilor_factory.cc', |
| 2535 'browser/signin/account_reconcilor_factory.h', | 2535 'browser/signin/account_reconcilor_factory.h', |
| 2536 'browser/signin/account_tracker_service_factory.cc', | 2536 'browser/signin/account_tracker_service_factory.cc', |
| 2537 'browser/signin/account_tracker_service_factory.h', | 2537 'browser/signin/account_tracker_service_factory.h', |
| 2538 'browser/signin/chrome_signin_client.cc', | 2538 'browser/signin/chrome_signin_client.cc', |
| 2539 'browser/signin/chrome_signin_client.h', | 2539 'browser/signin/chrome_signin_client.h', |
| 2540 'browser/signin/chrome_signin_client_factory.cc', | 2540 'browser/signin/chrome_signin_client_factory.cc', |
| 2541 'browser/signin/chrome_signin_client_factory.h', | 2541 'browser/signin/chrome_signin_client_factory.h', |
| 2542 'browser/signin/local_auth.cc', | 2542 'browser/signin/local_auth.cc', |
| 2543 'browser/signin/local_auth.h', | 2543 'browser/signin/local_auth.h', |
| 2544 'browser/signin/principals_message_filter.cc', | |
| 2545 'browser/signin/principals_message_filter.h', | |
| 2546 'browser/signin/profile_identity_provider.cc', | 2544 'browser/signin/profile_identity_provider.cc', |
| 2547 'browser/signin/profile_identity_provider.h', | 2545 'browser/signin/profile_identity_provider.h', |
| 2548 'browser/signin/profile_oauth2_token_service_factory.cc', | 2546 'browser/signin/profile_oauth2_token_service_factory.cc', |
| 2549 'browser/signin/profile_oauth2_token_service_factory.h', | 2547 'browser/signin/profile_oauth2_token_service_factory.h', |
| 2550 'browser/signin/screenlock_bridge.cc', | 2548 'browser/signin/screenlock_bridge.cc', |
| 2551 'browser/signin/screenlock_bridge.h', | 2549 'browser/signin/screenlock_bridge.h', |
| 2552 'browser/signin/signin_cookie_changed_subscription.cc', | 2550 'browser/signin/signin_cookie_changed_subscription.cc', |
| 2553 'browser/signin/signin_cookie_changed_subscription.h', | 2551 'browser/signin/signin_cookie_changed_subscription.h', |
| 2554 'browser/signin/signin_error_controller_factory.cc', | 2552 'browser/signin/signin_error_controller_factory.cc', |
| 2555 'browser/signin/signin_error_controller_factory.h', | 2553 'browser/signin/signin_error_controller_factory.h', |
| (...skipping 1206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3762 'variables': { | 3760 'variables': { |
| 3763 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3761 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3764 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3762 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3765 }, | 3763 }, |
| 3766 'includes': [ '../build/protoc.gypi' ] | 3764 'includes': [ '../build/protoc.gypi' ] |
| 3767 }, | 3765 }, |
| 3768 ], | 3766 ], |
| 3769 },], | 3767 },], |
| 3770 ], | 3768 ], |
| 3771 } | 3769 } |
| OLD | NEW |