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

Unified Diff: gyp/libjpeg-turbo.gyp

Issue 2182873005: Make the yasm copy target be type 'none' rather than type 'executable' (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: Created 4 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/libjpeg-turbo.gyp
diff --git a/gyp/libjpeg-turbo.gyp b/gyp/libjpeg-turbo.gyp
index 08c0da1f0b36da4d4e70ff1edb73d5e98da808ce..679d2d621cc2549bd60e2eb07cf56bf18a3fb501 100644
--- a/gyp/libjpeg-turbo.gyp
+++ b/gyp/libjpeg-turbo.gyp
@@ -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',
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698