Chromium Code Reviews| Index: DEPS |
| diff --git a/DEPS b/DEPS |
| index 7f0d1e1f0b8f719b5c9b9cc0ff4f5ead848c477d..a952fb71ef735ce2f308029f5977ba30c8351639 100644 |
| --- a/DEPS |
| +++ b/DEPS |
| @@ -70,6 +70,10 @@ deps = { |
| # Brings in the open-source Microsoft cvinfo.h file. |
| "src/third_party/microsoft-pdb": |
| "https://github.com/Microsoft/microsoft-pdb.git@082c529", |
| + |
| + # Capstone is the ultimate disassembler library. |
| + "src/third_party/capstone/files": |
| + "https://github.com/aquynh/capstone.git@1b585c1", |
| } |