| 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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 177 ], | 177 ], |
| 178 'conditions': [ | 178 'conditions': [ |
| 179 ['OS == "android"', { | 179 ['OS == "android"', { |
| 180 'targets': [ | 180 'targets': [ |
| 181 { | 181 { |
| 182 # GN version: //components/signin/core/browser/android:java | 182 # GN version: //components/signin/core/browser/android:java |
| 183 'target_name': 'signin_core_browser_java', | 183 'target_name': 'signin_core_browser_java', |
| 184 'type': 'none', | 184 'type': 'none', |
| 185 'dependencies': [ | 185 'dependencies': [ |
| 186 '../base/base.gyp:base', | 186 '../base/base.gyp:base', |
| 187 '../sync/sync.gyp:sync_java', | 187 '../components/sync.gyp:sync_java', |
| 188 ], | 188 ], |
| 189 'variables': { | 189 'variables': { |
| 190 'java_in_dir': 'signin/core/browser/android/java', | 190 'java_in_dir': 'signin/core/browser/android/java', |
| 191 }, | 191 }, |
| 192 'includes': [ '../build/java.gypi' ], | 192 'includes': [ '../build/java.gypi' ], |
| 193 }, | 193 }, |
| 194 { | 194 { |
| 195 # GN version: //components/signin/core/browser/android:jni_headers | 195 # GN version: //components/signin/core/browser/android:jni_headers |
| 196 'target_name': 'signin_core_browser_jni_headers', | 196 'target_name': 'signin_core_browser_jni_headers', |
| 197 'type': 'none', | 197 'type': 'none', |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 257 'sources': [ | 257 'sources': [ |
| 258 # Note: file list duplicated in GN build. | 258 # Note: file list duplicated in GN build. |
| 259 'signin/ios/browser/fake_profile_oauth2_token_service_ios_provider.h
', | 259 'signin/ios/browser/fake_profile_oauth2_token_service_ios_provider.h
', |
| 260 'signin/ios/browser/fake_profile_oauth2_token_service_ios_provider.m
m', | 260 'signin/ios/browser/fake_profile_oauth2_token_service_ios_provider.m
m', |
| 261 ], | 261 ], |
| 262 }, | 262 }, |
| 263 ], | 263 ], |
| 264 }], | 264 }], |
| 265 ], | 265 ], |
| 266 } | 266 } |
| OLD | NEW |