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

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: fixes for android 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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 'autofill/content/browser/wallet/wallet_items.cc', 401 'autofill/content/browser/wallet/wallet_items.cc',
401 'autofill/content/browser/wallet/wallet_items.h', 402 'autofill/content/browser/wallet/wallet_items.h',
402 'autofill/content/browser/wallet/wallet_service_url.cc', 403 'autofill/content/browser/wallet/wallet_service_url.cc',
403 'autofill/content/browser/wallet/wallet_service_url.h', 404 'autofill/content/browser/wallet/wallet_service_url.h',
404 'autofill/content/browser/wallet/wallet_signin_helper.cc', 405 'autofill/content/browser/wallet/wallet_signin_helper.cc',
405 'autofill/content/browser/wallet/wallet_signin_helper.h', 406 'autofill/content/browser/wallet/wallet_signin_helper.h',
406 ], 407 ],
407 408
408 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 409 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
409 'msvs_disabled_warnings': [4267, ], 410 'msvs_disabled_warnings': [4267, ],
410
411 'conditions': [
412 [ 'OS == "android"', {
413 'sources!': [
414 'autofill/content/browser/risk/fingerprint.cc',
415 'autofill/content/browser/risk/fingerprint.h',
416 ],
417 }],
418 ],
419 }, 411 },
420 412
421 { 413 {
422 # GN version: //components/autofill/content/renderer 414 # GN version: //components/autofill/content/renderer
423 'target_name': 'autofill_content_renderer', 415 'target_name': 'autofill_content_renderer',
424 'type': 'static_library', 416 'type': 'static_library',
425 'include_dirs': [ 417 'include_dirs': [
426 '..', 418 '..',
427 ], 419 ],
428 'dependencies': [ 420 'dependencies': [
(...skipping 29 matching lines...) Expand all
458 'autofill/content/renderer/renderer_save_password_progress_logger.cc ', 450 'autofill/content/renderer/renderer_save_password_progress_logger.cc ',
459 'autofill/content/renderer/renderer_save_password_progress_logger.h' , 451 'autofill/content/renderer/renderer_save_password_progress_logger.h' ,
460 ], 452 ],
461 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 453 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
462 'msvs_disabled_warnings': [4267, ], 454 'msvs_disabled_warnings': [4267, ],
463 }, 455 },
464 ], 456 ],
465 }], 457 }],
466 ], 458 ],
467 } 459 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698