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

Unified Diff: third_party/iccjpeg/iccjpeg.gyp

Issue 8348003: add support for using system jpeg headers here for OpenBSD (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: better comment 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 | « third_party/iccjpeg/iccjpeg.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/iccjpeg/iccjpeg.gyp
diff --git a/third_party/iccjpeg/iccjpeg.gyp b/third_party/iccjpeg/iccjpeg.gyp
index aa0a4c5d73ba58b6e0ce413495c426c843f02154..dade4c29bbd216e5647c4d54cc9e84e523a5cf4b 100644
--- a/third_party/iccjpeg/iccjpeg.gyp
+++ b/third_party/iccjpeg/iccjpeg.gyp
@@ -14,6 +14,13 @@
'iccjpeg.c',
'iccjpeg.h',
],
+ 'conditions': [
+ ['OS=="openbsd" and use_system_libjpeg==1', {
+ 'include_dirs': [
+ '/usr/local/include',
+ ],
+ }],
+ ],
'direct_dependent_settings': {
'include_dirs': [
'.',
« no previous file with comments | « third_party/iccjpeg/iccjpeg.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698