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

Unified Diff: third_party/iccjpeg/iccjpeg.gyp

Issue 8598010: replace platform conditions with os_posix and os_bsd where applicable (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase Created 9 years, 1 month 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: third_party/iccjpeg/iccjpeg.gyp
diff --git a/third_party/iccjpeg/iccjpeg.gyp b/third_party/iccjpeg/iccjpeg.gyp
index beab243c6586947cf9c640a111a6346cfda5dedb..25d25edd06938b65ff9ca519cf9b8bd67da3220a 100644
--- a/third_party/iccjpeg/iccjpeg.gyp
+++ b/third_party/iccjpeg/iccjpeg.gyp
@@ -15,7 +15,7 @@
'iccjpeg.h',
],
'conditions': [
- ['OS=="openbsd" and use_system_libjpeg==1', {
+ ['os_bsd==1 and use_system_libjpeg==1', {
'include_dirs': [
'/usr/local/include',
],

Powered by Google App Engine
This is Rietveld 408576698