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

Unified Diff: base/base.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
« no previous file with comments | « no previous file | content/content_browser.gypi » ('j') | crypto/crypto.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 0259c80704f3731054bf96a9fdf72ebae43036e8..a45ac6de1daa812d8675d19484c5edd05f060c24 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -365,7 +365,7 @@
'test/scoped_locale.h',
],
}],
- ['OS=="openbsd"', {
+ ['os_bsd==1', {
'sources!': [
'test/test_file_util_linux.cc',
],
« no previous file with comments | « no previous file | content/content_browser.gypi » ('j') | crypto/crypto.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698