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

Side by Side Diff: components/autofill.gypi

Issue 2041413004: Add an AutofillProfileComparator class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 6 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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 'autofill/core/browser/autofill_ie_toolbar_import_win.cc', 128 'autofill/core/browser/autofill_ie_toolbar_import_win.cc',
129 'autofill/core/browser/autofill_ie_toolbar_import_win.h', 129 'autofill/core/browser/autofill_ie_toolbar_import_win.h',
130 'autofill/core/browser/autofill_manager.cc', 130 'autofill/core/browser/autofill_manager.cc',
131 'autofill/core/browser/autofill_manager.h', 131 'autofill/core/browser/autofill_manager.h',
132 'autofill/core/browser/autofill_manager_test_delegate.h', 132 'autofill/core/browser/autofill_manager_test_delegate.h',
133 'autofill/core/browser/autofill_metrics.cc', 133 'autofill/core/browser/autofill_metrics.cc',
134 'autofill/core/browser/autofill_metrics.h', 134 'autofill/core/browser/autofill_metrics.h',
135 'autofill/core/browser/autofill_popup_delegate.h', 135 'autofill/core/browser/autofill_popup_delegate.h',
136 'autofill/core/browser/autofill_profile.cc', 136 'autofill/core/browser/autofill_profile.cc',
137 'autofill/core/browser/autofill_profile.h', 137 'autofill/core/browser/autofill_profile.h',
138 'autofill/core/browser/autofill_profile_comparator.cc',
139 'autofill/core/browser/autofill_profile_comparator.h',
138 'autofill/core/browser/autofill_regex_constants.cc', 140 'autofill/core/browser/autofill_regex_constants.cc',
139 'autofill/core/browser/autofill_regex_constants.h', 141 'autofill/core/browser/autofill_regex_constants.h',
140 'autofill/core/browser/autofill_scanner.cc', 142 'autofill/core/browser/autofill_scanner.cc',
141 'autofill/core/browser/autofill_scanner.h', 143 'autofill/core/browser/autofill_scanner.h',
142 'autofill/core/browser/autofill_sync_constants.cc', 144 'autofill/core/browser/autofill_sync_constants.cc',
143 'autofill/core/browser/autofill_sync_constants.h', 145 'autofill/core/browser/autofill_sync_constants.h',
144 'autofill/core/browser/autofill_type.cc', 146 'autofill/core/browser/autofill_type.cc',
145 'autofill/core/browser/autofill_type.h', 147 'autofill/core/browser/autofill_type.h',
146 'autofill/core/browser/autofill_wallet_data_type_controller.cc', 148 'autofill/core/browser/autofill_wallet_data_type_controller.cc',
147 'autofill/core/browser/autofill_wallet_data_type_controller.h', 149 'autofill/core/browser/autofill_wallet_data_type_controller.h',
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 ], 563 ],
562 }, 564 },
563 'includes': [ 565 'includes': [
564 '../ios/web/js_compile_checked.gypi', 566 '../ios/web/js_compile_checked.gypi',
565 ], 567 ],
566 }, 568 },
567 ], 569 ],
568 }], 570 }],
569 ], 571 ],
570 } 572 }
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