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

Unified Diff: net/BUILD.gn

Issue 2899403004: Add missing dependencies on exe_and_shlib_deps (Chromium repo) (Closed)
Patch Set: Created 3 years, 7 months 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 a9c86bb51b712c1d7b1121144d748b4e52c43dce..47104562b19b33ae34f8dff2bd4a30a512503f65 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -2912,6 +2912,7 @@ if (is_linux || is_mac) {
":net",
":test_support",
"//base",
+ "//build/config:exe_and_shlib_deps",
]
}
@@ -2926,6 +2927,7 @@ if (is_linux || is_mac) {
":net",
":test_support",
"//base",
+ "//build/config:exe_and_shlib_deps",
"//url",
]
}

Powered by Google App Engine
This is Rietveld 408576698