| Index: third_party/elfutils/BUILD.gn
|
| diff --git a/third_party/elfutils/BUILD.gn b/third_party/elfutils/BUILD.gn
|
| index 4e3434084c007d6b49fd1068dec3b35ea39f3d8a..fca98aba665a7e500f4f11eee83f36159f2e97a6 100644
|
| --- a/third_party/elfutils/BUILD.gn
|
| +++ b/third_party/elfutils/BUILD.gn
|
| @@ -9,7 +9,6 @@ config("libelf_config") {
|
| source_set("libelf") {
|
| sources = [
|
| "config.h",
|
| -
|
| "src/libelf/abstract.h",
|
| "src/libelf/common.h",
|
| "src/libelf/dl-hash.h",
|
| @@ -24,7 +23,6 @@ source_set("libelf") {
|
| "src/libelf/nlist.h",
|
| "src/libelf/note_xlate.h",
|
| "src/libelf/version_xlate.h",
|
| -
|
| "src/libelf/elf32_checksum.c",
|
| "src/libelf/elf32_fsize.c",
|
| "src/libelf/elf32_getehdr.c",
|
|
|