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

Unified Diff: src/client/windows/unittests/gtest.gyp

Issue 1964006: Adding the minidump unit test to Windows. This test comes from Chromium. (Closed) Base URL: http://google-breakpad.googlecode.com/svn/trunk/
Patch Set: '' Created 10 years, 8 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 | « src/client/windows/unittests/client_tests.gyp ('k') | src/client/windows/unittests/minidump_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/client/windows/unittests/gtest.gyp
===================================================================
--- src/client/windows/unittests/gtest.gyp (revision 581)
+++ src/client/windows/unittests/gtest.gyp (working copy)
@@ -39,6 +39,7 @@
'type': '<(library)',
'include_dirs': [
'<(DEPTH)/testing/include',
+ '<(DEPTH)/testing/gtest',
'<(DEPTH)/testing/gtest/include',
],
'sources': [
« no previous file with comments | « src/client/windows/unittests/client_tests.gyp ('k') | src/client/windows/unittests/minidump_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698