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

Unified Diff: net/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: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 62648e4a8244f68b80ac7cae385f9bfd248ac801..0bba8a461811592ef21e08f544bcf9db430db049 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1101,8 +1101,8 @@ if (is_linux) {
":net",
":test_support",
"//build/config/sanitizers:deps",
- "//testing/gtest",
"//testing/gmock",
+ "//testing/gtest",
"//third_party/boringssl",
]
}
@@ -1158,8 +1158,8 @@ if (is_linux) {
]
deps = [
":balsa",
- ":epoll_server",
":epoll_quic_tools",
+ ":epoll_server",
":net",
":simple_quic_tools",
"//base",
@@ -1174,8 +1174,8 @@ if (is_linux) {
]
deps = [
":balsa",
- ":epoll_server",
":epoll_quic_tools",
+ ":epoll_server",
":net",
":simple_quic_tools",
"//base",
« components/BUILD.gn ('K') | « mojo/shell/BUILD.gn ('k') | net/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698