diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-11 03:39:39 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-11 03:39:39 +0000 |
commit | f13f6641d9082b44dcc02aeb80780ea741ecc2e0 (patch) | |
tree | 6146c675f7d1a5311a6edd29b1d3c95d76ba0db1 | |
parent | efe6709de07db17c0fca9dbf3336caf5e35ac9dd (diff) | |
download | chromium_src-f13f6641d9082b44dcc02aeb80780ea741ecc2e0.zip chromium_src-f13f6641d9082b44dcc02aeb80780ea741ecc2e0.tar.gz chromium_src-f13f6641d9082b44dcc02aeb80780ea741ecc2e0.tar.bz2 |
NaCl: Update revision in DEPS, r8219 -> r8222
This pulls in the following Native Client changes:
r8220: (dschuff) Update UPSTREAM_REV to bring in merge and pushf/popf fix
r8221: (mseaborn) Windows: Allow a handle-passing function to be supplied by Chromium
r8222: (dschuff) Update LLVM_PROJECT_REV to match UPSTREAM_REV
BUG=none
TEST=nacl_integration
Review URL: https://chromiumcodereview.appspot.com/10014039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131707 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ vars = { "webkit_revision": "113671", "chromium_git": "http://git.chromium.org/git", "swig_revision": "69281", - "nacl_revision": "8219", + "nacl_revision": "8222", # After changing nacl_revision, run 'glient sync' and check native_client/DEPS # to update other nacl_*_revision's. "nacl_tools_revision": "7955", # native_client/DEPS: tools_rev |