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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 'signin/ios/browser/merge_session_observer_bridge.h', | 140 'signin/ios/browser/merge_session_observer_bridge.h', |
141 'signin/ios/browser/merge_session_observer_bridge.mm', | 141 'signin/ios/browser/merge_session_observer_bridge.mm', |
142 'signin/ios/browser/oauth2_token_service_observer_bridge.h', | 142 'signin/ios/browser/oauth2_token_service_observer_bridge.h', |
143 'signin/ios/browser/oauth2_token_service_observer_bridge.mm', | 143 'signin/ios/browser/oauth2_token_service_observer_bridge.mm', |
144 'signin/ios/browser/profile_oauth2_token_service_ios.h', | 144 'signin/ios/browser/profile_oauth2_token_service_ios.h', |
145 'signin/ios/browser/profile_oauth2_token_service_ios.mm', | 145 'signin/ios/browser/profile_oauth2_token_service_ios.mm', |
146 ], | 146 ], |
147 }, | 147 }, |
148 ], | 148 ], |
149 }], | 149 }], |
| 150 ['OS != "ios"', { |
| 151 'targets': [ |
| 152 { |
| 153 # GN version: //components/signin/content:content |
| 154 'target_name': 'signin_content', |
| 155 'type': '<(component)', |
| 156 'sources': [ |
| 157 'signin/content/screenlock_bridge.cc', |
| 158 'signin/content/screenlock_bridge.h', |
| 159 ], |
| 160 'dependencies' : [ |
| 161 '../base/base.gyp:base', |
| 162 ], |
| 163 'include_dirs': [ |
| 164 '..', |
| 165 ], |
| 166 'conditions': [ |
| 167 ['chromeos==1', { |
| 168 'dependencies': [ |
| 169 '../chromeos/chromeos.gyp:chromeos', |
| 170 ], |
| 171 }], |
| 172 ], |
| 173 } |
| 174 ], |
| 175 }], |
150 ], | 176 ], |
151 } | 177 } |
OLD | NEW |