Chromium Code Reviews

Unified Diff: src/tools/mac/tools_mac.gypi

Issue 1340543002: Fix Mac Breakpad host tools to build in Linux cross-compile (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Move mac-headers to mac_headers Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« src/common/mac/dump_syms.cc ('K') | « src/tools/mac/dump_syms/dump_syms_tool.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/tools/mac/tools_mac.gypi
diff --git a/src/tools/mac/tools_mac.gypi b/src/tools/mac/tools_mac.gypi
index ae06f030562ddbe978dcd1b9d17e8c24fb820125..7457573b4b618fc8584ebff05a706cac984240e8 100644
--- a/src/tools/mac/tools_mac.gypi
+++ b/src/tools/mac/tools_mac.gypi
@@ -55,7 +55,7 @@
'target_name': 'dump_syms',
'type': 'executable',
'sources': [
- 'dump_syms/dump_syms_tool.mm',
+ 'dump_syms/dump_syms_tool.cc',
],
'link_settings': {
'libraries': [
« src/common/mac/dump_syms.cc ('K') | « src/tools/mac/dump_syms/dump_syms_tool.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine