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

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

Issue 1540423004: Add card details and legal message to Android save credit card infobar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: components/autofill review. Created 4 years, 11 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 "dialog_section.h", 77 "dialog_section.h",
78 "email_field.cc", 78 "email_field.cc",
79 "email_field.h", 79 "email_field.h",
80 "field_types.h", 80 "field_types.h",
81 "form_field.cc", 81 "form_field.cc",
82 "form_field.h", 82 "form_field.h",
83 "form_group.cc", 83 "form_group.cc",
84 "form_group.h", 84 "form_group.h",
85 "form_structure.cc", 85 "form_structure.cc",
86 "form_structure.h", 86 "form_structure.h",
87 "legal_message_line.cc",
88 "legal_message_line.h",
87 "name_field.cc", 89 "name_field.cc",
88 "name_field.h", 90 "name_field.h",
89 "options_util.cc", 91 "options_util.cc",
90 "options_util.h", 92 "options_util.h",
91 "password_generator.cc", 93 "password_generator.cc",
92 "password_generator.h", 94 "password_generator.h",
93 "payments/payments_client.cc", 95 "payments/payments_client.cc",
94 "payments/payments_client.h", 96 "payments/payments_client.h",
95 "payments/payments_request.h", 97 "payments/payments_request.h",
96 "personal_data_manager.cc", 98 "personal_data_manager.cc",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 146
145 if (is_ios) { 147 if (is_ios) {
146 sources += [ 148 sources += [
147 "autofill_field_trial_ios.cc", 149 "autofill_field_trial_ios.cc",
148 "autofill_field_trial_ios.h", 150 "autofill_field_trial_ios.h",
149 "keyboard_accessory_metrics_logger.h", 151 "keyboard_accessory_metrics_logger.h",
150 "keyboard_accessory_metrics_logger.mm", 152 "keyboard_accessory_metrics_logger.mm",
151 ] 153 ]
152 } 154 }
153 155
156 if (is_ios || is_android) {
157 sources += [
158 "autofill_save_card_infobar_delegate_mobile.cc",
159 "autofill_save_card_infobar_delegate_mobile.h",
160 "autofill_save_card_infobar_mobile.h",
161 ]
162 }
163
154 configs += [ "//build/config:precompiled_headers" ] 164 configs += [ "//build/config:precompiled_headers" ]
155 165
156 deps = [ 166 deps = [
157 "//base", 167 "//base",
158 "//base:i18n", 168 "//base:i18n",
159 "//base:prefs", 169 "//base:prefs",
160 "//components/autofill/core/common", 170 "//components/autofill/core/common",
161 "//components/compression", 171 "//components/compression",
162 "//components/data_use_measurement/core", 172 "//components/data_use_measurement/core",
163 "//components/infobars/core", 173 "//components/infobars/core",
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 "autofill_merge_unittest.cc", 269 "autofill_merge_unittest.cc",
260 "autofill_metrics_unittest.cc", 270 "autofill_metrics_unittest.cc",
261 "autofill_profile_unittest.cc", 271 "autofill_profile_unittest.cc",
262 "autofill_type_unittest.cc", 272 "autofill_type_unittest.cc",
263 "autofill_xml_parser_unittest.cc", 273 "autofill_xml_parser_unittest.cc",
264 "contact_info_unittest.cc", 274 "contact_info_unittest.cc",
265 "credit_card_field_unittest.cc", 275 "credit_card_field_unittest.cc",
266 "credit_card_unittest.cc", 276 "credit_card_unittest.cc",
267 "form_field_unittest.cc", 277 "form_field_unittest.cc",
268 "form_structure_unittest.cc", 278 "form_structure_unittest.cc",
279 "legal_message_line_unittest.cc",
269 "name_field_unittest.cc", 280 "name_field_unittest.cc",
270 "options_util_unittest.cc", 281 "options_util_unittest.cc",
271 "password_generator_unittest.cc", 282 "password_generator_unittest.cc",
272 "personal_data_manager_unittest.cc", 283 "personal_data_manager_unittest.cc",
273 "phone_field_unittest.cc", 284 "phone_field_unittest.cc",
274 "phone_number_i18n_unittest.cc", 285 "phone_number_i18n_unittest.cc",
275 "phone_number_unittest.cc", 286 "phone_number_unittest.cc",
276 "ui/card_unmask_prompt_controller_impl_unittest.cc", 287 "ui/card_unmask_prompt_controller_impl_unittest.cc",
277 "validation_unittest.cc", 288 "validation_unittest.cc",
278 "webdata/autofill_data_type_controller_unittest.cc", 289 "webdata/autofill_data_type_controller_unittest.cc",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 "//sync", 321 "//sync",
311 "//sync:test_support_sync_api", 322 "//sync:test_support_sync_api",
312 "//testing/gmock", 323 "//testing/gmock",
313 "//testing/gtest", 324 "//testing/gtest",
314 "//third_party/libaddressinput:util", 325 "//third_party/libaddressinput:util",
315 "//third_party/libphonenumber", 326 "//third_party/libphonenumber",
316 "//ui/base", 327 "//ui/base",
317 "//url", 328 "//url",
318 ] 329 ]
319 } 330 }
OLDNEW
« no previous file with comments | « components/autofill.gypi ('k') | components/autofill/core/browser/autofill_cc_infobar_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698