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

Unified Diff: chrome/test/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/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 21ad3faf098a359aae18415386a21b7e398fb2ab..48feaeec6b3797df5acfcba9068e9031bb90b7ff 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1837,7 +1837,7 @@ test("unit_tests") {
}
if (!is_chromeos && !use_ozone && is_linux) {
deps += [
- "//build/linux:gio",
+ "//build/linux/libgio:gio",
"//chrome/browser/ui/libgtk2ui",
]
}

Powered by Google App Engine
This is Rietveld 408576698