Skip to content

Commit

Permalink
Add _deploy for crypto_unittests
Browse files Browse the repository at this point in the history
Change-Id: Ie4c2371e31344dde2032e218838879635502f7a4
  • Loading branch information
Cobalt Team authored and briantting committed Jun 25, 2016
1 parent edda9f4 commit 6d51579
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions crypto/crypto.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -378,5 +378,20 @@
},
],
}],
['cobalt==1', {
'targets': [
{
'target_name': 'crypto_unittests_deploy',
'type': 'none',
'dependencies': [
'crypto_unittests',
],
'variables': {
'executable_name': 'crypto_unittests',
},
'includes': [ '../cobalt/build/deploy.gypi' ],
},
],
}],
],
}

0 comments on commit 6d51579

Please sign in to comment.