diff --git a/BUILD.gn b/BUILD.gn index 11bdefc050..0eb149bc8e 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -2791,13 +2791,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",