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

Unified Diff: components/update_client/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/update_client/BUILD.gn
diff --git a/components/update_client/BUILD.gn b/components/update_client/BUILD.gn
index eeefaea8bc35256b0cc60f26db87ab1ea3028179..32722d0ccbc167ab0031a51f9ed367076de44930 100644
--- a/components/update_client/BUILD.gn
+++ b/components/update_client/BUILD.gn
@@ -55,9 +55,9 @@ source_set("update_client") {
"//components/crx_file",
"//courgette:courgette_lib",
"//crypto",
+ "//net",
"//third_party/libxml",
"//third_party/zlib:zip",
- "//net",
"//ui/base",
"//url",
]
@@ -80,8 +80,8 @@ source_set("test_support") {
deps = [
"//base",
"//net:test_support",
- "//testing/gtest",
"//testing/gmock",
+ "//testing/gtest",
"//url",
]
}
@@ -100,13 +100,13 @@ source_set("unit_tests") {
]
deps = [
- ":update_client",
":test_support",
+ ":update_client",
"//base",
"//courgette:courgette_lib",
"//net:test_support",
- "//testing/gtest",
"//testing/gmock",
+ "//testing/gtest",
"//third_party/libxml",
]
}

Powered by Google App Engine
This is Rietveld 408576698