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

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

Issue 2888783003: Fix build with system libpng (Closed)
Patch Set: Created 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/unbundle/libpng.gn
diff --git a/build/linux/unbundle/libpng.gn b/build/linux/unbundle/libpng.gn
index 9ae5abe076ca1efa46c6ce3b4271de0b8dc4f2fd..60f837bc97c326363f5134d061d7c923d5240776 100644
--- a/build/linux/unbundle/libpng.gn
+++ b/build/linux/unbundle/libpng.gn
@@ -5,7 +5,7 @@
import("//build/config/linux/pkg_config.gni")
import("//build/shim_headers.gni")
-pkg_config("system_libpng") {
+pkg_config("libpng_config") {
packages = [ "libpng" ]
}
@@ -21,5 +21,5 @@ source_set("libpng") {
deps = [
":libpng_shim",
]
- public_configs = [ ":system_libpng" ]
+ public_configs = [ ":libpng_config" ]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698