summaryrefslogtreecommitdiffstats
path: root/components/autofill.gypi
diff options
context:
space:
mode:
authortfarina <tfarina@chromium.org>2015-12-16 08:55:40 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-16 16:56:25 +0000
commit0232286dda109de73bc8d9faf749ab07c4b27846 (patch)
tree366fc2112413d8ada652f3d79ae9413b5be140be /components/autofill.gypi
parentd899554fb7da0ec212c856c415cc24243a5c0e82 (diff)
downloadchromium_src-0232286dda109de73bc8d9faf749ab07c4b27846.zip
chromium_src-0232286dda109de73bc8d9faf749ab07c4b27846.tar.gz
chromium_src-0232286dda109de73bc8d9faf749ab07c4b27846.tar.bz2
autofill: switch password_form_conversion_utils.cc to re2 regex library
BUG=470065 R=vabr@chromium.org,isherman@chromium.org Review URL: https://codereview.chromium.org/1517413002 Cr-Commit-Position: refs/heads/master@{#365545}
Diffstat (limited to 'components/autofill.gypi')
-rw-r--r--components/autofill.gypi3
1 files changed, 1 insertions, 2 deletions
diff --git a/components/autofill.gypi b/components/autofill.gypi
index 0b47168..a15cd11 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -411,8 +411,7 @@
'../ipc/ipc.gyp:ipc',
'../net/net.gyp:net',
'../skia/skia.gyp:skia',
- '../third_party/icu/icu.gyp:icui18n',
- '../third_party/icu/icu.gyp:icuuc',
+ '../third_party/re2/re2.gyp:re2',
'../third_party/WebKit/public/blink.gyp:blink',
'../ui/base/ui_base.gyp:ui_base',
'autofill_content_common',