summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_frame.gyp
diff options
context:
space:
mode:
authorsiggi@chromium.org <siggi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-26 19:21:18 +0000
committersiggi@chromium.org <siggi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-26 19:21:18 +0000
commit6e5110dff1b382e0e330c0e733e85d0b0ec45a31 (patch)
tree75c6785c6a5d53f2c536e82f08adcf9b7c165f05 /chrome_frame/chrome_frame.gyp
parentecc0738c8ec3fe083ea639740e4a3ebbc695114d (diff)
downloadchromium_src-6e5110dff1b382e0e330c0e733e85d0b0ec45a31.zip
chromium_src-6e5110dff1b382e0e330c0e733e85d0b0ec45a31.tar.gz
chromium_src-6e5110dff1b382e0e330c0e733e85d0b0ec45a31.tar.bz2
Make minidump test deterministic by explicitly loading and unloading a specific DLL,
instead of relying on CoInitialize/CoUninitialize to load and unload at least one DLL. Add minidump_test as a dependency to make sure it's always built. BUG=none TEST=none Review URL: http://codereview.chromium.org/661081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40142 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_frame.gyp')
-rw-r--r--chrome_frame/chrome_frame.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp
index a60e9c0..6516581 100644
--- a/chrome_frame/chrome_frame.gyp
+++ b/chrome_frame/chrome_frame.gyp
@@ -633,6 +633,7 @@
'../google_update/google_update.gyp:google_update',
# Crash Reporting
'crash_reporting/crash_reporting.gyp:crash_report',
+ 'crash_reporting/crash_reporting.gyp:minidump_test',
'crash_reporting/crash_reporting.gyp:vectored_handler_tests',
],
},],