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

Unified Diff: tests/autoloader/nacl.scons

Issue 7242011: Get rid of assumptions about ".nexe" extension. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 years, 6 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
Index: tests/autoloader/nacl.scons
===================================================================
--- tests/autoloader/nacl.scons (revision 5756)
+++ tests/autoloader/nacl.scons (working copy)
@@ -5,11 +5,11 @@
Import('env')
-env.ComponentProgram('autoloader_default.nexe', 'autoloader_default.c',
+env.ComponentProgram('autoloader_default', 'autoloader_default.c',
EXTRA_LIBS=['srpc', 'platform', 'gio',
'imc', 'imc_syscalls', 'pthread'])
# Note that the html is required to run this program.
-node = env.Publish('autoloader_default.nexe',
+node = env.Publish('autoloader_default',
'run',
['autoloader.html', 'autoloader_default.html'])

Powered by Google App Engine
This is Rietveld 408576698