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

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

Issue 1439973004: [PoC] Reformat all BUILD.gn and *.gni files with new gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-sort-deps
Patch Set: Rebase 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 7ac95fe44fa0291b091685536c6ddda572e161df..da9803d6bde1465c7651754aa4ec4631a9c17391 100644
--- a/components/autofill/core/browser/BUILD.gn
+++ b/components/autofill/core/browser/BUILD.gn
@@ -171,8 +171,8 @@ source_set("browser") {
"//third_party/fips181",
"//third_party/icu",
"//third_party/libaddressinput:util",
- "//third_party/libphonenumber",
"//third_party/libjingle",
+ "//third_party/libphonenumber",
"//ui/base",
"//ui/gfx",
"//ui/gfx/geometry",
@@ -298,8 +298,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