diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-30 05:22:12 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-30 05:22:12 +0000 |
commit | 09bf14a7260c20fcdcba21d8bdaf93d0dcd377c0 (patch) | |
tree | db42b0865719daa5d22f30e14a7d7f9578e68e24 /DEPS | |
parent | 9bd97efbb47563947c1b6ef1cec41c8906d70257 (diff) | |
download | chromium_src-09bf14a7260c20fcdcba21d8bdaf93d0dcd377c0.zip chromium_src-09bf14a7260c20fcdcba21d8bdaf93d0dcd377c0.tar.gz chromium_src-09bf14a7260c20fcdcba21d8bdaf93d0dcd377c0.tar.bz2 |
Roll DEPS for libmtp r178447:178673 to pick up a leak fix.
Roll DEPS for mtpd to avoid opening devices multiple times, and to fix a couple memory errors.
Review URL: https://codereview.chromium.org/12038077
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179536 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -531,12 +531,12 @@ deps_os = { "/trunk/deps/third_party/gold@149858", "src/third_party/libmtp": - "/trunk/deps/third_party/libmtp@178447", + "/trunk/deps/third_party/libmtp@178673", # Used on Linux only. CrOS already has a copy. "src/third_party/mtpd/source": Var("chromiumos_git") + "/platform/mtpd.git" + - "@85d2ce42e73ca9afeffba3552a35a8d4b01b9c22", + "@7313deef1bb6e4188bd1714acb6fc4c2be835be1", # Used on Linux only. CrOS already has a copy. "src/third_party/cros_dbus_cplusplus/source": |