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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
109 'signin_core_browser', | 109 'signin_core_browser', |
110 '../testing/gtest.gyp:gtest', | 110 '../testing/gtest.gyp:gtest', |
111 ], | 111 ], |
112 'include_dirs': [ | 112 'include_dirs': [ |
113 '..', | 113 '..', |
114 ], | 114 ], |
115 'sources': [ | 115 'sources': [ |
116 # Note: file list duplicated in GN build. | 116 # Note: file list duplicated in GN build. |
117 'signin/core/browser/fake_auth_status_provider.cc', | 117 'signin/core/browser/fake_auth_status_provider.cc', |
118 'signin/core/browser/fake_auth_status_provider.h', | 118 'signin/core/browser/fake_auth_status_provider.h', |
| 119 'signin/core/browser/fake_profile_oauth2_token_service.cc', |
| 120 'signin/core/browser/fake_profile_oauth2_token_service.h', |
119 'signin/core/browser/test_signin_client.cc', | 121 'signin/core/browser/test_signin_client.cc', |
120 'signin/core/browser/test_signin_client.h', | 122 'signin/core/browser/test_signin_client.h', |
121 ], | 123 ], |
122 }, | 124 }, |
123 ], | 125 ], |
124 'conditions': [ | 126 'conditions': [ |
125 ['OS == "ios"', { | 127 ['OS == "ios"', { |
126 # GN version: //components/signin/core/browser:ios | 128 # GN version: //components/signin/core/browser:ios |
127 'targets': [ | 129 'targets': [ |
128 { | 130 { |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
161 'signin/ios/browser/fake_profile_oauth2_token_service_ios_delegate.h
', | 163 'signin/ios/browser/fake_profile_oauth2_token_service_ios_delegate.h
', |
162 'signin/ios/browser/fake_profile_oauth2_token_service_ios_delegate.m
m', | 164 'signin/ios/browser/fake_profile_oauth2_token_service_ios_delegate.m
m', |
163 'signin/ios/browser/fake_profile_oauth2_token_service_ios_provider.h
', | 165 'signin/ios/browser/fake_profile_oauth2_token_service_ios_provider.h
', |
164 'signin/ios/browser/fake_profile_oauth2_token_service_ios_provider.m
m', | 166 'signin/ios/browser/fake_profile_oauth2_token_service_ios_provider.m
m', |
165 ], | 167 ], |
166 }, | 168 }, |
167 ], | 169 ], |
168 }], | 170 }], |
169 ], | 171 ], |
170 } | 172 } |
OLD | NEW |