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

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

Issue 2877473002: Move autofill_regex_constants to core/common. (Closed)
Patch Set: Remove illegal dependency. 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..45bba3733cd16563ae98f55ec143cc588c1635b5 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",
@@ -74,7 +76,6 @@ source_set("unit_tests") {
"//base",
"//base:i18n",
"//base/test:test_support",
- "//components/autofill/core/browser",
"//testing/gmock",
"//testing/gtest",
"//url",
« no previous file with comments | « components/autofill/core/browser/validation.cc ('k') | components/autofill/core/common/autofill_regex_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698