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

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

Issue 1026003002: NOT FOR LANDING: Autofill regexp benchmark (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months 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
« no previous file with comments | « no previous file | components/autofill/core/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/BUILD.gn
diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn
index c837bf8c589ce8baed4f8871f8ccbbe20cc2ebcf..2a005d233acab7058721ecc49c19547b06f76c59 100644
--- a/components/autofill/core/browser/BUILD.gn
+++ b/components/autofill/core/browser/BUILD.gn
@@ -251,6 +251,7 @@ source_set("unit_tests") {
"autofill_regexes_unittest.cc",
"autofill_type_unittest.cc",
"autofill_xml_parser_unittest.cc",
+ "benchmark.cc",
"contact_info_unittest.cc",
"credit_card_field_unittest.cc",
"credit_card_unittest.cc",
@@ -288,6 +289,7 @@ source_set("unit_tests") {
"//testing/gtest",
"//third_party/libphonenumber",
"//third_party/libjingle",
+ "//third_party/re2",
"//ui/base",
"//url",
]
« no previous file with comments | « no previous file | components/autofill/core/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698