Skip to content

Commit

Permalink
Fix msvs_guid for gmock and re-add gmock_unittest into base_unittest.
Browse files Browse the repository at this point in the history
The issue is that if there are lower case characters in the msvs_guid,
incredibuild will silently ignore the target during a _command-line_ build.

This issue does not affect builds in visual studio (incredibuild-based, or
regular), but it does break the build bots.

Review URL: http://codereview.chromium.org/118013

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17267 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
ajwong@chromium.org committed May 30, 2009
1 parent c1a76a3 commit f019848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/gmock.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{
'target_name': 'gmock',
'type': '<(library)',
'msvs_guid': 'F9D886ED-B09F-4b74-932F-D8E4691E6B7F',
'msvs_guid': 'F9D886ED-B09F-4B74-932F-D8E4691E6B7F',
'dependencies': [
'gtest.gyp:gtest',
],
Expand Down

0 comments on commit f019848

Please sign in to comment.