aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNelson Billing <nbilling@google.com>2019-06-18 16:09:14 -0700
committerNelson Billing <nbilling@google.com>2019-06-18 23:11:27 +0000
commit315ab8a927fe386d47bca790e597bc5b80498894 (patch)
tree5bda56d75d43bc4ca67d3107a6a706a00a74e264 /src
parentMove Windows Symbol Converter to breakpad (diff)
downloadbreakpad-315ab8a927fe386d47bca790e597bc5b80498894.tar.xz
Fix common_windows.gyp.
- Rename two files from '.cpp' to '.cc' and insert missing comma in between lines in source files list. Change-Id: I169a738b565f52292cb0292b34c4397e9dc05370 Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/1666351 Reviewed-by: Ivan Penkov <ivanpe@chromium.org>
Diffstat (limited to 'src')
-rw-r--r--src/common/windows/common_windows.gyp2
-rw-r--r--src/common/windows/pe_source_line_writer.cc (renamed from src/common/windows/pe_source_line_writer.cpp)0
-rw-r--r--src/common/windows/pe_util.cc (renamed from src/common/windows/pe_util.cpp)0
3 files changed, 1 insertions, 1 deletions
diff --git a/src/common/windows/common_windows.gyp b/src/common/windows/common_windows.gyp
index 095ab9e2..5f7594b1 100644
--- a/src/common/windows/common_windows.gyp
+++ b/src/common/windows/common_windows.gyp
@@ -77,7 +77,7 @@
'guid_string.h',
'http_upload.cc',
'http_upload.h',
- 'module_info.h'
+ 'module_info.h',
'omap.cc',
'omap.h',
'omap_internal.h',
diff --git a/src/common/windows/pe_source_line_writer.cpp b/src/common/windows/pe_source_line_writer.cc
index cb6cc713..cb6cc713 100644
--- a/src/common/windows/pe_source_line_writer.cpp
+++ b/src/common/windows/pe_source_line_writer.cc
diff --git a/src/common/windows/pe_util.cpp b/src/common/windows/pe_util.cc
index 11181954..11181954 100644
--- a/src/common/windows/pe_util.cpp
+++ b/src/common/windows/pe_util.cc