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

Unified Diff: build/config/linux/BUILD.gn

Issue 311603003: Add src/printing to the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: build/config/linux/BUILD.gn
diff --git a/build/config/linux/BUILD.gn b/build/config/linux/BUILD.gn
index 6d814fa93975155cf832b59be8fd40e485494822..d9cb8529095e10c0ad3ea3794856d342861b7aa0 100644
--- a/build/config/linux/BUILD.gn
+++ b/build/config/linux/BUILD.gn
@@ -179,3 +179,9 @@ generate_library_loader("libpci") {
"pci_lookup_name",
]
}
+
+# Note: in GYP this runs libgcrypt-config with some horrible sed stuff. This
Lei Zhang 2014/06/02 20:59:33 In http://crrev.com/271563, I removed the libgcryp
Lei Zhang 2014/06/02 23:33:27 Please remove this.
+# config seems to just return "-lgcrypt" on supported systems, so just do that.
+config("libgcrypt") {
+ libs = [ "gcrypt" ]
+}
« no previous file with comments | « BUILD.gn ('k') | printing/cups_config_helper.py » ('j') | printing/cups_config_helper.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698