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

Unified Diff: printing/printing.gyp

Issue 8345001: Some extra cflags are needed for cups on OpenBSD. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years, 2 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: printing/printing.gyp
diff --git a/printing/printing.gyp b/printing/printing.gyp
index a66b17f7c5240d91c58fc9c347120bfe14ce8954..ca7f7879cb238ba8432808a9fcf6064eb30312a1 100644
--- a/printing/printing.gyp
+++ b/printing/printing.gyp
@@ -238,6 +238,11 @@
],
},
}],
+ [ 'OS == "openbsd"', {
+ 'cflags': [
+ '<!@(python cups_config_helper.py --cflags)',
+ ],
+ }],
],
},
}],
« 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