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

Side by Side Diff: components/autofill.gypi

Issue 2137533002: Embed address normalization rewriting rules. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « no previous file | components/autofill/core/browser/BUILD.gn » ('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 # GN version: //components/autofill/core/common 8 # GN version: //components/autofill/core/common
9 'target_name': 'autofill_core_common', 9 'target_name': 'autofill_core_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 'variations_net', 99 'variations_net',
100 'webdata_common', 100 'webdata_common',
101 ], 101 ],
102 'sources': [ 102 'sources': [
103 'autofill/core/browser/address.cc', 103 'autofill/core/browser/address.cc',
104 'autofill/core/browser/address.h', 104 'autofill/core/browser/address.h',
105 'autofill/core/browser/address_field.cc', 105 'autofill/core/browser/address_field.cc',
106 'autofill/core/browser/address_field.h', 106 'autofill/core/browser/address_field.h',
107 'autofill/core/browser/address_i18n.cc', 107 'autofill/core/browser/address_i18n.cc',
108 'autofill/core/browser/address_i18n.h', 108 'autofill/core/browser/address_i18n.h',
109 'autofill/core/browser/address_rewriter.cc',
110 'autofill/core/browser/address_rewriter.h',
111 'autofill/core/browser/address_rewriter_rules.cc',
109 'autofill/core/browser/autocomplete_history_manager.cc', 112 'autofill/core/browser/autocomplete_history_manager.cc',
110 'autofill/core/browser/autocomplete_history_manager.h', 113 'autofill/core/browser/autocomplete_history_manager.h',
111 'autofill/core/browser/autofill-inl.h', 114 'autofill/core/browser/autofill-inl.h',
112 'autofill/core/browser/autofill_client.h', 115 'autofill/core/browser/autofill_client.h',
113 'autofill/core/browser/autofill_country.cc', 116 'autofill/core/browser/autofill_country.cc',
114 'autofill/core/browser/autofill_country.h', 117 'autofill/core/browser/autofill_country.h',
115 'autofill/core/browser/autofill_data_model.cc', 118 'autofill/core/browser/autofill_data_model.cc',
116 'autofill/core/browser/autofill_data_model.h', 119 'autofill/core/browser/autofill_data_model.h',
117 'autofill/core/browser/autofill_data_util.cc', 120 'autofill/core/browser/autofill_data_util.cc',
118 'autofill/core/browser/autofill_data_util.h', 121 'autofill/core/browser/autofill_data_util.h',
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 ], 638 ],
636 }, 639 },
637 'includes': [ 640 'includes': [
638 '../ios/web/js_compile_checked.gypi', 641 '../ios/web/js_compile_checked.gypi',
639 ], 642 ],
640 }, 643 },
641 ], 644 ],
642 }], 645 }],
643 ], 646 ],
644 } 647 }
OLDNEW
« no previous file with comments | « no previous file | components/autofill/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698