Chromium Code Reviews| Index: DEPS |
| diff --git a/DEPS b/DEPS |
| index 141d1bc0f67fa1360d32c2d872a56e2b57a4e4b4..763ec13472a8a674ffcaa546c36a4a2fbdcb7644 100644 |
| --- a/DEPS |
| +++ b/DEPS |
| @@ -152,6 +152,9 @@ deps = { |
| 'src/third_party/dart-pkg/yaml': |
| Var('chromium_git') + '/external/github.com/dart-lang/yaml.git' + '@' + Var('yaml_dart_revision'), |
| + |
| + 'src/third_party/pyelftools': |
| + Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + '19b3e610c86fcadb837d252c794cb5e8008826ae', |
| } |
| deps_os = { |