| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 65d4d669830833d923c5f505abdd7ef9dab4bc4f..07c5437567c6695a64646550341482659515fe05 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -56,6 +56,11 @@ deps = {
|
| "https://chromium.googlesource.com/external/gyp/" +
|
| "@e8ab0833a42691cd2184bd4c45d779e43821d3e0",
|
|
|
| + # capstone disassembly library.
|
| + "src/src/third_party/capstone":
|
| + "https://github.com/aquynh/capstone.git" +
|
| + "@8bd53811b5c7de65974f3ab82020c99b2ce407d9",
|
| +
|
| # Linux syscall support.
|
| "src/src/third_party/lss":
|
| "https://chromium.googlesource.com/linux-syscall-support/" +
|
|
|