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

Unified Diff: chrome/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: comments & visibility 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
« no previous file with comments | « build/linux/BUILD.gn ('k') | chrome/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 7828eb1492df3361573bbee4d77eabdcaa6bd73b..290cc149b5ff518ac82898c1cc8949fdcfd38f06 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -201,7 +201,7 @@ if (!is_android) {
if (use_pango || use_cairo) {
# Needed for chrome_main.cc initialization of libraries.
- configs += [ "//build/config/linux:pangocairo" ]
+ configs += [ "//build/config/linux/pangocairo" ]
}
if (use_x11) {
« no previous file with comments | « build/linux/BUILD.gn ('k') | chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698