Commit d84f3af7 authored by mseaborn@chromium.org's avatar mseaborn@chromium.org

NaCl: Update revision in DEPS, r13181 -> r13199

This pulls in the following Native Client changes:

r13182: (sehr) Add android toolchain to the DEPs for native client.
r13183: (yyanagisawa) NO_NACL_GOMA is enabled by default on Windows.
r13184: (sehr) Add chromium_git variable to fix sync
r13186: (jvoung) Remove ImportHostDescCommon and use NaClDescIoDescFromDescAllocCtor instead.
r13187: (dyen) Added a way for toolchain_build to specify run conditions for commands.
r13188: (dschuff) Support windows and mac in buildbot_pnacl.py
r13189: (mseaborn) Fix typo in comment: "requires" -> "require"
r13190: (dschuff) Factor Setup{OS}Environment and SetupGypDefines into buildbot_lib
r13191: (noelallen) Breakout "Environment" for cleanup
r13192: (mseaborn) Cleanup: Use __builtin_trap() instead of dereferencing a null pointer
r13193: (mcgrathr) Set AT_BASE value in nacl_helper_bootstrap
r13194: (dschuff) Revert "PNaCl driver: Put intermediate temp files in system temp dir"
r13195: (mark) Improve nacl_host_desc_big_file_test.
r13196: (dschuff) Fix printing of NaClHandle values in sigpipe_test for Win64
r13197: (dschuff) Build PNaCl toolchain with toolchain_build_pnacl.py in cygwin
r13198: (jvoung) Make a NaClDesc ctor for creating descs from NaClFileInfo.
r13199: (noelallen) Roll Bionic

BUG=none
TEST=browser_tests and nacl_integration
R=bradnelson@google.com

Review URL: https://codereview.chromium.org/290813002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271474 0039d316-1c4b-4281-b951-d872f2087c98
parent 2daf084d
...@@ -34,7 +34,7 @@ vars = { ...@@ -34,7 +34,7 @@ vars = {
"pdfium_git": "https://pdfium.googlesource.com", "pdfium_git": "https://pdfium.googlesource.com",
"skia_git": "https://skia.googlesource.com", "skia_git": "https://skia.googlesource.com",
"swig_revision": "230490", "swig_revision": "230490",
"nacl_revision": "13181", "nacl_revision": "13199",
# After changing nacl_revision, run 'glient sync' and check native_client/DEPS # After changing nacl_revision, run 'glient sync' and check native_client/DEPS
# to update other nacl_*_revision's. # to update other nacl_*_revision's.
"nacl_tools_revision": "13077", # native_client/DEPS: tools_rev "nacl_tools_revision": "13077", # native_client/DEPS: tools_rev
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment