From dd481e9d150309edb5ac5b2a8e819818de3007b7 Mon Sep 17 00:00:00 2001 From: Terry Lucas Date: Tue, 7 Jun 2016 07:41:58 -0700 Subject: [PATCH] Updated to lated Chromium and WebKit changes for aggregate support. TBR=alanknight@google.com Review URL: https://codereview.chromium.org/2040093003 . --- tools/deps/dartium.deps/DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/deps/dartium.deps/DEPS b/tools/deps/dartium.deps/DEPS index c5079f56723..015ae8158b6 100644 --- a/tools/deps/dartium.deps/DEPS +++ b/tools/deps/dartium.deps/DEPS @@ -8,8 +8,8 @@ execfile(os.path.join(path, 'src', 'dart', 'tools', 'deps', 'dartium.deps', 'DEP # Now we need to override some settings and add some new ones. vars.update({ - "dartium_chromium_commit": "b6b6b76417ce80120ee48b662a7c7ef257723494", - "dartium_webkit_commit": "586bcb7d9e5c46c84a3c9d1f43f26343da78548a", + "dartium_chromium_commit": "ef7d4ae18c646aea34c07a7ef62de7342c3b8c12", + "dartium_webkit_commit": "b7c1bc7268a2b3bdd0cbf59998d99624b3e1a4e9", "chromium_base_revision": "338390", # We use mirrors of all github repos to guarantee reproducibility and