diff options
author | dnj <dnj@chromium.org> | 2015-04-29 10:19:40 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-04-29 17:20:22 +0000 |
commit | e9ac6f320030c764af9dca7f662d2f828c1aa223 (patch) | |
tree | 48e176c71a3fb1af2d9a20dc0e8f462d5ee4fca3 | |
parent | f85316f2347d04f10ecc1bb8114aec6a9cd5c87a (diff) | |
download | chromium_src-e9ac6f320030c764af9dca7f662d2f828c1aa223.zip chromium_src-e9ac6f320030c764af9dca7f662d2f828c1aa223.tar.gz chromium_src-e9ac6f320030c764af9dca7f662d2f828c1aa223.tar.bz2 |
Update pin for Chromite and pyelftools.
BUG=chromium:482180
TEST=None
Review URL: https://codereview.chromium.org/1118473004
Cr-Commit-Position: refs/heads/master@{#327516}
-rw-r--r-- | DEPS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -418,11 +418,11 @@ deps_os = { # Build tools for Chrome OS. 'src/third_party/chromite': - Var('chromium_git') + '/chromiumos/chromite.git' + '@' + 'fdc9440cb96f8de35202abc285ffb896e04292d3', + Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '7c430e16a7bb03040576f012b424fab89974fdd4', # Dependency of chromite.git. 'src/third_party/pyelftools': - Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + '19b3e610c86fcadb837d252c794cb5e8008826ae', + Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + 'bdc1d380acd88d4bfaf47265008091483b0d614e', 'src/third_party/undoview': Var('chromium_git') + '/chromium/deps/undoview.git' + '@' + '3ba503e248f3cdbd81b78325a24ece0984637559', |