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

Unified Diff: build/config/linux/libffi/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/config/linux/gconf/BUILD.gn ('k') | build/config/linux/pangocairo/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/linux/libffi/BUILD.gn
diff --git a/third_party/vulkan/BUILD.gn b/build/config/linux/libffi/BUILD.gn
similarity index 63%
copy from third_party/vulkan/BUILD.gn
copy to build/config/linux/libffi/BUILD.gn
index b7388a2ddeb51f6b9e87a143fe1ac642be4cc4e5..a4041727b1c0908732c35045c0a9fff15304b868 100644
--- a/third_party/vulkan/BUILD.gn
+++ b/build/config/linux/libffi/BUILD.gn
@@ -2,6 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-config("vulkan_headers") {
- include_dirs = [ "include" ]
+import("//build/config/linux/pkg_config.gni")
+
+pkg_config("libffi") {
+ packages = [ "libffi" ]
}
« no previous file with comments | « build/config/linux/gconf/BUILD.gn ('k') | build/config/linux/pangocairo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698