From 66c561f0d57115339fb22ae08b207d1cb6fc65e9 Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Sat, 26 Sep 2009 22:49:57 +0000 Subject: 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 --- chrome/chrome.gyp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'chrome/chrome.gyp') 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', -- cgit v1.1