Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1484)

Unified Diff: chrome/chrome.gyp

Issue 53075: First stab at Mac breakpad support. (Closed)
Patch Set: Address John's comments Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/chrome_exe_main.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index fcc83c61e24636e0104b3a6f1758aaa9f1c96825..0921376fc17dcc6b051231060883aa1edc8a71aa 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -1468,8 +1468,10 @@
],
'sources': [
# All .cc, .h, .m, and .mm files under app except for tests.
- 'app/breakpad.cc',
- 'app/breakpad.h',
+ 'app/breakpad_win.cc',
+ 'app/breakpad_win.h',
+ 'app/breakpad_mac.mm',
+ 'app/breakpad_mac.h',
'app/chrome_dll_main.cc',
'app/chrome_dll_resource.h',
'app/chrome_exe_main.cc',
@@ -1666,7 +1668,6 @@
},
],
'sources!': [
- 'app/breakpad.cc',
'app/chrome_exe_main.cc',
'app/client_util.cc',
'app/google_update_client.cc',
« no previous file with comments | « chrome/app/chrome_exe_main.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698