| 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 1133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1144 'browser/signin/chrome_signin_client_factory.cc', | 1144 'browser/signin/chrome_signin_client_factory.cc', |
| 1145 'browser/signin/chrome_signin_client_factory.h', | 1145 'browser/signin/chrome_signin_client_factory.h', |
| 1146 'browser/signin/local_auth.cc', | 1146 'browser/signin/local_auth.cc', |
| 1147 'browser/signin/local_auth.h', | 1147 'browser/signin/local_auth.h', |
| 1148 'browser/signin/principals_message_filter.cc', | 1148 'browser/signin/principals_message_filter.cc', |
| 1149 'browser/signin/principals_message_filter.h', | 1149 'browser/signin/principals_message_filter.h', |
| 1150 'browser/signin/profile_identity_provider.cc', | 1150 'browser/signin/profile_identity_provider.cc', |
| 1151 'browser/signin/profile_identity_provider.h', | 1151 'browser/signin/profile_identity_provider.h', |
| 1152 'browser/signin/profile_oauth2_token_service_factory.cc', | 1152 'browser/signin/profile_oauth2_token_service_factory.cc', |
| 1153 'browser/signin/profile_oauth2_token_service_factory.h', | 1153 'browser/signin/profile_oauth2_token_service_factory.h', |
| 1154 'browser/signin/screenlock_bridge.cc', | 1154 'browser/signin/signin_screen_bridge.cc', |
| 1155 'browser/signin/screenlock_bridge.h', | 1155 'browser/signin/signin_screen_bridge.h', |
| 1156 'browser/signin/signin_manager_factory.cc', | 1156 'browser/signin/signin_manager_factory.cc', |
| 1157 'browser/signin/signin_manager_factory.h', | 1157 'browser/signin/signin_manager_factory.h', |
| 1158 'browser/signin/signin_names_io_thread.cc', | 1158 'browser/signin/signin_names_io_thread.cc', |
| 1159 'browser/signin/signin_names_io_thread.h', | 1159 'browser/signin/signin_names_io_thread.h', |
| 1160 'browser/signin/signin_header_helper.cc', | 1160 'browser/signin/signin_header_helper.cc', |
| 1161 'browser/signin/signin_header_helper.h', | 1161 'browser/signin/signin_header_helper.h', |
| 1162 'browser/signin/signin_tracker_factory.cc', | 1162 'browser/signin/signin_tracker_factory.cc', |
| 1163 'browser/signin/signin_tracker_factory.h', | 1163 'browser/signin/signin_tracker_factory.h', |
| 1164 'browser/signin/signin_promo.cc', | 1164 'browser/signin/signin_promo.cc', |
| 1165 'browser/signin/signin_promo.h', | 1165 'browser/signin/signin_promo.h', |
| (...skipping 2400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3566 'variables': { | 3566 'variables': { |
| 3567 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3567 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3568 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3568 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3569 }, | 3569 }, |
| 3570 'includes': [ '../build/protoc.gypi' ] | 3570 'includes': [ '../build/protoc.gypi' ] |
| 3571 }, | 3571 }, |
| 3572 ], | 3572 ], |
| 3573 },], | 3573 },], |
| 3574 ], | 3574 ], |
| 3575 } | 3575 } |
| OLD | NEW |