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

Unified Diff: testing/gtest.gyp

Issue 5535003: scons: excise more scons references from the code base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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 | « testing/gmock.gyp ('k') | tools/code_coverage/coverage_posix.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/gtest.gyp
diff --git a/testing/gtest.gyp b/testing/gtest.gyp
index da95f42e5c612124d19a1f80ba22083a86e755cd..c0be09176b788320f48e4a023eb27da5dccc0295 100644
--- a/testing/gtest.gyp
+++ b/testing/gtest.gyp
@@ -108,9 +108,7 @@
},
},
{
- # Note that calling this "gtest_main" confuses the scons build,
- # which uses "_main" on scons files to produce special behavior.
- 'target_name': 'gtestmain',
+ 'target_name': 'gtest_main',
'type': '<(library)',
'dependencies': [
'gtest',
« no previous file with comments | « testing/gmock.gyp ('k') | tools/code_coverage/coverage_posix.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698