summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authormseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-22 13:43:42 +0000
committermseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-22 13:43:42 +0000
commit1f4016d53c60a5c742e36de4879eb76e4e16d599 (patch)
treeca952b0b32c43d8469c07cb1b8bc90e2e8ea4c8d /DEPS
parent44a231bb2cc5cc058b287944d8d6a65a2d01db8f (diff)
downloadchromium_src-1f4016d53c60a5c742e36de4879eb76e4e16d599.zip
chromium_src-1f4016d53c60a5c742e36de4879eb76e4e16d599.tar.gz
chromium_src-1f4016d53c60a5c742e36de4879eb76e4e16d599.tar.bz2
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 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53332 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index f75a979..d8561f0 100644
--- a/DEPS
+++ b/DEPS
@@ -6,7 +6,7 @@ vars = {
"skia_revision": "583",
"chromium_git": "http://src.chromium.org/git",
"swig_revision": "40423",
- "nacl_revision": "2697",
+ "nacl_revision": "2750",
"libvpx_revision": "50313",
"libjingle_revision": "24",
}