| Index: chrome/test/nacl_test_injection/buildbot_chrome_nacl_stage.py
|
| diff --git a/chrome/test/nacl_test_injection/buildbot_chrome_nacl_stage.py b/chrome/test/nacl_test_injection/buildbot_chrome_nacl_stage.py
|
| index ca198f4a19fdd5d9b916157d733f466aa8e6dd91..b31c9f689e9607e5a73d0fa755314008fdbb4f30 100755
|
| --- a/chrome/test/nacl_test_injection/buildbot_chrome_nacl_stage.py
|
| +++ b/chrome/test/nacl_test_injection/buildbot_chrome_nacl_stage.py
|
| @@ -225,12 +225,9 @@
|
| options.json_build_results_output_file)
|
|
|
| # Download the toolchain(s).
|
| - pkg_ver_dir = os.path.join(nacl_dir, 'build', 'package_version')
|
| - RunCommand([python, os.path.join(pkg_ver_dir, 'package_version.py'),
|
| - '--exclude', 'arm_trusted',
|
| - '--exclude', 'pnacl_newlib',
|
| - '--exclude', 'nacl_arm_newlib',
|
| - 'sync', '--extract'],
|
| + RunCommand([python,
|
| + os.path.join(nacl_dir, 'build', 'download_toolchains.py'),
|
| + '--keep', '--no-arm-trusted', '--no-pnacl', 'TOOL_REVISIONS'],
|
| nacl_dir, os.environ)
|
|
|
| CleanTempDir()
|
|
|