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/browser/BUILD.gn

Issue 1464873002: Run gn --format over all .gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/browser/BUILD.gn
diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn
index 73c5cb35bb563be5ae78ca87eacb14fefe7dd5a6..ee20687d22bf0061d5e3a9f163e608f2c277826c 100644
--- a/components/autofill/core/browser/BUILD.gn
+++ b/components/autofill/core/browser/BUILD.gn
@@ -157,7 +157,6 @@ source_set("browser") {
"//base",
"//base:i18n",
"//base:prefs",
- "//third_party/re2",
"//components/autofill/core/common",
"//components/compression",
"//components/data_use_measurement/core",
@@ -181,8 +180,9 @@ source_set("browser") {
"//third_party/fips181",
"//third_party/icu",
"//third_party/libaddressinput:util",
- "//third_party/libphonenumber",
"//third_party/libjingle",
+ "//third_party/libphonenumber",
+ "//third_party/re2",
"//ui/base",
"//ui/gfx",
"//ui/gfx/geometry",
@@ -218,10 +218,11 @@ source_set("test_support") {
]
deps = [
+ ":browser",
"//base",
- "//base/test:test_support",
"//base:prefs",
"//base:prefs_test_support",
+ "//base/test:test_support",
"//components/autofill/core/browser",
"//components/autofill/core/common",
"//components/os_crypt",
@@ -233,9 +234,8 @@ source_set("test_support") {
"//google_apis:test_support",
"//skia",
"//testing/gtest",
- "//ui/gfx/geometry",
"//ui/gfx:test_support",
- ":browser",
+ "//ui/gfx/geometry",
]
}
@@ -309,8 +309,8 @@ source_set("unit_tests") {
"//testing/gmock",
"//testing/gtest",
"//third_party/libaddressinput:util",
- "//third_party/libphonenumber",
"//third_party/libjingle",
+ "//third_party/libphonenumber",
"//ui/base",
"//url",
]

Powered by Google App Engine
This is Rietveld 408576698