Chromium Code Reviews

Unified Diff: DEPS

Issue 735163002: Use the new nacl_core_sdk mode for package_version within Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | build/download_nacl_toolchains.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 5ce555bb6d1b9db06ccd8bfb420ad5b908ddad77..14faa810bf38f80089fe907a85d75172197681ab 100644
--- a/DEPS
+++ b/DEPS
@@ -545,8 +545,8 @@ hooks = [
'name': 'nacltools',
'pattern': '.',
'action': [
- 'python', 'src/build/download_nacl_toolchains.py',
- '--exclude', 'arm_trusted',
+ 'python',
+ 'src/build/download_nacl_toolchains.py',
],
},
{
« no previous file with comments | « no previous file | build/download_nacl_toolchains.py » ('j') | no next file with comments »

Powered by Google App Engine