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

Unified Diff: net/BUILD.gn

Issue 2240793003: net_watcher: Stop linking against glib/gconf/gio. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | net/net.gyp » ('j') | 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 ec969096a1e666cbeb6665b6d3161f433b1b50c6..fe3c88856ec5e905906f4ab09b72ba611435afaf 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -973,14 +973,6 @@ if (!is_ios && !is_android) {
"//build/config/sanitizers:deps",
"//build/win:default_exe_manifest",
]
-
- if (is_desktop_linux && use_gconf && use_glib && use_gio) {
- configs += [
- "//build/config/linux/gconf",
- "//build/config/linux:glib",
- ]
- deps += [ "//build/linux/libgio" ]
- }
}
}
« no previous file with comments | « no previous file | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698