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

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
Index: tests/pnacl_client_translator/nacl.scons
===================================================================
--- tests/pnacl_client_translator/nacl.scons (revision 4818)
+++ tests/pnacl_client_translator/nacl.scons (working copy)
@@ -57,7 +57,7 @@
# 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 = env['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,

Powered by Google App Engine
This is Rietveld 408576698