diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-20 17:14:22 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-20 17:14:22 +0000 |
commit | d9e5fef4f9f02bff3ab26cba96c9a658273d8161 (patch) | |
tree | a1f0b2b9a73f0af70e15057f97ec3c6d36b911fc /build | |
parent | e106b11417971c44befbcf38f5872c91000195a8 (diff) | |
download | chromium_src-d9e5fef4f9f02bff3ab26cba96c9a658273d8161.zip chromium_src-d9e5fef4f9f02bff3ab26cba96c9a658273d8161.tar.gz chromium_src-d9e5fef4f9f02bff3ab26cba96c9a658273d8161.tar.bz2 |
Pull in mtpd from CrOS and add files to build it on Linux.
BUG=151685
Review URL: https://codereview.chromium.org/11184028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163172 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index 7985110..443afe0 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -101,6 +101,8 @@ ['chromeos==0', { 'dependencies': [ '../third_party/cros_dbus_cplusplus/cros_dbus_cplusplus.gyp:*', + '../third_party/libmtp/libmtp.gyp:*', + '../third_party/mtpd/mtpd.gyp:*', ], }], ], |