| 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 2504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |