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

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

Issue 1111583002: Retry aa3219ce27ef5471c19670fe5145b136925cbc89: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « components/autofill/core/browser/validation.cc ('k') | components/autofill/core/common/autofill_regexes.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/common/BUILD.gn
diff --git a/components/autofill/core/common/BUILD.gn b/components/autofill/core/common/BUILD.gn
index 9ba33f3581470435d2acea3959abff16a92d86e2..aef3013c3a6c81b3609aa78502495d824f36a195 100644
--- a/components/autofill/core/common/BUILD.gn
+++ b/components/autofill/core/common/BUILD.gn
@@ -12,6 +12,8 @@ static_library("common") {
"autofill_l10n_util.h",
"autofill_pref_names.cc",
"autofill_pref_names.h",
+ "autofill_regexes.cc",
+ "autofill_regexes.h",
"autofill_switches.cc",
"autofill_switches.h",
"form_data.cc",
@@ -45,11 +47,14 @@ static_library("common") {
if (is_android) {
# deps += [ 'autofill_jni_headers' ] TODO(GYP)
}
+
+ configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
Evan Stade 2015/04/27 22:41:50 this is the difference from the original patch (th
}
source_set("unit_tests") {
testonly = true
sources = [
+ "autofill_regexes_unittest.cc",
"form_data_unittest.cc",
"form_field_data_unittest.cc",
"password_form_fill_data_unittest.cc",
« no previous file with comments | « components/autofill/core/browser/validation.cc ('k') | components/autofill/core/common/autofill_regexes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698