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

Unified Diff: testing/gmock.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 | « skia/skia.gyp ('k') | testing/gtest.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/gmock.gyp
diff --git a/testing/gmock.gyp b/testing/gmock.gyp
index 8f73cb65a1a9b83599fbe8982a2cdece71481f24..57ef9138990cbe108b65a9919700356e7572417b 100644
--- a/testing/gmock.gyp
+++ b/testing/gmock.gyp
@@ -6,7 +6,7 @@
'targets': [
{
'target_name': 'gmock',
- 'type': '<(library)',
+ 'type': 'static_library',
'msvs_guid': 'F9D886ED-B09F-4B74-932F-D8E4691E6B7F',
'dependencies': [
'gtest.gyp:gtest',
@@ -51,7 +51,7 @@
},
{
'target_name': 'gmock_main',
- 'type': '<(library)',
+ 'type': 'static_library',
'dependencies': [
'gmock',
],
« no previous file with comments | « skia/skia.gyp ('k') | testing/gtest.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698