Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Unified Diff: DEPS

Issue 1821293002: Replace libdisasm with capstone Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .gitignore ('k') | Makefile.am » ('j') | src/build/common.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/" +
« no previous file with comments | « .gitignore ('k') | Makefile.am » ('j') | src/build/common.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698