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

Unified Diff: build/linux/unbundle/libxslt.gn

Issue 1969543004: unbundle: add GN files for ffmpeg, libevent, libxslt, snappy, and yasm (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/unbundle/libevent.gn ('k') | build/linux/unbundle/replace_gn_files.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/unbundle/libxslt.gn
diff --git a/build/config/linux/pangocairo/BUILD.gn b/build/linux/unbundle/libxslt.gn
similarity index 62%
copy from build/config/linux/pangocairo/BUILD.gn
copy to build/linux/unbundle/libxslt.gn
index 727b52d53335976b87de4d4965ec5edd02fd02ba..885574ef89f832e374606f49bf6b5b690dd60bff 100644
--- a/build/config/linux/pangocairo/BUILD.gn
+++ b/build/linux/unbundle/libxslt.gn
@@ -4,6 +4,10 @@
import("//build/config/linux/pkg_config.gni")
-pkg_config("pangocairo") {
- packages = [ "pangocairo" ]
+pkg_config("system_libxslt") {
+ packages = [ "libxslt" ]
+}
+
+source_set("libxslt") {
+ public_configs = [ ":system_libxslt" ]
}
« no previous file with comments | « build/linux/unbundle/libevent.gn ('k') | build/linux/unbundle/replace_gn_files.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698