From 9374a83d6983710844c5436f32c14242ba600a20 Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Mon, 9 Jul 2018 16:22:46 -0400 Subject: deps: patch V8 to 6.7.288.49 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/21727 Refs: https://github.com/v8/v8/compare/6.7.288.46...6.7.288.49 Reviewed-By: Anna Henningsen Reviewed-By: James M Snell Reviewed-By: Сковорода Никита Андреевич Reviewed-By: Ruben Bridgewater --- deps/v8/DEPS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'deps/v8/DEPS') diff --git a/deps/v8/DEPS b/deps/v8/DEPS index 4a00478633..7c4fe68361 100644 --- a/deps/v8/DEPS +++ b/deps/v8/DEPS @@ -15,6 +15,8 @@ deps = { Var('chromium_url') + '/chromium/src/build.git' + '@' + '73e352e758d90603e23bdc84734c12aa5817ab5f', 'v8/tools/gyp': Var('chromium_url') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', + 'v8/third_party/depot_tools': + Var('chromium_url') + '/chromium/tools/depot_tools.git' + '@' + '024a3317597b06418efea2d45aa54dd2a7030c8a', 'v8/third_party/icu': Var('chromium_url') + '/chromium/deps/icu.git' + '@' + 'd888fd2a1be890f4d35e43f68d6d79f42519a357', 'v8/third_party/instrumented_libraries': -- cgit v1.2.3