diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-26 22:49:57 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-26 22:49:57 +0000 |
commit | 66c561f0d57115339fb22ae08b207d1cb6fc65e9 (patch) | |
tree | 71cc2abc70d8b37992baf61d92e0059f855b104a /chrome/chrome.gyp | |
parent | 828cabe21191c14e43fc3dda06918f7ec8c91988 (diff) | |
download | chromium_src-66c561f0d57115339fb22ae08b207d1cb6fc65e9.zip chromium_src-66c561f0d57115339fb22ae08b207d1cb6fc65e9.tar.gz chromium_src-66c561f0d57115339fb22ae08b207d1cb6fc65e9.tar.bz2 |
Fix the linux shared build for common_constants.
BUG=none
TEST=Linux shared build.
TBR=maruel
Review URL: http://codereview.chromium.org/245020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27332 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 10cc911..c6203e3 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -399,6 +399,11 @@ 'dependencies': [ '../base/base.gyp:base', ], + 'conditions': [ + ['OS=="linux"', { + 'dependencies': ['../build/linux/system.gyp:gtk'], + }], + ], 'sources': [ 'common/chrome_constants.cc', 'common/chrome_constants.h', |