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

Unified Diff: third_party/yasm/yasm_compile.gypi

Issue 10206010: Add missing .exe extension to yasm binary path on Windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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: third_party/yasm/yasm_compile.gypi
diff --git a/third_party/yasm/yasm_compile.gypi b/third_party/yasm/yasm_compile.gypi
index 13597a6ed73adbd55aaa63c0e9e3d16726500a2d..5d035ed4823905530acc2d568e5f7c73c35cd678 100644
--- a/third_party/yasm/yasm_compile.gypi
+++ b/third_party/yasm/yasm_compile.gypi
@@ -30,7 +30,7 @@
'conditions': [
[ 'use_system_yasm==0', {
- 'yasm_path': '<(PRODUCT_DIR)/yasm',
+ 'yasm_path': '<(PRODUCT_DIR)/yasm<(EXECUTABLE_SUFFIX)',
}, {
'yasm_path': '<!(which yasm)',
}],
@@ -97,7 +97,7 @@
'<(RULE_INPUT_PATH)',
],
'process_outputs_as_sources': 1,
- 'message': 'Compile assemly <(RULE_INPUT_PATH).',
+ 'message': 'Compile assembly <(RULE_INPUT_PATH).',
},
], # rules
}
« 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