summaryrefslogtreecommitdiffstats
path: root/components/autofill.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'components/autofill.gypi')
-rw-r--r--components/autofill.gypi9
1 files changed, 9 insertions, 0 deletions
diff --git a/components/autofill.gypi b/components/autofill.gypi
index 9227b76..dd2d78a 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -383,6 +383,15 @@
# 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',
+ ],
+ }],
+ ],
},
{