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

Unified Diff: src/processor/processor.gyp

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
Index: src/processor/processor.gyp
diff --git a/src/processor/processor.gyp b/src/processor/processor.gyp
index 3ef23d51b0350930894991bbd5b6359ea7636c42..4536e69973cbeb1a34d4663127cc5c0cbf74d05a 100644
--- a/src/processor/processor.gyp
+++ b/src/processor/processor.gyp
@@ -134,7 +134,7 @@
],
'dependencies': [
'../common/common.gyp:common',
- '../third_party/libdisasm/libdisasm.gyp:libdisasm',
+ '../third_party/capstone.gyp:capstone',
],
},
{

Powered by Google App Engine
This is Rietveld 408576698