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

Unified Diff: ui/base/BUILD.gn

Issue 1909273002: 🐳 Move linux pkg_config() calls into separate BUILD.gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move //build/config/posix earlier as well 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: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 0aacd5537268e37aea72927879777236a85754d2..7408b1c24194717267a561546d5ff2515ebd8fdc 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -887,7 +887,7 @@ test("ui_base_unittests") {
}
if (use_pango) {
- configs += [ "//build/config/linux:pangocairo" ]
+ configs += [ "//build/config/linux/pangocairo" ]
}
if (use_x11) {

Powered by Google App Engine
This is Rietveld 408576698