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

Side by Side Diff: components/autofill.gypi

Issue 1694443004: [Autofill] Add credit card first and last name heuristics predictions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 9 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
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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 'autofill/core/browser/autocomplete_history_manager.cc', 108 'autofill/core/browser/autocomplete_history_manager.cc',
109 'autofill/core/browser/autocomplete_history_manager.h', 109 'autofill/core/browser/autocomplete_history_manager.h',
110 'autofill/core/browser/autofill-inl.h', 110 'autofill/core/browser/autofill-inl.h',
111 'autofill/core/browser/autofill_cc_infobar_delegate.cc', 111 'autofill/core/browser/autofill_cc_infobar_delegate.cc',
112 'autofill/core/browser/autofill_cc_infobar_delegate.h', 112 'autofill/core/browser/autofill_cc_infobar_delegate.h',
113 'autofill/core/browser/autofill_client.h', 113 'autofill/core/browser/autofill_client.h',
114 'autofill/core/browser/autofill_country.cc', 114 'autofill/core/browser/autofill_country.cc',
115 'autofill/core/browser/autofill_country.h', 115 'autofill/core/browser/autofill_country.h',
116 'autofill/core/browser/autofill_data_model.cc', 116 'autofill/core/browser/autofill_data_model.cc',
117 'autofill/core/browser/autofill_data_model.h', 117 'autofill/core/browser/autofill_data_model.h',
118 'autofill/core/browser/autofill_data_util.cc',
119 'autofill/core/browser/autofill_data_util.h',
118 'autofill/core/browser/autofill_download_manager.cc', 120 'autofill/core/browser/autofill_download_manager.cc',
119 'autofill/core/browser/autofill_download_manager.h', 121 'autofill/core/browser/autofill_download_manager.h',
120 'autofill/core/browser/autofill_driver.h', 122 'autofill/core/browser/autofill_driver.h',
121 'autofill/core/browser/autofill_experiments.cc', 123 'autofill/core/browser/autofill_experiments.cc',
122 'autofill/core/browser/autofill_experiments.h', 124 'autofill/core/browser/autofill_experiments.h',
123 'autofill/core/browser/autofill_external_delegate.cc', 125 'autofill/core/browser/autofill_external_delegate.cc',
124 'autofill/core/browser/autofill_external_delegate.h', 126 'autofill/core/browser/autofill_external_delegate.h',
125 'autofill/core/browser/autofill_field.cc', 127 'autofill/core/browser/autofill_field.cc',
126 'autofill/core/browser/autofill_field.h', 128 'autofill/core/browser/autofill_field.h',
127 'autofill/core/browser/autofill_ie_toolbar_import_win.cc', 129 'autofill/core/browser/autofill_ie_toolbar_import_win.cc',
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 ], 536 ],
535 }, 537 },
536 'includes': [ 538 'includes': [
537 '../ios/web/js_compile_checked.gypi', 539 '../ios/web/js_compile_checked.gypi',
538 ], 540 ],
539 }, 541 },
540 ], 542 ],
541 }], 543 }],
542 ], 544 ],
543 } 545 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698