summaryrefslogtreecommitdiffstats
path: root/chrome/common_constants.gypi
diff options
context:
space:
mode:
authorpvalchev@google.com <pvalchev@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-14 22:27:30 +0000
committerpvalchev@google.com <pvalchev@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-14 22:27:30 +0000
commita13d6771b025aeb6028e7e79c2b80b590c3bac01 (patch)
tree41556b16c320b2cb737bb9767534e2aa74176284 /chrome/common_constants.gypi
parentb5284b12bf3c0c3afc1cc0602c4c0569b84b8fca (diff)
downloadchromium_src-a13d6771b025aeb6028e7e79c2b80b590c3bac01.zip
chromium_src-a13d6771b025aeb6028e7e79c2b80b590c3bac01.tar.gz
chromium_src-a13d6771b025aeb6028e7e79c2b80b590c3bac01.tar.bz2
GYP changes for FreeBSD and OpenBSD
Review URL: http://codereview.chromium.org/1480002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47327 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common_constants.gypi')
-rw-r--r--chrome/common_constants.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common_constants.gypi b/chrome/common_constants.gypi
index e9a47c5..8c13fa1 100644
--- a/chrome/common_constants.gypi
+++ b/chrome/common_constants.gypi
@@ -63,7 +63,7 @@
'../base/base.gyp:base',
],
'conditions': [
- ['OS=="linux"', {
+ ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
'dependencies': ['../build/linux/system.gyp:gtk'],
}],
],