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

Unified Diff: src/d8.gyp

Issue 11421013: v8: fix dragonflybsd build (Closed)
Patch Set: Created 8 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: src/d8.gyp
diff --git a/src/d8.gyp b/src/d8.gyp
index 2aa94ccf92dd04c78be29f6240b4035fe1b2cb4e..051b0922b72bb0660e882e46ad1829c74565ea7e 100644
--- a/src/d8.gyp
+++ b/src/d8.gyp
@@ -61,8 +61,7 @@
'libraries': [ '-lreadline', ],
'sources': [ 'd8-readline.cc' ],
}],
- ['(OS=="linux" or OS=="mac" or OS=="freebsd" or OS=="netbsd" \
- or OS=="openbsd" or OS=="solaris" or OS=="android")', {
+ [ 'OS!="win"', {
'sources': [ 'd8-posix.cc', ]
}],
[ 'OS=="win"', {
« no previous file with comments | « build/standalone.gypi ('k') | src/platform-freebsd.cc » ('j') | src/platform-freebsd.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698