Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 165b5b4d99508ca660e12cf21af528af6599c551..d9ffca97d0a37d516b2e7942abe8077620256a4c 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -1165,8 +1165,6 @@ v8_source_set("v8_base") { |
"src/compiler/type-cache.h", |
"src/compiler/type-hint-analyzer.cc", |
"src/compiler/type-hint-analyzer.h", |
- "src/compiler/type-hints.cc", |
- "src/compiler/type-hints.h", |
"src/compiler/typed-optimization.cc", |
"src/compiler/typed-optimization.h", |
"src/compiler/typer.cc", |
@@ -1649,6 +1647,8 @@ v8_source_set("v8_base") { |
"src/type-feedback-vector-inl.h", |
"src/type-feedback-vector.cc", |
"src/type-feedback-vector.h", |
+ "src/type-hints.cc", |
+ "src/type-hints.h", |
"src/type-info.cc", |
"src/type-info.h", |
"src/unicode-cache-inl.h", |