| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 4bedcab0a66ad5e1f5ef304e5d667cf841f0f15c..b6a867af17ac2ff465114141aa5e24b9a0d8e783 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -82,6 +82,9 @@ deps = {
|
| 'src/third_party/skia':
|
| Var('chromium_git') + '/skia.git' + '@' + Var('skia_revision'),
|
|
|
| + 'src/third_party/yasm/source/patched-yasm':
|
| + Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '4671120cd8558ce62ee8672ebf3eb6f5216f909b',
|
| +
|
| 'src/third_party/smhasher/src':
|
| Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b2fc3a643b838e5b6e88f',
|
|
|
|
|