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

Unified Diff: net/BUILD.gn

Issue 1945893002: Split generated libraries out of //build/linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « gpu/config/BUILD.gn ('k') | third_party/libusb/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 3bbbe77f4d1b954f689453ec201eeda1c1db5783..a96fc8510ea19be7537225b2c9e138e7adb93a57 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -197,7 +197,7 @@ component("net") {
}
if (use_glib && use_gconf && !is_chromeos) {
- deps += [ "//build/linux:gio" ]
+ deps += [ "//build/linux/libgio" ]
}
if (!use_nss_certs) {
@@ -950,7 +950,7 @@ if (!is_ios && !is_android) {
"//build/config/linux/gconf",
"//build/config/linux:glib",
]
- deps += [ "//build/linux:gio" ]
+ deps += [ "//build/linux/libgio" ]
}
}
}
« no previous file with comments | « gpu/config/BUILD.gn ('k') | third_party/libusb/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698