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

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, 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 | « chrome/browser/ui/BUILD.gn ('k') | device/udev_linux/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 21ad3faf098a359aae18415386a21b7e398fb2ab..aa53bb3aac10740589c2d9a1e4f30b34eda82611 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1316,7 +1316,7 @@ if (!is_android) {
sources += [ "../browser/ui/webui/local_discovery/local_discovery_ui_browsertest.cc" ]
}
if (use_brlapi) {
- deps += [ "//build/linux:libbrlapi" ]
+ deps += [ "//build/linux/libbrlapi" ]
} else {
sources -= [ "../browser/extensions/api/braille_display_private/braille_display_private_apitest.cc" ]
}
@@ -1837,7 +1837,7 @@ test("unit_tests") {
}
if (!is_chromeos && !use_ozone && is_linux) {
deps += [
- "//build/linux:gio",
+ "//build/linux/libgio",
"//chrome/browser/ui/libgtk2ui",
]
}
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | device/udev_linux/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698