| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'signin_core_common', | 8 'target_name': 'signin_core_common', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'include_dirs': [ | 10 'include_dirs': [ |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 'webdata_common', | 36 'webdata_common', |
| 37 ], | 37 ], |
| 38 'include_dirs': [ | 38 'include_dirs': [ |
| 39 '..', | 39 '..', |
| 40 ], | 40 ], |
| 41 'sources': [ | 41 'sources': [ |
| 42 'signin/core/browser/about_signin_internals.cc', | 42 'signin/core/browser/about_signin_internals.cc', |
| 43 'signin/core/browser/about_signin_internals.h', | 43 'signin/core/browser/about_signin_internals.h', |
| 44 'signin/core/browser/account_reconcilor.cc', | 44 'signin/core/browser/account_reconcilor.cc', |
| 45 'signin/core/browser/account_reconcilor.h', | 45 'signin/core/browser/account_reconcilor.h', |
| 46 'signin/core/browser/account_service_flag_fetcher.cc', |
| 47 'signin/core/browser/account_service_flag_fetcher.h', |
| 46 'signin/core/browser/mutable_profile_oauth2_token_service.cc', | 48 'signin/core/browser/mutable_profile_oauth2_token_service.cc', |
| 47 'signin/core/browser/mutable_profile_oauth2_token_service.h', | 49 'signin/core/browser/mutable_profile_oauth2_token_service.h', |
| 48 'signin/core/browser/profile_oauth2_token_service.cc', | 50 'signin/core/browser/profile_oauth2_token_service.cc', |
| 49 'signin/core/browser/profile_oauth2_token_service.h', | 51 'signin/core/browser/profile_oauth2_token_service.h', |
| 50 'signin/core/browser/signin_account_id_helper.cc', | 52 'signin/core/browser/signin_account_id_helper.cc', |
| 51 'signin/core/browser/signin_account_id_helper.h', | 53 'signin/core/browser/signin_account_id_helper.h', |
| 52 'signin/core/browser/signin_client.h', | 54 'signin/core/browser/signin_client.h', |
| 53 'signin/core/browser/signin_error_controller.cc', | 55 'signin/core/browser/signin_error_controller.cc', |
| 54 'signin/core/browser/signin_error_controller.h', | 56 'signin/core/browser/signin_error_controller.h', |
| 55 'signin/core/browser/signin_internals_util.cc', | 57 'signin/core/browser/signin_internals_util.cc', |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 ], | 123 ], |
| 122 'sources': [ | 124 'sources': [ |
| 123 'signin/ios/browser/profile_oauth2_token_service_ios.h', | 125 'signin/ios/browser/profile_oauth2_token_service_ios.h', |
| 124 'signin/ios/browser/profile_oauth2_token_service_ios.mm', | 126 'signin/ios/browser/profile_oauth2_token_service_ios.mm', |
| 125 ], | 127 ], |
| 126 }, | 128 }, |
| 127 ], | 129 ], |
| 128 }], | 130 }], |
| 129 ], | 131 ], |
| 130 } | 132 } |
| OLD | NEW |