diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-15 09:11:35 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-15 09:11:35 +0000 |
commit | cc098dba33653e07e227555462c12417637a08b9 (patch) | |
tree | 95a3c5276d6a2d87e5d685237ea729b6e198d0dd /DEPS | |
parent | ebbfffa2f19d6d4727586710dd49be63fcd8e1e2 (diff) | |
download | chromium_src-cc098dba33653e07e227555462c12417637a08b9.zip chromium_src-cc098dba33653e07e227555462c12417637a08b9.tar.gz chromium_src-cc098dba33653e07e227555462c12417637a08b9.tar.bz2 |
Revert of NaCl: Update revision in DEPS, r12835 -> r12859 (https://codereview.chromium.org/200423002/)
Reason for revert:
Doesn't correctly link:
/b/build/slave/ChromiumOS_Codesearch/build/src/third_party/gold/gold64: warning: hidden symbol 'base::internal::ScopedFDCloseTraits::Free(int)' in obj/base/files/nacl_helper.scoped_file.o is referenced by DSO lib/libipc.so
Original issue's description:
> NaCl: Update revision in DEPS, r12835 -> r12859
>
> This pulls in the following Native Client changes:
>
> r12836: (bradnelson) Disable mutex_timedlock_test under qemu.
> r12837: (jvoung) Use shutil.move instead of os.rename in pnacl-compress.
> r12838: (sbc) Remove 'bundle_size' test.
> r12839: (jfb) Update TOOL_REVISIONS for PNaCl r12832->r12834
> r12840: (noelallen) Roll version of bionic src, fix test to always atleast compile.
> r12841: (sbc) Add isatty syscall and IRT interface.
> r12842: (mcgrathr) toolchain_build: Update binutils revision
> r12843: (jvoung) Disable run_clock_cputime_test under qemu since it uses threads.
> r12844: (jfb) PNaCl: Update Clang revision in pnacl/COMPONENT_REVISIONS
> r12845: (dyen) Updated Once so that it remembers the list of all cached directories.
> r12846: (noelallen) Add bionic build target to untrusted.gypi
> r12847: (noelallen) Roll bionic source.
> r12848: (jvoung) Clean up large_tests vs size='small', move some to small_tests.
> r12849: (mcgrathr) Update ARM toolchain in TOOL_REVISIONS
> r12850: (mseaborn) Remove the unused and non-functioning ioctl syscall
> r12851: (dyen) Moved common python library files from build to pynacl.
> r12852: (mseaborn) Disable the sysbrk() system call under PNaCl for security hardening
> r12853: (yyanagisawa) Fixed bug on IsEnvFlagTrue.
> r12854: (jfb) Update TOOL_REVISIONS for PNaCl r12834->r12851
> r12855: (dyen) Fix for corpus_utils missing RemoveDir function.
> r12856: (jvoung) Remove bots scripts for the old PNaCl merge bot.
> r12857: (jvoung) Move varargs tests w/ aggregates out of known failures, since they pass.
> r12858: (sbc) Update glibc version in TOOL_REVISIONS
> r12859: (jfb) PNaCl: update deps_update.py for the new build
>
> BUG=none
> TEST=browser_tests and nacl_integration
> R=bradnelson@google.com
>
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=257240
TBR=bradnelson@google.com,mseaborn@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=none
Review URL: https://codereview.chromium.org/201153002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257316 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ vars = { "chromiumos_git": "https://chromium.googlesource.com/chromiumos", "skia_git": "https://skia.googlesource.com", "swig_revision": "230490", - "nacl_revision": "12859", + "nacl_revision": "12835", # After changing nacl_revision, run 'glient sync' and check native_client/DEPS # to update other nacl_*_revision's. "nacl_tools_revision": "12760", # native_client/DEPS: tools_rev |