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

Unified Diff: printing/printing.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: printing/printing.gyp
diff --git a/printing/printing.gyp b/printing/printing.gyp
index 495fc73777e50da8c5bf8ebc41159b24483fe911..b5eb0e4f169d69add24d75248af618e432dcf5cc 100644
--- a/printing/printing.gyp
+++ b/printing/printing.gyp
@@ -261,7 +261,7 @@
],
},
}],
- [ 'OS == "openbsd"', {
+ [ 'os_bsd==1', {
'cflags': [
'<!@(python cups_config_helper.py --cflags)',
],
« net/base/host_resolver_impl.cc ('K') | « ppapi/ppapi_tests.gypi ('k') | sdch/sdch.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698