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

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..1e3727bca041ee22867419d6ee484fd5b57fd652 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:libbrlapi" ]
brettw 2016/05/03 21:03:03 Ditto for these other ones. Sorry I didn't notice
dsinclair 2016/05/04 13:22:03 Done.
} 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:gio",
"//chrome/browser/ui/libgtk2ui",
]
}

Powered by Google App Engine
This is Rietveld 408576698