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

Unified Diff: chrome/nacl.gypi

Issue 8375035: Fix Typo in r106982 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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: chrome/nacl.gypi
diff --git a/chrome/nacl.gypi b/chrome/nacl.gypi
index 1836a27c4d81f8f53ecce16364aa7f698cf0d1e5..6d29b163a2e9b93efcd6a8c8a0f88c6ca189bb1d 100644
--- a/chrome/nacl.gypi
+++ b/chrome/nacl.gypi
@@ -143,7 +143,7 @@
'inputs': [
'<!@(<(irt_inputs_cmd) --platform=arm)',
],
- 'outputs': ['<(PRODUCT_DIR)/nacl_ir.nexe'],
+ 'outputs': ['<(PRODUCT_DIR)/nacl_irt_arm.nexe'],
'action': [
'<@(irt_build_cmd)', '--platform', 'arm',
],
« 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