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

Unified Diff: chrome/test/nacl_test_injection/buildbot_chrome_nacl_stage.py

Issue 250933006: Revert of NaCl: Update revision in DEPS, r13018 -> r13078. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « build/download_nacl_toolchains.py ('k') | native_client_sdk/src/build_tools/build_sdk.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()
« no previous file with comments | « build/download_nacl_toolchains.py ('k') | native_client_sdk/src/build_tools/build_sdk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698