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

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

Issue 2877473002: Move autofill_regex_constants to core/common. (Closed)
Patch Set: Created 3 years, 7 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
Index: components/autofill/core/common/BUILD.gn
diff --git a/components/autofill/core/common/BUILD.gn b/components/autofill/core/common/BUILD.gn
index f3b320f0827b36e83c45fdd18d6e42c04e3f1015..9f1aff9869fe82f4aa909b55fdbb83f4a15ef8cd 100644
--- a/components/autofill/core/common/BUILD.gn
+++ b/components/autofill/core/common/BUILD.gn
@@ -14,6 +14,8 @@ static_library("common") {
"autofill_l10n_util.h",
"autofill_pref_names.cc",
"autofill_pref_names.h",
+ "autofill_regex_constants.cc",
+ "autofill_regex_constants.h",
"autofill_regexes.cc",
"autofill_regexes.h",
"autofill_switches.cc",

Powered by Google App Engine
This is Rietveld 408576698