diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-28 17:45:33 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-28 17:45:33 +0000 |
commit | 867a28c667097b589faaa43c44ccb12c4f24ab65 (patch) | |
tree | 593f8a54ea28f0d0823627c4a074bfaccf57ca2b /DEPS | |
parent | f3ee43c032627e6d21dd65100cb3efab25db9dd8 (diff) | |
download | chromium_src-867a28c667097b589faaa43c44ccb12c4f24ab65.zip chromium_src-867a28c667097b589faaa43c44ccb12c4f24ab65.tar.gz chromium_src-867a28c667097b589faaa43c44ccb12c4f24ab65.tar.bz2 |
NaCl: Update revision in DEPS, r8414 -> r8444
This pulls in the following Native Client changes:
r8415: (robertm) Revert r8410 as it causes problems with pnacl's glibc toolchain build
r8416: (bradchen) New fsincos instruction type for the x86-64 decoder.
r8417: (robertm) Advertise the new "driver-install-translator" mode as part of the standard
r8418: (jvoung) Bump llvm rev for: http://codereview.chromium.org/10151020/
r8419: (mseaborn) Remove the obsolete "common" directory
r8420: (robertm) Fix one remaining use of common storage and turn on -fno-common again.
r8421: (jvoung) Bump llvm rev for:
r8422: (robertm) PNaCl TC: Turn on sanboxed gold linker for the static builds
r8423: (dschuff) Add arm-hw buildbot mode to spec2k.py
r8424: (bsy) Make the Windows flavor of NaClFastMutex be binary mutexes.
r8425: (mseaborn) Remove no-op functions NaClSysCommonThreadSyscall{Enter,Leave}()
r8426: (bbudge) Update Chrome revision in NaCl DEPS.
r8428: (bbudge) Revert 8426 - Update Chrome revision in NaCl DEPS.
r8430: (khim) added a test to check glibc socket functions wrappers
r8431: (khim) ragel_validator: replace ugly "if (0)" hack with slightly less ugly macroses
r8433: (khim) Shrink validator-x86_64.c by 30%
r8434: (robertm) Turn off pic mode for dynamic images (PNaCl toolchain).
r8435: (robertm) Roll pnacl_llvm_testsuite_rev to pull in some fixes for common storage
r8436: (jvoung) Bump llvm rev again, for 0-len (non-)assertion:
r8437: (jvoung) Shift transfersize perf expectations for several spec benchmarks after
r8438: (robertm) Be more lenient in the pnacl driver and allow pic mode for static images
r8439: (mseaborn) Unify browser/non-browser test executables used by inbrowser_test_runner
r8440: (jvoung) Really update the perf expectations for x86-64 spec bot... Picked a bad
r8441: (mseaborn) Update chrome_rev in DEPS (but not chromebinaries_rev)
r8443: (mseaborn) Run random_test in the browser (via inbrowser_test_runner)
r8444: (mseaborn) Split SelLdrLauncher into SelLdrLauncher{Standalone,Chrome} classes
BUG=none
TEST=nacl_integration
Review URL: https://chromiumcodereview.appspot.com/10243018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134478 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ vars = { "webkit_revision": "115483", "chromium_git": "http://git.chromium.org/git", "swig_revision": "69281", - "nacl_revision": "8414", + "nacl_revision": "8444", # After changing nacl_revision, run 'glient sync' and check native_client/DEPS # to update other nacl_*_revision's. "nacl_tools_revision": "8228", # native_client/DEPS: tools_rev |