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

Side by Side Diff: components/autofill.gypi

Issue 271793003: components: Extract pref_registry component out of user_prefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « chrome/test/base/testing_pref_service_syncable.cc ('k') | components/autofill/core/DEPS » ('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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 # Private target only used in components/autofill. 8 # Private target only used in components/autofill.
9 'target_name': 'autofill_regexes', 9 'target_name': 'autofill_regexes',
10 'type': 'none', 10 'type': 'none',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 100 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
101 '../ui/base/ui_base.gyp:ui_base', 101 '../ui/base/ui_base.gyp:ui_base',
102 '../ui/gfx/gfx.gyp:gfx', 102 '../ui/gfx/gfx.gyp:gfx',
103 '../ui/gfx/gfx.gyp:gfx_geometry', 103 '../ui/gfx/gfx.gyp:gfx_geometry',
104 '../url/url.gyp:url_lib', 104 '../url/url.gyp:url_lib',
105 'autofill_core_common', 105 'autofill_core_common',
106 'autofill_regexes', 106 'autofill_regexes',
107 'components_resources.gyp:components_resources', 107 'components_resources.gyp:components_resources',
108 'components_strings.gyp:components_strings', 108 'components_strings.gyp:components_strings',
109 'os_crypt', 109 'os_crypt',
110 'user_prefs', 110 'pref_registry',
111 'webdata_common', 111 'webdata_common',
112 ], 112 ],
113 'sources': [ 113 'sources': [
114 'autofill/core/browser/address.cc', 114 'autofill/core/browser/address.cc',
115 'autofill/core/browser/address.h', 115 'autofill/core/browser/address.h',
116 'autofill/core/browser/address_field.cc', 116 'autofill/core/browser/address_field.cc',
117 'autofill/core/browser/address_field.h', 117 'autofill/core/browser/address_field.h',
118 'autofill/core/browser/autocomplete_history_manager.cc', 118 'autofill/core/browser/autocomplete_history_manager.cc',
119 'autofill/core/browser/autocomplete_history_manager.h', 119 'autofill/core/browser/autocomplete_history_manager.h',
120 'autofill/core/browser/autofill-inl.h', 120 'autofill/core/browser/autofill-inl.h',
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 'variables': { 459 'variables': {
460 'jni_gen_package': 'autofill', 460 'jni_gen_package': 'autofill',
461 'jni_generator_ptr_type': 'long', 461 'jni_generator_ptr_type': 'long',
462 }, 462 },
463 'includes': [ '../build/jni_generator.gypi' ], 463 'includes': [ '../build/jni_generator.gypi' ],
464 }, 464 },
465 ], 465 ],
466 }], 466 }],
467 ], 467 ],
468 } 468 }
OLDNEW
« no previous file with comments | « chrome/test/base/testing_pref_service_syncable.cc ('k') | components/autofill/core/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698