diff options
author | danno@chromium.org <danno@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-22 14:37:21 +0000 |
---|---|---|
committer | danno@chromium.org <danno@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-22 14:37:21 +0000 |
commit | f25d0e3175e3a2fed01e33e41275f8d64c462306 (patch) | |
tree | 4e8d2d33ac58787c7df684f3d2c0d1146e8af571 /DEPS | |
parent | 79060e77511cdbdc9cfb8802da9423ba6954f036 (diff) | |
download | chromium_src-f25d0e3175e3a2fed01e33e41275f8d64c462306.zip chromium_src-f25d0e3175e3a2fed01e33e41275f8d64c462306.tar.gz chromium_src-f25d0e3175e3a2fed01e33e41275f8d64c462306.tar.bz2 |
Revert 53332 - Update the Native Client DEPS to include r2750
This change removes a use of accept(). This will allow removal of the
special hole in the Mac sandbox that was opened for NaCl.
BUG=26781
TEST=all tests pass, especially nacl_ui_tests
This is also needed to pull in NaCl's r2744 to get sel_main_chrome.c.
BUG=http://code.google.com/p/nativeclient/issues/detail?id=642
BUG=http://code.google.com/p/nativeclient/issues/detail?id=469
Review URL: http://codereview.chromium.org/2873059
TBR=mseaborn@chromium.org
Review URL: http://codereview.chromium.org/2847067
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53336 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ vars = { "skia_revision": "583", "chromium_git": "http://src.chromium.org/git", "swig_revision": "40423", - "nacl_revision": "2750", + "nacl_revision": "2697", "libvpx_revision": "50313", "libjingle_revision": "24", } |