Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index aaef963c3481415227a5f928612d7c6a40d405e4..613c889f4b5a01c348ef23af2af1403ae04b8b9d 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -1148,6 +1148,8 @@ v8_source_set("v8_base") { |
"src/compiler/typed-optimization.h", |
"src/compiler/typer.cc", |
"src/compiler/typer.h", |
+ "src/compiler/types.cc", |
+ "src/compiler/types.h", |
"src/compiler/unwinding-info-writer.h", |
"src/compiler/value-numbering-reducer.cc", |
"src/compiler/value-numbering-reducer.h", |
@@ -1618,8 +1620,6 @@ v8_source_set("v8_base") { |
"src/type-feedback-vector.h", |
"src/type-info.cc", |
"src/type-info.h", |
- "src/types.cc", |
- "src/types.h", |
"src/unicode-cache-inl.h", |
"src/unicode-cache.h", |
"src/unicode-decoder.cc", |