| 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 # GN version: //components/signin/core/common | 8 # GN version: //components/signin/core/common |
| 9 'target_name': 'signin_core_common', | 9 'target_name': 'signin_core_common', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 ], | 116 ], |
| 117 'include_dirs': [ | 117 'include_dirs': [ |
| 118 '..', | 118 '..', |
| 119 ], | 119 ], |
| 120 'sources': [ | 120 'sources': [ |
| 121 # Note: file list duplicated in GN build. | 121 # Note: file list duplicated in GN build. |
| 122 'signin/core/browser/fake_auth_status_provider.cc', | 122 'signin/core/browser/fake_auth_status_provider.cc', |
| 123 'signin/core/browser/fake_auth_status_provider.h', | 123 'signin/core/browser/fake_auth_status_provider.h', |
| 124 'signin/core/browser/fake_profile_oauth2_token_service.cc', | 124 'signin/core/browser/fake_profile_oauth2_token_service.cc', |
| 125 'signin/core/browser/fake_profile_oauth2_token_service.h', | 125 'signin/core/browser/fake_profile_oauth2_token_service.h', |
| 126 'signin/core/browser/fake_signin_manager.cc', |
| 127 'signin/core/browser/fake_signin_manager.h', |
| 126 'signin/core/browser/test_signin_client.cc', | 128 'signin/core/browser/test_signin_client.cc', |
| 127 'signin/core/browser/test_signin_client.h', | 129 'signin/core/browser/test_signin_client.h', |
| 128 ], | 130 ], |
| 129 }, | 131 }, |
| 130 ], | 132 ], |
| 131 'conditions': [ | 133 'conditions': [ |
| 132 ['OS == "ios"', { | 134 ['OS == "ios"', { |
| 133 # GN version: //components/signin/core/browser:ios | 135 # GN version: //components/signin/core/browser:ios |
| 134 'targets': [ | 136 'targets': [ |
| 135 { | 137 { |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 'signin/ios/browser/fake_profile_oauth2_token_service_ios_delegate.h
', | 170 'signin/ios/browser/fake_profile_oauth2_token_service_ios_delegate.h
', |
| 169 'signin/ios/browser/fake_profile_oauth2_token_service_ios_delegate.m
m', | 171 'signin/ios/browser/fake_profile_oauth2_token_service_ios_delegate.m
m', |
| 170 'signin/ios/browser/fake_profile_oauth2_token_service_ios_provider.h
', | 172 'signin/ios/browser/fake_profile_oauth2_token_service_ios_provider.h
', |
| 171 'signin/ios/browser/fake_profile_oauth2_token_service_ios_provider.m
m', | 173 'signin/ios/browser/fake_profile_oauth2_token_service_ios_provider.m
m', |
| 172 ], | 174 ], |
| 173 }, | 175 }, |
| 174 ], | 176 ], |
| 175 }], | 177 }], |
| 176 ], | 178 ], |
| 177 } | 179 } |
| OLD | NEW |