| 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 f67372900c6cbc62c04b4b1d8a64a22c97f87959..cc2427538b0a57d55eae6fa89e0c6329f24994af 100755
|
| --- a/chrome/test/nacl_test_injection/buildbot_chrome_nacl_stage.py
|
| +++ b/chrome/test/nacl_test_injection/buildbot_chrome_nacl_stage.py
|
| @@ -226,7 +226,7 @@ def BuildAndTest(options):
|
| # 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',
|
| + '--mode', 'nacl_core_sdk',
|
| '--exclude', 'pnacl_newlib',
|
| '--exclude', 'nacl_arm_newlib',
|
| 'sync', '--extract'],
|
|
|