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

Unified Diff: components/autofill.gypi

Issue 1453193002: autofill: switch autofill_regexes to RE2 library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address reviews Created 5 years 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 af4f8552e22ee581a4c8d4d8581979a7fdfa92eb..2f2ac05e751299085096527a900f0446c92d9118 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -11,6 +11,7 @@
'dependencies': [
'../base/base.gyp:base',
'../base/base.gyp:base_i18n',
+ '../third_party/re2/re2.gyp:re2',
'../ui/base/ui_base.gyp:ui_base',
'../ui/gfx/gfx.gyp:gfx',
'../url/url.gyp:url_lib',
« no previous file with comments | « no previous file | components/autofill/core/browser/address_field.cc » ('j') | components/autofill/core/browser/address_field.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698