diff options
Diffstat (limited to 'chrome')
-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', |