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

Unified Diff: testing/gtest.gyp

Issue 7051014: Globally replace <(library) with static_library (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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 | « testing/gmock.gyp ('k') | third_party/bspatch/bspatch.gyp » ('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 1a91ac551c4dd1fa7cc1f7ff4864852ec24535a5..c3116f159fcafc68bbb491a96886bab0dd973c1f 100644
--- a/testing/gtest.gyp
+++ b/testing/gtest.gyp
@@ -6,7 +6,7 @@
'targets': [
{
'target_name': 'gtest',
- 'type': '<(library)',
+ 'type': 'static_library',
'msvs_guid': 'BFE8E2A7-3B3B-43B0-A994-3058B852DB8B',
'sources': [
'gtest/include/gtest/gtest-death-test.h',
@@ -123,7 +123,7 @@
},
{
'target_name': 'gtest_main',
- 'type': '<(library)',
+ 'type': 'static_library',
'dependencies': [
'gtest',
],
« no previous file with comments | « testing/gmock.gyp ('k') | third_party/bspatch/bspatch.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698