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

Unified Diff: net/BUILD.gn

Issue 1909273002: 🐳 Move linux pkg_config() calls into separate BUILD.gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments & visibility Created 4 years, 8 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 | « extensions/browser/BUILD.gn ('k') | skia/BUILD.gn » ('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 b9f77f83ae2cbfaf0d2ce05e403611ba1b1a7b60..daa320dc1b38ebcef722d35f65abfedebdea968a 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -102,7 +102,7 @@ net_configs = [
]
if (use_glib && use_gconf && !is_chromeos) {
- net_configs += [ "//build/config/linux:gconf" ]
+ net_configs += [ "//build/config/linux/gconf" ]
}
if (is_linux) {
@@ -937,7 +937,7 @@ if (!is_ios && !is_android) {
if (is_desktop_linux && use_gconf && use_glib) {
configs += [
- "//build/config/linux:gconf",
+ "//build/config/linux/gconf",
"//build/config/linux:glib",
]
deps += [ "//build/linux:gio" ]
« no previous file with comments | « extensions/browser/BUILD.gn ('k') | skia/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698