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

Unified Diff: sandbox/sandbox.gyp

Issue 1480002: GYP changes for FreeBSD and OpenBSD (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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
===================================================================
--- sandbox/sandbox.gyp (revision 47284)
+++ sandbox/sandbox.gyp (working copy)
@@ -126,6 +126,15 @@
],
},
'conditions': [
+ [ 'OS=="freebsd" or OS=="openbsd"', {
+ # GYP requires that each file have at least one target defined.
+ 'targets': [
+ {
+ 'target_name': 'sandbox',
+ 'type': 'settings',
+ },
+ ],
+ }],
[ 'OS=="linux" and selinux==0', {
'targets': [
{
« no previous file with comments | « net/third_party/nss/nss.gyp ('k') | skia/skia.gyp » ('j') | third_party/zlib/zlib.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698