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

Unified Diff: chrome/browser/ui/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, 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
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index aacb45761620cf3381c619392c36a77a44a80cf2..19c4984ee9d0d38945a02b3cd5a58a66074bb15e 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -322,7 +322,7 @@ source_set("ui") {
}
if (use_aura && !use_ozone && is_desktop_linux) {
deps += [
- "//build/linux:gio",
+ "//build/linux/libgio:gio",
# gtk2 is the only component that can interact with gtk2 in our new
# world.

Powered by Google App Engine
This is Rietveld 408576698