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

Unified Diff: sandbox/sandbox.gyp

Issue 7055003: Last gyp patch for cross-platform Unix support (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 7 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
Index: sandbox/sandbox.gyp
diff --git a/sandbox/sandbox.gyp b/sandbox/sandbox.gyp
index 9078337b561ca9970b4f51276799d54027a34078..4c611db97ff7d8dbfe84683230d0bf3a5faf8983 100644
--- a/sandbox/sandbox.gyp
+++ b/sandbox/sandbox.gyp
@@ -126,7 +126,7 @@
],
},
'conditions': [
- [ 'OS=="freebsd" or OS=="openbsd"', {
+ [ 'os_posix == 1 and OS != "mac" and OS != "linux"', {
# GYP requires that each file have at least one target defined.
'targets': [
{
« printing/printing.gyp ('K') | « remoting/remoting.gyp ('k') | skia/skia.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698