Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 786ae39249dfa5823612ff9f7d12c7964cb50469..e5bc012444af92454a19bf2d2b75d6bf80b28ba0 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -1131,6 +1131,8 @@ v8_source_set("v8_base") { |
"src/compiler/store-store-elimination.h", |
"src/compiler/tail-call-optimization.cc", |
"src/compiler/tail-call-optimization.h", |
+ "src/compiler/type-cache.cc", |
+ "src/compiler/type-cache.h", |
"src/compiler/type-hint-analyzer.cc", |
"src/compiler/type-hint-analyzer.h", |
"src/compiler/type-hints.cc", |
@@ -1604,8 +1606,6 @@ v8_source_set("v8_base") { |
"src/transitions-inl.h", |
"src/transitions.cc", |
"src/transitions.h", |
- "src/type-cache.cc", |
- "src/type-cache.h", |
"src/type-feedback-vector-inl.h", |
"src/type-feedback-vector.cc", |
"src/type-feedback-vector.h", |