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

Unified Diff: syzygy/core/core.gyp

Issue 2540863005: Add DEPS and minimal build configuration for Capstone disassembler. (Closed)
Patch Set: 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 | « DEPS ('k') | third_party/capstone/capstone.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: syzygy/core/core.gyp
diff --git a/syzygy/core/core.gyp b/syzygy/core/core.gyp
index 8a62e4a58286fced24d24f33412626ecdac2b254..0ec0061052988ad613a45cbe7a241e8f6895d6d5 100644
--- a/syzygy/core/core.gyp
+++ b/syzygy/core/core.gyp
@@ -54,6 +54,7 @@
'<(src)/base/base.gyp:base',
'<(src)/syzygy/assm/assm.gyp:assm_lib',
'<(src)/syzygy/common/common.gyp:common_lib',
+ '<(src)/third_party/capstone/capstone.gyp:capstone',
Sébastien Marchand 2016/11/30 18:08:49 I don't think that this should be added as a depen
'<(src)/third_party/distorm/distorm.gyp:distorm',
'<(src)/third_party/zlib/zlib.gyp:zlib',
],
« no previous file with comments | « DEPS ('k') | third_party/capstone/capstone.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698