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

Unified Diff: net/BUILD.gn

Issue 2188043002: make use of existing gn args in net/BUILD.gn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 7dafe36425f58ade4fcf70b34c3c72fad38cb062..957bc30710432dbe4488f5b9dbb29e8a9ef1f6c7 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -195,7 +195,7 @@ component("net") {
]
}
- if (use_glib && use_gconf && !is_chromeos) {
+ if (use_gio) {
deps += [ "//build/linux/libgio" ]
}
@@ -977,7 +977,7 @@ if (!is_ios && !is_android) {
"//build/win:default_exe_manifest",
]
- if (is_desktop_linux && use_gconf && use_glib) {
+ if (is_desktop_linux && use_gconf && use_glib && use_gio) {
configs += [
"//build/config/linux/gconf",
"//build/config/linux:glib",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698