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

Unified Diff: net/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: Synchronize with new version of gn patch 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 478634f32b2c692aeab6893bc64935b88c6a2f2a..400ba760176326c4a578ecd9977287d771cf75f8 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1099,8 +1099,8 @@ if (is_linux) {
":net",
":test_support",
"//build/config/sanitizers:deps",
- "//testing/gtest",
"//testing/gmock",
+ "//testing/gtest",
"//third_party/boringssl",
]
}
@@ -1156,8 +1156,8 @@ if (is_linux) {
]
deps = [
":balsa",
- ":epoll_server",
":epoll_quic_tools",
+ ":epoll_server",
":net",
":simple_quic_tools",
"//base",
@@ -1172,8 +1172,8 @@ if (is_linux) {
]
deps = [
":balsa",
- ":epoll_server",
":epoll_quic_tools",
+ ":epoll_server",
":net",
":simple_quic_tools",
"//base",
« no previous file with comments | « mojo/shell/BUILD.gn ('k') | net/android/BUILD.gn » ('j') | third_party/freetype-android/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698