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

Side by Side Diff: components/autofill/core/browser/BUILD.gn

Issue 1899893002: Card unmasking without form filling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use the credit card number field in metrics tests, because ios single-field form fill will not requ… Created 4 years, 8 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 6
7 # This config sets the define that controls which Wallet service to contact 7 # This config sets the define that controls which Wallet service to contact
8 # for features using Wallet integration. Unofficial builds won't have the 8 # for features using Wallet integration. Unofficial builds won't have the
9 # proper API keys so it uses the "sandbox" test servers instead. 9 # proper API keys so it uses the "sandbox" test servers instead.
10 config("wallet_service") { 10 config("wallet_service") {
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 "form_group.cc", 86 "form_group.cc",
87 "form_group.h", 87 "form_group.h",
88 "form_structure.cc", 88 "form_structure.cc",
89 "form_structure.h", 89 "form_structure.h",
90 "legal_message_line.cc", 90 "legal_message_line.cc",
91 "legal_message_line.h", 91 "legal_message_line.h",
92 "name_field.cc", 92 "name_field.cc",
93 "name_field.h", 93 "name_field.h",
94 "password_generator.cc", 94 "password_generator.cc",
95 "password_generator.h", 95 "password_generator.h",
96 "payments/full_card_request.cc",
97 "payments/full_card_request.h",
96 "payments/payments_client.cc", 98 "payments/payments_client.cc",
97 "payments/payments_client.h", 99 "payments/payments_client.h",
98 "payments/payments_request.h", 100 "payments/payments_request.h",
99 "personal_data_manager.cc", 101 "personal_data_manager.cc",
100 "personal_data_manager.h", 102 "personal_data_manager.h",
101 "personal_data_manager_observer.h", 103 "personal_data_manager_observer.h",
102 "phone_field.cc", 104 "phone_field.cc",
103 "phone_field.h", 105 "phone_field.h",
104 "phone_number.cc", 106 "phone_number.cc",
105 "phone_number.h", 107 "phone_number.h",
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 "contact_info_unittest.cc", 301 "contact_info_unittest.cc",
300 "country_names_unittest.cc", 302 "country_names_unittest.cc",
301 "credit_card_field_unittest.cc", 303 "credit_card_field_unittest.cc",
302 "credit_card_unittest.cc", 304 "credit_card_unittest.cc",
303 "field_candidates_unittest.cc", 305 "field_candidates_unittest.cc",
304 "form_field_unittest.cc", 306 "form_field_unittest.cc",
305 "form_structure_unittest.cc", 307 "form_structure_unittest.cc",
306 "legal_message_line_unittest.cc", 308 "legal_message_line_unittest.cc",
307 "name_field_unittest.cc", 309 "name_field_unittest.cc",
308 "password_generator_unittest.cc", 310 "password_generator_unittest.cc",
311 "payments/full_card_request_unittest.cc",
309 "personal_data_manager_unittest.cc", 312 "personal_data_manager_unittest.cc",
310 "phone_field_unittest.cc", 313 "phone_field_unittest.cc",
311 "phone_number_i18n_unittest.cc", 314 "phone_number_i18n_unittest.cc",
312 "phone_number_unittest.cc", 315 "phone_number_unittest.cc",
313 "ui/card_unmask_prompt_controller_impl_unittest.cc", 316 "ui/card_unmask_prompt_controller_impl_unittest.cc",
314 "validation_unittest.cc", 317 "validation_unittest.cc",
315 "webdata/autofill_data_type_controller_unittest.cc", 318 "webdata/autofill_data_type_controller_unittest.cc",
316 "webdata/autofill_profile_syncable_service_unittest.cc", 319 "webdata/autofill_profile_syncable_service_unittest.cc",
317 "webdata/autofill_table_unittest.cc", 320 "webdata/autofill_table_unittest.cc",
318 "webdata/autofill_wallet_metadata_syncable_service_unittest.cc", 321 "webdata/autofill_wallet_metadata_syncable_service_unittest.cc",
(...skipping 27 matching lines...) Expand all
346 "//sync", 349 "//sync",
347 "//sync:test_support_sync_api", 350 "//sync:test_support_sync_api",
348 "//testing/gmock", 351 "//testing/gmock",
349 "//testing/gtest", 352 "//testing/gtest",
350 "//third_party/libaddressinput:util", 353 "//third_party/libaddressinput:util",
351 "//third_party/libphonenumber", 354 "//third_party/libphonenumber",
352 "//ui/base", 355 "//ui/base",
353 "//url", 356 "//url",
354 ] 357 ]
355 } 358 }
OLDNEW
« no previous file with comments | « components/autofill.gypi ('k') | components/autofill/core/browser/autofill_external_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698