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

Unified Diff: chrome_frame/chrome_frame.gyp

Issue 7259009: Enable crash reporting for chrome frame unit tests. This ensures that crashes are reported for (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 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 | « no previous file | chrome_frame/chrome_frame_unittest_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/chrome_frame.gyp
===================================================================
--- chrome_frame/chrome_frame.gyp (revision 90395)
+++ chrome_frame/chrome_frame.gyp (working copy)
@@ -121,6 +121,7 @@
'vtable_patch_manager_unittest.cc',
],
'include_dirs': [
+ '<(DEPTH)/breakpad/src',
],
'resource_include_dirs': [
'<(INTERMEDIATE_DIR)',
@@ -141,6 +142,7 @@
'conditions': [
['OS=="win"', {
'dependencies': [
+ '../breakpad/breakpad.gyp:breakpad_handler',
# TODO(slightlyoff): Get automation targets working on OS X
'../chrome/chrome.gyp:automation',
],
« no previous file with comments | « no previous file | chrome_frame/chrome_frame_unittest_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698