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

Unified Diff: minidump/minidump.gyp

Issue 465363004: Use the gtest_main target for test executables (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 6 years, 4 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 | util/util.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: minidump/minidump.gyp
diff --git a/minidump/minidump.gyp b/minidump/minidump.gyp
index d3dcde94b49396355ded6ae8684a4b43da8e2fa5..f22e0bce2bdb4bb71a4811eecf2e4613eeb9c7d9 100644
--- a/minidump/minidump.gyp
+++ b/minidump/minidump.gyp
@@ -54,13 +54,13 @@
'dependencies': [
'minidump',
'../third_party/gtest/gtest.gyp:gtest',
+ '../third_party/gtest/gtest.gyp:gtest_main',
'../third_party/mini_chromium/mini_chromium/base/base.gyp:base',
],
'include_dirs': [
'..',
],
'sources': [
- '../third_party/gtest/gtest/src/gtest_main.cc',
'minidump_file_writer_test.cc',
'minidump_memory_writer_test.cc',
'minidump_misc_info_writer_test.cc',
« no previous file with comments | « no previous file | util/util.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698