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

Unified Diff: chrome/chrome.gyp

Issue 501016: Merge 34534 - Mac: make it even less likely that the renderer+Breakpad leaks ... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/249/src/
Patch Set: Created 11 years 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 | « no previous file | chrome/renderer/render_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
===================================================================
--- chrome/chrome.gyp (revision 34536)
+++ chrome/chrome.gyp (working copy)
@@ -4064,6 +4064,7 @@
'..',
],
'sources': [
+ 'app/breakpad_mac_stubs.mm',
# The only thing used from browser is Browser::Type.
'browser/browser.h',
# TODO: these should live here but are currently used by
@@ -4335,9 +4336,6 @@
],
}],
['OS=="mac"', {
- 'sources': [
- 'app/breakpad_mac_stubs.mm',
- ],
'sources!': [
# TODO(port)
'app/chrome_main_uitest.cc',
@@ -4498,7 +4496,6 @@
],
},
'sources': [
- 'app/breakpad_mac_stubs.mm',
# All unittests in browser, common, and renderer.
'browser/app_controller_mac_unittest.mm',
'browser/autocomplete/autocomplete_edit_view_mac_unittest.mm',
@@ -5378,7 +5375,6 @@
'target_name': 'sync_unit_tests',
'type': 'executable',
'sources': [
- 'app/breakpad_mac_stubs.mm',
'browser/sync/engine/all_status_unittest.cc',
'browser/sync/engine/apply_updates_command_unittest.cc',
'browser/sync/engine/auth_watcher_unittest.cc',
« no previous file with comments | « no previous file | chrome/renderer/render_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698