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

Side by Side Diff: components/autofill.gypi

Issue 869003003: Add RealPanWalletClient for handling card unmasking requests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: formatting Created 5 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 (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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 'autofill/core/browser/phone_number.h', 180 'autofill/core/browser/phone_number.h',
181 'autofill/core/browser/phone_number_i18n.cc', 181 'autofill/core/browser/phone_number_i18n.cc',
182 'autofill/core/browser/phone_number_i18n.h', 182 'autofill/core/browser/phone_number_i18n.h',
183 'autofill/core/browser/popup_item_ids.h', 183 'autofill/core/browser/popup_item_ids.h',
184 'autofill/core/browser/state_names.cc', 184 'autofill/core/browser/state_names.cc',
185 'autofill/core/browser/state_names.h', 185 'autofill/core/browser/state_names.h',
186 'autofill/core/browser/suggestion.cc', 186 'autofill/core/browser/suggestion.cc',
187 'autofill/core/browser/suggestion.h', 187 'autofill/core/browser/suggestion.h',
188 'autofill/core/browser/validation.cc', 188 'autofill/core/browser/validation.cc',
189 'autofill/core/browser/validation.h', 189 'autofill/core/browser/validation.h',
190 'autofill/core/browser/wallet/real_pan_wallet_client.cc',
brettw 2015/01/23 17:56:10 Add to BUILD.gn file?
Evan Stade 2015/01/23 22:14:24 Done.
191 'autofill/core/browser/wallet/real_pan_wallet_client.h',
190 'autofill/core/browser/webdata/autocomplete_syncable_service.cc', 192 'autofill/core/browser/webdata/autocomplete_syncable_service.cc',
191 'autofill/core/browser/webdata/autocomplete_syncable_service.h', 193 'autofill/core/browser/webdata/autocomplete_syncable_service.h',
192 'autofill/core/browser/webdata/autofill_change.cc', 194 'autofill/core/browser/webdata/autofill_change.cc',
193 'autofill/core/browser/webdata/autofill_change.h', 195 'autofill/core/browser/webdata/autofill_change.h',
194 'autofill/core/browser/webdata/autofill_entry.cc', 196 'autofill/core/browser/webdata/autofill_entry.cc',
195 'autofill/core/browser/webdata/autofill_entry.h', 197 'autofill/core/browser/webdata/autofill_entry.h',
196 'autofill/core/browser/webdata/autofill_profile_syncable_service.cc', 198 'autofill/core/browser/webdata/autofill_profile_syncable_service.cc',
197 'autofill/core/browser/webdata/autofill_profile_syncable_service.h', 199 'autofill/core/browser/webdata/autofill_profile_syncable_service.h',
198 'autofill/core/browser/webdata/autofill_table.cc', 200 'autofill/core/browser/webdata/autofill_table.cc',
199 'autofill/core/browser/webdata/autofill_table.h', 201 'autofill/core/browser/webdata/autofill_table.h',
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 'autofill/content/renderer/renderer_save_password_progress_logger.cc ', 458 'autofill/content/renderer/renderer_save_password_progress_logger.cc ',
457 'autofill/content/renderer/renderer_save_password_progress_logger.h' , 459 'autofill/content/renderer/renderer_save_password_progress_logger.h' ,
458 ], 460 ],
459 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 461 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
460 'msvs_disabled_warnings': [4267, ], 462 'msvs_disabled_warnings': [4267, ],
461 }, 463 },
462 ], 464 ],
463 }], 465 }],
464 ], 466 ],
465 } 467 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698