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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: components/autofill.gypi
diff --git a/components/autofill.gypi b/components/autofill.gypi
index 4b8ae6f94e93ce9f98a6fb552471e60c5fd4d290..a2f801532a5ee342a1d590532db7e418a25ec5af 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -150,6 +150,7 @@
'autofill/core/browser/autofill_type.h',
'autofill/core/browser/autofill_xml_parser.cc',
'autofill/core/browser/autofill_xml_parser.h',
+ 'autofill/core/browser/card_unmask_delegate.cc',
'autofill/core/browser/card_unmask_delegate.h',
'autofill/core/browser/contact_info.cc',
'autofill/core/browser/contact_info.h',
@@ -407,15 +408,6 @@
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [4267, ],
-
- 'conditions': [
- [ 'OS == "android"', {
- 'sources!': [
- 'autofill/content/browser/risk/fingerprint.cc',
- 'autofill/content/browser/risk/fingerprint.h',
- ],
- }],
- ],
},
{

Powered by Google App Engine
This is Rietveld 408576698