summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-16 17:17:56 +0000
committerglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-16 17:17:56 +0000
commitd7e1b923b1c93c18e4cf9678d97410b76aed7a0d (patch)
tree82099c99607c5d935087c7fc1768e982ed5046cb /DEPS
parentebb10bb4a98fd35f452a2def2722875844926402 (diff)
downloadchromium_src-d7e1b923b1c93c18e4cf9678d97410b76aed7a0d.zip
chromium_src-d7e1b923b1c93c18e4cf9678d97410b76aed7a0d.tar.gz
chromium_src-d7e1b923b1c93c18e4cf9678d97410b76aed7a0d.tar.bz2
Bump libc++/libc++abi version to 206024. Enable GeolocationPermissionContextTests.TabDestroyed.
libc++ revision 206024 has changed std::map behavior and now GeolocationPermissionContextTests.TabDestroyed should pass. Enable it and remove the unnecessary check which has been added in r261798. BUG=358707 R=earthdok@chromium.org TBR=thakis@chromium.org Review URL: https://codereview.chromium.org/234663003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264234 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS4
1 files changed, 2 insertions, 2 deletions
diff --git a/DEPS b/DEPS
index 40c9a86..f3c844a 100644
--- a/DEPS
+++ b/DEPS
@@ -19,8 +19,8 @@ vars = {
"sourceforge_url": "http://svn.code.sf.net/p/%(repo)s/code",
"llvm_url": "http://src.chromium.org/llvm-project",
"llvm_git": "https://llvm.googlesource.com",
- "libcxx_revision": "197314",
- "libcxxabi_revision": "197063",
+ "libcxx_revision": "206024",
+ "libcxxabi_revision": "206024",
"webkit_trunk": "http://src.chromium.org/blink/trunk",
"nacl_trunk": "http://src.chromium.org/native_client/trunk",
"webkit_revision": "171752",