Commit 69fae80a authored by Jinsuk Kim's avatar Jinsuk Kim Committed by Commit Bot

Rolling DEPS for third_party/ced

ba412ea Fix -Wextra-semi warnings.
3e65e9d Use `uint32` instead of `uint`
d4931c4 Fix unittest
3404a63 Merge pull request #9 from Baklap4/fix/warnings
5299bca Fixed warnings, removed unused variables / code

Test=gclient sync, make

Bug: 926235
Change-Id: Ibd9b7ded766be6c7b16f6b62c3140af624b5f715
Reviewed-on: https://chromium-review.googlesource.com/c/1481280Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#634454}
parent 71a8024a
...@@ -734,7 +734,7 @@ deps = { ...@@ -734,7 +734,7 @@ deps = {
}, },
'src/third_party/ced/src': 'src/third_party/ced/src':
Var('chromium_git') + '/external/github.com/google/compact_enc_det.git' + '@' + '94c367a1fe3a13207f4b22604fcfd1d9f9ddf6d9', Var('chromium_git') + '/external/github.com/google/compact_enc_det.git' + '@' + 'ba412eaaacd3186085babcd901679a48863c7dd5',
# Build tools for Chrome OS. Note: This depends on third_party/pyelftools. # Build tools for Chrome OS. Note: This depends on third_party/pyelftools.
'src/third_party/chromite': { 'src/third_party/chromite': {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment