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

Unified Diff: build/config/linux/pkg_config.gni

Issue 147923010: Work on Clang for pure GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
Index: build/config/linux/pkg_config.gni
diff --git a/build/config/linux/pkg_config.gni b/build/config/linux/pkg_config.gni
index dd592236a5b353cfaecf705c067fbfbbadedc6bd..fdd31ba846bc1a7737fac94cf722df4081429f38 100644
--- a/build/config/linux/pkg_config.gni
+++ b/build/config/linux/pkg_config.gni
@@ -34,5 +34,6 @@ template("pkg_config") {
cflags = pkgresult[1]
libs = pkgresult[2]
lib_dirs = pkgresult[3]
+ ldflags = pkgresult[4]
}
}

Powered by Google App Engine
This is Rietveld 408576698