diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-20 17:38:16 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-20 17:38:16 +0000 |
commit | 97986e04da50feef13cf457f963e8210a01e426e (patch) | |
tree | 70145951f396587c6b0920a5d84343700e1b5e5e /third_party/mtpd | |
parent | c3d0d37d906ab75eb6c4dbd78264157271d8f0e3 (diff) | |
download | chromium_src-97986e04da50feef13cf457f963e8210a01e426e.zip chromium_src-97986e04da50feef13cf457f963e8210a01e426e.tar.gz chromium_src-97986e04da50feef13cf457f963e8210a01e426e.tar.bz2 |
Add a mtpd dependency to glib. Speculative fix for the Linux clang buildbot.
TBR=rsleevi
Review URL: https://codereview.chromium.org/11231028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163174 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/mtpd')
-rw-r--r-- | third_party/mtpd/mtpd.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/mtpd/mtpd.gyp b/third_party/mtpd/mtpd.gyp index bb9ad2c..62a363de 100644 --- a/third_party/mtpd/mtpd.gyp +++ b/third_party/mtpd/mtpd.gyp @@ -9,6 +9,7 @@ 'type': 'executable', 'dependencies': [ '../../base/base.gyp:base', + '../../build/linux/system.gyp:glib', '../../build/linux/system.gyp:udev', '../../chrome/chrome.gyp:mtp_file_entry_proto', '../../chrome/chrome.gyp:mtp_storage_info_proto', |