| 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 1160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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', | |
| 1183 'browser/signin/chrome_signin_client.cc', | 1181 'browser/signin/chrome_signin_client.cc', |
| 1184 'browser/signin/chrome_signin_client.h', | 1182 'browser/signin/chrome_signin_client.h', |
| 1185 'browser/signin/chrome_signin_client_factory.cc', | 1183 'browser/signin/chrome_signin_client_factory.cc', |
| 1186 'browser/signin/chrome_signin_client_factory.h', | 1184 'browser/signin/chrome_signin_client_factory.h', |
| 1187 'browser/signin/local_auth.cc', | 1185 'browser/signin/local_auth.cc', |
| 1188 'browser/signin/local_auth.h', | 1186 'browser/signin/local_auth.h', |
| 1189 'browser/signin/principals_message_filter.cc', | 1187 'browser/signin/principals_message_filter.cc', |
| 1190 'browser/signin/principals_message_filter.h', | 1188 'browser/signin/principals_message_filter.h', |
| 1191 'browser/signin/profile_identity_provider.cc', | 1189 'browser/signin/profile_identity_provider.cc', |
| 1192 'browser/signin/profile_identity_provider.h', | 1190 'browser/signin/profile_identity_provider.h', |
| (...skipping 2392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3585 'variables': { | 3583 'variables': { |
| 3586 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3584 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3587 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3585 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3588 }, | 3586 }, |
| 3589 'includes': [ '../build/protoc.gypi' ] | 3587 'includes': [ '../build/protoc.gypi' ] |
| 3590 }, | 3588 }, |
| 3591 ], | 3589 ], |
| 3592 },], | 3590 },], |
| 3593 ], | 3591 ], |
| 3594 } | 3592 } |
| OLD | NEW |