Make the yasm copy target be type 'none' rather than type 'executable'

GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2182873005

Review-Url: https://codereview.chromium.org/2182873005
This commit is contained in:
bsalomon 2016-07-27 12:07:43 -07:00 committed by Commit bot
parent d6562000ef
commit 81ce4a9c55

View File

@ -19,7 +19,7 @@
'targets': [
{
'target_name': 'yasm-win',
'type': 'executable',
'type': 'none',
'sources': [
'../third_party/externals/yasm/binaries/win/yasm.exe',
],
@ -30,7 +30,7 @@
},
{
'target_name': 'yasm-android',
'type': 'executable',
'type': 'none',
'sources': [
'../third_party/yasm/android/yasm-android',
],