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

Side by Side Diff: components/autofill.gypi

Issue 896583003: Add risk data to getrealpan request. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 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
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 # GN version: //components/autofill/core/browser:regexes 9 # GN version: //components/autofill/core/browser:regexes
10 'target_name': 'autofill_regexes', 10 'target_name': 'autofill_regexes',
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 'autofill/core/browser/autofill_regexes.h', 143 'autofill/core/browser/autofill_regexes.h',
144 'autofill/core/browser/autofill_scanner.cc', 144 'autofill/core/browser/autofill_scanner.cc',
145 'autofill/core/browser/autofill_scanner.h', 145 'autofill/core/browser/autofill_scanner.h',
146 'autofill/core/browser/autofill_server_field_info.h', 146 'autofill/core/browser/autofill_server_field_info.h',
147 'autofill/core/browser/autofill_sync_constants.cc', 147 'autofill/core/browser/autofill_sync_constants.cc',
148 'autofill/core/browser/autofill_sync_constants.h', 148 'autofill/core/browser/autofill_sync_constants.h',
149 'autofill/core/browser/autofill_type.cc', 149 'autofill/core/browser/autofill_type.cc',
150 'autofill/core/browser/autofill_type.h', 150 'autofill/core/browser/autofill_type.h',
151 'autofill/core/browser/autofill_xml_parser.cc', 151 'autofill/core/browser/autofill_xml_parser.cc',
152 'autofill/core/browser/autofill_xml_parser.h', 152 'autofill/core/browser/autofill_xml_parser.h',
153 'autofill/core/browser/card_unmask_delegate.cc',
153 'autofill/core/browser/card_unmask_delegate.h', 154 'autofill/core/browser/card_unmask_delegate.h',
154 'autofill/core/browser/contact_info.cc', 155 'autofill/core/browser/contact_info.cc',
155 'autofill/core/browser/contact_info.h', 156 'autofill/core/browser/contact_info.h',
156 'autofill/core/browser/credit_card.cc', 157 'autofill/core/browser/credit_card.cc',
157 'autofill/core/browser/credit_card.h', 158 'autofill/core/browser/credit_card.h',
158 'autofill/core/browser/credit_card_field.cc', 159 'autofill/core/browser/credit_card_field.cc',
159 'autofill/core/browser/credit_card_field.h', 160 'autofill/core/browser/credit_card_field.h',
160 'autofill/core/browser/email_field.cc', 161 'autofill/core/browser/email_field.cc',
161 'autofill/core/browser/email_field.h', 162 'autofill/core/browser/email_field.h',
162 'autofill/core/browser/field_types.h', 163 'autofill/core/browser/field_types.h',
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 'autofill/content/renderer/renderer_save_password_progress_logger.cc ', 459 'autofill/content/renderer/renderer_save_password_progress_logger.cc ',
459 'autofill/content/renderer/renderer_save_password_progress_logger.h' , 460 'autofill/content/renderer/renderer_save_password_progress_logger.h' ,
460 ], 461 ],
461 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 462 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
462 'msvs_disabled_warnings': [4267, ], 463 'msvs_disabled_warnings': [4267, ],
463 }, 464 },
464 ], 465 ],
465 }], 466 }],
466 ], 467 ],
467 } 468 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698