| 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 21 matching lines...) Expand all Loading... |
| 32 'signin/core/account_id/account_id.h', | 32 'signin/core/account_id/account_id.h', |
| 33 ], | 33 ], |
| 34 }, | 34 }, |
| 35 { | 35 { |
| 36 # GN version: //components/signin/core/browser | 36 # GN version: //components/signin/core/browser |
| 37 'target_name': 'signin_core_browser', | 37 'target_name': 'signin_core_browser', |
| 38 'type': 'static_library', | 38 'type': 'static_library', |
| 39 'dependencies': [ | 39 'dependencies': [ |
| 40 '../base/base.gyp:base', | 40 '../base/base.gyp:base', |
| 41 '../base/base.gyp:base_i18n', | 41 '../base/base.gyp:base_i18n', |
| 42 '../base/base.gyp:base_prefs', |
| 42 '../crypto/crypto.gyp:crypto', | 43 '../crypto/crypto.gyp:crypto', |
| 43 '../google_apis/google_apis.gyp:google_apis', | 44 '../google_apis/google_apis.gyp:google_apis', |
| 44 '../net/net.gyp:net', | 45 '../net/net.gyp:net', |
| 45 '../sql/sql.gyp:sql', | 46 '../sql/sql.gyp:sql', |
| 46 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', | 47 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', |
| 47 '../third_party/icu/icu.gyp:icui18n', | 48 '../third_party/icu/icu.gyp:icui18n', |
| 48 '../third_party/icu/icu.gyp:icuuc', | 49 '../third_party/icu/icu.gyp:icuuc', |
| 49 'content_settings_core_browser', | 50 'content_settings_core_browser', |
| 50 'content_settings_core_common', | 51 'content_settings_core_common', |
| 51 'google_core_browser', | 52 'google_core_browser', |
| 52 'invalidation_public', | 53 'invalidation_public', |
| 53 'keyed_service_core', | 54 'keyed_service_core', |
| 54 'metrics', | 55 'metrics', |
| 55 'os_crypt', | 56 'os_crypt', |
| 56 'prefs/prefs.gyp:prefs', | |
| 57 'signin_core_common', | 57 'signin_core_common', |
| 58 'signin_core_account_id', | 58 'signin_core_account_id', |
| 59 'webdata_common', | 59 'webdata_common', |
| 60 ], | 60 ], |
| 61 'include_dirs': [ | 61 'include_dirs': [ |
| 62 '..', | 62 '..', |
| 63 ], | 63 ], |
| 64 'sources': [ | 64 'sources': [ |
| 65 # Note: file list duplicated in GN build. | 65 # Note: file list duplicated in GN build. |
| 66 'signin/core/browser/about_signin_internals.cc', | 66 'signin/core/browser/about_signin_internals.cc', |
| (...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 253 'signin/ios/browser/fake_profile_oauth2_token_service_ios_delegate.h
', | 253 'signin/ios/browser/fake_profile_oauth2_token_service_ios_delegate.h
', |
| 254 'signin/ios/browser/fake_profile_oauth2_token_service_ios_delegate.m
m', | 254 'signin/ios/browser/fake_profile_oauth2_token_service_ios_delegate.m
m', |
| 255 'signin/ios/browser/fake_profile_oauth2_token_service_ios_provider.h
', | 255 'signin/ios/browser/fake_profile_oauth2_token_service_ios_provider.h
', |
| 256 'signin/ios/browser/fake_profile_oauth2_token_service_ios_provider.m
m', | 256 'signin/ios/browser/fake_profile_oauth2_token_service_ios_provider.m
m', |
| 257 ], | 257 ], |
| 258 }, | 258 }, |
| 259 ], | 259 ], |
| 260 }], | 260 }], |
| 261 ], | 261 ], |
| 262 } | 262 } |
| OLD | NEW |