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

Unified Diff: util/util.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 | « minidump/minidump.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/util.gyp
diff --git a/util/util.gyp b/util/util.gyp
index 422fb13c2003f0bd608049c31f25e2b07efa9b51..f476dc680e63d6dd43026052dd1e593f6f5e1d8a 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -70,13 +70,13 @@
'util_test_lib',
'../compat/compat.gyp:compat',
'../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',
'file/string_file_writer_test.cc',
'mac/launchd_test.mm',
'mach/task_memory_test.cc',
« no previous file with comments | « minidump/minidump.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698