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

Unified Diff: DEPS

Issue 235603004: SDK building script now uses package_version to extract. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Made necessary changes to replace download_toolchains.py 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 | « no previous file | build/download_nacl_toolchains.py » ('j') | build/download_nacl_toolchains.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index ec6ab33ef25f63dc46a18afd32e97122d59325d1..770bbd496e72f8d8892c5e305d2757c7b2e3568c 100644
--- a/DEPS
+++ b/DEPS
@@ -593,8 +593,7 @@ hooks = [
"pattern": ".",
"action": [
"python", "src/build/download_nacl_toolchains.py",
- "--no-arm-trusted",
- "--keep",
+ "--exclude", "arm_trusted",
],
},
{
« no previous file with comments | « no previous file | build/download_nacl_toolchains.py » ('j') | build/download_nacl_toolchains.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698