| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 3f3ad9d586cc42c72dc6ce2b1e532bf05509f68a..50ad92f585510d30cc621e89cab5bf30eabd4c7e 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -28,7 +28,7 @@
|
| "chromiumos_git": "https://chromium.googlesource.com/chromiumos",
|
| "skia_git": "https://skia.googlesource.com",
|
| "swig_revision": "230490",
|
| - "nacl_revision": "13062",
|
| + "nacl_revision": "13018",
|
| # After changing nacl_revision, run 'glient sync' and check native_client/DEPS
|
| # to update other nacl_*_revision's.
|
| "nacl_tools_revision": "12970", # native_client/DEPS: tools_rev
|
| @@ -588,7 +588,8 @@
|
| "pattern": ".",
|
| "action": [
|
| "python", "src/build/download_nacl_toolchains.py",
|
| - "--exclude", "arm_trusted",
|
| + "--no-arm-trusted",
|
| + "--keep",
|
| ],
|
| },
|
| {
|
|
|