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

Unified Diff: content/browser/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 | « chromeos/BUILD.gn ('k') | content/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 9b9b44fb0dd31d4541f4ecda20311df4d11b68b4..b98c5f9e592e921ffd5c00517ce645615fdce957 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -281,9 +281,9 @@ source_set("browser") {
"//content")
configs += [
- "//build/config/linux:atk",
- "//build/config/linux:atk_warnings",
- "//build/config/linux:gconf",
+ "//build/config/linux/atk",
+ "//build/config/linux/atk:warnings",
+ "//build/config/linux/gconf",
"//build/config/linux:glib",
]
}
@@ -323,7 +323,7 @@ source_set("browser") {
}
if (use_pango) {
- configs += [ "//build/config/linux:pangocairo" ]
+ configs += [ "//build/config/linux/pangocairo" ]
}
if (is_android) {
« no previous file with comments | « chromeos/BUILD.gn ('k') | content/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698