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

Unified Diff: components/autofill/core/common/BUILD.gn

Issue 1453193002: autofill: switch autofill_regexes to RE2 library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: macros.h Created 5 years, 1 month 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/core/common/BUILD.gn
diff --git a/components/autofill/core/common/BUILD.gn b/components/autofill/core/common/BUILD.gn
index 9a53fe2486ac71f61381f1b4a23961b97ac0c7bc..3841c6be6ea2dfae63795bf7d0285c79fcf0bf06 100644
--- a/components/autofill/core/common/BUILD.gn
+++ b/components/autofill/core/common/BUILD.gn
@@ -41,6 +41,7 @@ static_library("common") {
deps = [
"//base",
"//base:i18n",
+ "//third_party/re2",
"//ui/base",
"//ui/gfx",
"//url",

Powered by Google App Engine
This is Rietveld 408576698