Skip to content

Commit

Permalink
Rename cast_unittest to cast_unittests
Browse files Browse the repository at this point in the history
*_unittests is the common name for all other unit test executables.

TBR=hubbe@chromium.org

Review URL: https://codereview.chromium.org/26601006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227801 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
hclam@chromium.org committed Oct 9, 2013
1 parent e67c74e commit 16d22ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/cast/cast.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
['include_tests==1', {
'targets': [
{
'target_name': 'cast_unittest',
'target_name': 'cast_unittests',
'type': '<(gtest_target_type)',
'dependencies': [
'cast_config',
Expand Down

0 comments on commit 16d22ca

Please sign in to comment.