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

Unified Diff: src/third_party/libdisasm/Makefile.am

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/third_party/libdisasm/Makefile.am
diff --git a/src/third_party/libdisasm/Makefile.am b/src/third_party/libdisasm/Makefile.am
deleted file mode 100644
index bd3129e1adf9d7ccf2e6b646378f72f50b6bfe99..0000000000000000000000000000000000000000
--- a/src/third_party/libdisasm/Makefile.am
+++ /dev/null
@@ -1,43 +0,0 @@
-include_HEADERS = libdis.h
-lib_LTLIBRARIES = libdisasm.la
-libdisasm_la_SOURCES = \
- ia32_implicit.c \
- ia32_implicit.h \
- ia32_insn.c \
- ia32_insn.h \
- ia32_invariant.c \
- ia32_invariant.h \
- ia32_modrm.c \
- ia32_modrm.h \
- ia32_opcode_tables.c \
- ia32_opcode_tables.h \
- ia32_operand.c \
- ia32_operand.h \
- ia32_reg.c \
- ia32_reg.h \
- ia32_settings.c \
- ia32_settings.h \
- libdis.h \
- qword.h \
- x86_disasm.c \
- x86_format.c \
- x86_imm.c \
- x86_imm.h \
- x86_insn.c \
- x86_misc.c \
- x86_operand_list.c \
- x86_operand_list.h
-
-# Cheat to get non-autoconf swig into tarball,
-# even if it doesn't build by default.
-EXTRA_DIST = \
-swig/Makefile \
-swig/libdisasm.i \
-swig/libdisasm_oop.i \
-swig/python/Makefile-swig \
-swig/perl/Makefile-swig \
-swig/perl/Makefile.PL \
-swig/ruby/Makefile-swig \
-swig/ruby/extconf.rb \
-swig/tcl/Makefile-swig \
-swig/README

Powered by Google App Engine
This is Rietveld 408576698