summaryrefslogtreecommitdiffstats
path: root/components/autofill.gypi
diff options
context:
space:
mode:
authorprimiano@chromium.org <primiano@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-27 15:39:39 +0000
committerprimiano@chromium.org <primiano@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-27 15:39:39 +0000
commitd77f2df519a6206580a205c1de0e155b8c8fad56 (patch)
tree3aed4b60f004ab01c288da23f89347f6eab84926 /components/autofill.gypi
parent1b5c0cef10462a39fd3d9ae257e9609d3fd9e22d (diff)
downloadchromium_src-d77f2df519a6206580a205c1de0e155b8c8fad56.zip
chromium_src-d77f2df519a6206580a205c1de0e155b8c8fad56.tar.gz
chromium_src-d77f2df519a6206580a205c1de0e155b8c8fad56.tar.bz2
Remove autofill/content/browser/risk/fingerprint.cc from Android build.
The autofill fingerprint code is not used by Android, and causes undefined references if chrome is built without --gc-sections. BUG=354405 TEST=browser_test R=isherman@chromium.org, joi@chromium.org Review URL: https://codereview.chromium.org/212923003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259876 0039d316-1c4b-4281-b951-d872f2087c98
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',
+ ],
+ }],
+ ],
},
{