blob: fdbe59903d4588f02e2f082fcd8ce7a40f1c089c [file] [log] [blame]
From b829e2e56f2c51b4bec858e6d0087a9347eeb7cd Mon Sep 17 00:00:00 2001
From: Pavel Labath <labath@google.com>
Date: Tue, 17 Nov 2015 15:09:41 +0000
Subject: [PATCH 9/9] Remove files which just don't compile on windows
---
src/common/common.gyp | 8 --------
1 file changed, 8 deletions(-)
diff --git a/src/common/common.gyp b/src/common/common.gyp
index 96e1bce..22941e3 100644
--- a/src/common/common.gyp
+++ b/src/common/common.gyp
@@ -81,8 +81,6 @@
'dwarf/types.h',
'dwarf_cfi_to_module.cc',
'dwarf_cfi_to_module.h',
- 'dwarf_cu_to_module.cc',
- 'dwarf_cu_to_module.h',
'dwarf_line_to_module.cc',
'dwarf_line_to_module.h',
'language.cc',
@@ -163,10 +161,6 @@
'solaris/guid_creator.cc',
'solaris/guid_creator.h',
'solaris/message_output.h',
- 'stabs_reader.cc',
- 'stabs_reader.h',
- 'stabs_to_module.cc',
- 'stabs_to_module.h',
'string_conversion.cc',
'string_conversion.h',
'symbol_data.h',
@@ -179,8 +173,6 @@
'windows/dia_util.h',
'windows/guid_string.cc',
'windows/guid_string.h',
- 'windows/http_upload.cc',
- 'windows/http_upload.h',
'windows/omap.cc',
'windows/omap.h',
'windows/omap_internal.h',
--
2.6.0.rc2.230.g3dd15c0