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

Unified Diff: net/BUILD.gn

Issue 1314163005: Move loader stub libraries out of //build/config/linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix libbrl references Created 5 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 | « 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 d7173ceea4f9f50ef3ae030cbf37fccd9d8a821e..4507176efb4dc520af004228ba1fe75278a915f0 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -308,7 +308,7 @@ component("net") {
if (use_glib && !is_chromeos) {
configs += [ "//build/config/linux:gconf" ]
- deps += [ "//build/config/linux:gio" ]
+ deps += [ "//build/linux:gio" ]
}
if (is_linux) {
@@ -1007,7 +1007,7 @@ if (!is_ios && !is_android) {
]
if (is_desktop_linux) {
- deps += [ "//build/config/linux:gio" ]
+ deps += [ "//build/linux:gio" ]
}
if (use_gconf) {
« 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