summaryrefslogtreecommitdiffstats
path: root/chrome_elf
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_elf')
-rw-r--r--chrome_elf/BUILD.gn1
-rw-r--r--chrome_elf/chrome_elf.gyp1
2 files changed, 0 insertions, 2 deletions
diff --git a/chrome_elf/BUILD.gn b/chrome_elf/BUILD.gn
index 50eca48..4f9c747 100644
--- a/chrome_elf/BUILD.gn
+++ b/chrome_elf/BUILD.gn
@@ -58,7 +58,6 @@ source_set("common") {
":constants",
]
sources = [
- "chrome_elf_types.h",
"chrome_elf_util.cc",
"chrome_elf_util.h",
"thunk_getter.cc",
diff --git a/chrome_elf/chrome_elf.gyp b/chrome_elf/chrome_elf.gyp
index 1532c17..26fc27c 100644
--- a/chrome_elf/chrome_elf.gyp
+++ b/chrome_elf/chrome_elf.gyp
@@ -122,7 +122,6 @@
'..',
],
'sources': [
- 'chrome_elf_types.h',
'chrome_elf_util.cc',
'chrome_elf_util.h',
'thunk_getter.cc',