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

Unified Diff: tests/inbrowser_test_runner/nacl.scons

Issue 5738003: Resurrect Petr's 64-bit dynamic code modification CL:... (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 years, 11 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 | « tests/dynamic_code_loading/templates_x86.S ('k') | tests/inbrowser_test_runner/test_runner.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/inbrowser_test_runner/nacl.scons
===================================================================
--- tests/inbrowser_test_runner/nacl.scons (revision 4097)
+++ tests/inbrowser_test_runner/nacl.scons (working copy)
@@ -17,6 +17,7 @@
dest_copy = env.Replicate('$STAGING_DIR', 'test_runner.html')
test_executables = [
env.File('$STAGING_DIR/dynamic_load_test.nexe'),
+ env.File('$STAGING_DIR/dynamic_modify_test.nexe'),
env.File('$STAGING_DIR/imc_shm_mmap_test.nexe'),
]
# These are not true dependencies: They are not needed for
« no previous file with comments | « tests/dynamic_code_loading/templates_x86.S ('k') | tests/inbrowser_test_runner/test_runner.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698