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

Unified Diff: gyp/libjpeg-turbo.gyp

Issue 2187663002: Rename yasm binary and make it executable (Closed) Base URL: https://skia.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 | third_party/yasm/android/yasm » ('j') | 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 d1977db371451269e9768989391f44c9eeb6044b..08c0da1f0b36da4d4e70ff1edb73d5e98da808ce 100644
--- a/gyp/libjpeg-turbo.gyp
+++ b/gyp/libjpeg-turbo.gyp
@@ -32,11 +32,11 @@
'target_name': 'yasm-android',
'type': 'executable',
'sources': [
- '../third_party/yasm/android/yasm',
+ '../third_party/yasm/android/yasm-android',
],
'copies' : [{
'destination': '<(PRODUCT_DIR)',
- 'files': [ '../third_party/yasm/android/yasm' ],
+ 'files': [ '../third_party/yasm/android/yasm-android' ],
}],
},
{
@@ -263,7 +263,7 @@
'yasm-android',
],
'variables': {
- 'yasm_path': '<(PRODUCT_DIR)/yasm',
+ 'yasm_path': '<(PRODUCT_DIR)/yasm-android',
'conditions': [
[ 'skia_arch_type == "x86"', {
'yasm_format': '-felf',
« no previous file with comments | « no previous file | third_party/yasm/android/yasm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698