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

Unified Diff: tests/pnacl_client_translator/nacl.scons

Issue 6825060: Rename PNaCl (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 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 | « src/trusted/validator_arm/testdata/compile_tests.sh ('k') | tests/pnacl_ld_example/Makefile.pnacl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/pnacl_client_translator/nacl.scons
===================================================================
--- tests/pnacl_client_translator/nacl.scons (revision 4818)
+++ tests/pnacl_client_translator/nacl.scons (working copy)
@@ -50,14 +50,12 @@
./mypage.html
./mybitcode.pexe
'''
- # TODO(jvoung): rename the "arm-untrusted" part to "pnacl-untrusted"
- # since that is what it really should be.
# TODO(jvoung): simplify how utman installs these files in the first
# place so that mapping is pretty much one-to-one (someone could just
# copy the files from the toolchain-dir to their webserver).
map_files = []
replicates = [] # track staging dependencies
- toolchain_dir = '${SCONSTRUCT_DIR}/toolchain/linux_arm-untrusted'
+ toolchain_dir = '${PNACL_ROOT}'
# TODO(jvoung): add ARM when we have a sandboxed LD in tools-sb.
for arch in ['x8632', 'x8664']:
toolchain_bin = '%s/tools-sb/%s/srpc/bin/' % (toolchain_dir,
« no previous file with comments | « src/trusted/validator_arm/testdata/compile_tests.sh ('k') | tests/pnacl_ld_example/Makefile.pnacl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698