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

Unified Diff: DEPS

Issue 2540863005: Add DEPS and minimal build configuration for Capstone disassembler. (Closed)
Patch Set: Merge ToT, address Seb's comment. Created 4 years 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') | third_party/capstone/capstone.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
}
« no previous file with comments | « .gitignore ('k') | third_party/capstone/capstone.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698