Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Side by Side Diff: components/signin.gypi

Issue 1653693002: Move base/prefs to components/prefs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: iOS fix Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « components/proxy_config.gypi ('k') | components/ssl_config.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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',
43 '../crypto/crypto.gyp:crypto', 42 '../crypto/crypto.gyp:crypto',
44 '../google_apis/google_apis.gyp:google_apis', 43 '../google_apis/google_apis.gyp:google_apis',
45 '../net/net.gyp:net', 44 '../net/net.gyp:net',
46 '../sql/sql.gyp:sql', 45 '../sql/sql.gyp:sql',
47 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 46 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
48 '../third_party/icu/icu.gyp:icui18n', 47 '../third_party/icu/icu.gyp:icui18n',
49 '../third_party/icu/icu.gyp:icuuc', 48 '../third_party/icu/icu.gyp:icuuc',
50 'content_settings_core_browser', 49 'content_settings_core_browser',
51 'content_settings_core_common', 50 'content_settings_core_common',
52 'google_core_browser', 51 'google_core_browser',
53 'invalidation_public', 52 'invalidation_public',
54 'keyed_service_core', 53 'keyed_service_core',
55 'metrics', 54 'metrics',
56 'os_crypt', 55 '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
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 }
OLDNEW
« no previous file with comments | « components/proxy_config.gypi ('k') | components/ssl_config.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698