From 367cfe24c9ebe5b72beb1ff57694c22ff1c67d2b Mon Sep 17 00:00:00 2001 From: gengjiawen Date: Fri, 18 Oct 2019 12:56:33 +0800 Subject: [PATCH] deps: V8: cherry-pick 01e52d8 --- deps/v8/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/v8/BUILD.gn b/deps/v8/BUILD.gn index a026749a31db52..333a97c7fe08e7 100644 --- a/deps/v8/BUILD.gn +++ b/deps/v8/BUILD.gn @@ -2754,13 +2754,13 @@ v8_source_set("v8_base_without_compiler") { "src/regexp/regexp-nodes.h", "src/regexp/regexp-parser.cc", "src/regexp/regexp-parser.h", - "src/regexp/regexp-special-case.h", "src/regexp/regexp-stack.cc", "src/regexp/regexp-stack.h", "src/regexp/regexp-utils.cc", "src/regexp/regexp-utils.h", "src/regexp/regexp.cc", "src/regexp/regexp.h", + "src/regexp/special-case.h", "src/roots/roots-inl.h", "src/roots/roots.cc", "src/roots/roots.h",