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

Unified Diff: third_party/wayland/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 | « skia/BUILD.gn ('k') | ui/accessibility/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/wayland/BUILD.gn
diff --git a/third_party/wayland/BUILD.gn b/third_party/wayland/BUILD.gn
index e9652b3859ab232ddca99846faafb50da27755d2..ecb81e04a85ce34352fd3207b4a21b9caae832c0 100644
--- a/third_party/wayland/BUILD.gn
+++ b/third_party/wayland/BUILD.gn
@@ -33,7 +33,7 @@ source_set("wayland_private") {
configs -= [ "//build/config/compiler:chromium_code" ]
configs += [
"//build/config/compiler:no_chromium_code",
- "//build/config/linux:libffi",
+ "//build/config/linux/libffi",
":wayland_config",
]
}
@@ -70,7 +70,7 @@ source_set("wayland_server") {
configs -= [ "//build/config/compiler:chromium_code" ]
configs += [
"//build/config/compiler:no_chromium_code",
- "//build/config/linux:libffi",
+ "//build/config/linux/libffi",
]
public_configs = [ ":wayland_config" ]
@@ -91,7 +91,7 @@ source_set("wayland_client") {
configs -= [ "//build/config/compiler:chromium_code" ]
configs += [
"//build/config/compiler:no_chromium_code",
- "//build/config/linux:libffi",
+ "//build/config/linux/libffi",
]
public_configs = [ ":wayland_config" ]
« no previous file with comments | « skia/BUILD.gn ('k') | ui/accessibility/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698