Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 4bfb1e96fff09fa4721842aa5caf499cab570c24..25c76b1163cc860e6e310cd1a24dab9fb1f3835c 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -1031,6 +1031,8 @@ v8_source_set("v8_base") { |
"src/compiler/common-operator-reducer.h", |
"src/compiler/common-operator.cc", |
"src/compiler/common-operator.h", |
+ "src/compiler/compiler-source-position-table.cc", |
+ "src/compiler/compiler-source-position-table.h", |
"src/compiler/control-builders.cc", |
"src/compiler/control-builders.h", |
"src/compiler/control-equivalence.cc", |
@@ -1177,8 +1179,6 @@ v8_source_set("v8_base") { |
"src/compiler/simplified-operator-reducer.h", |
"src/compiler/simplified-operator.cc", |
"src/compiler/simplified-operator.h", |
- "src/compiler/source-position.cc", |
- "src/compiler/source-position.h", |
"src/compiler/state-values-utils.cc", |
"src/compiler/state-values-utils.h", |
"src/compiler/store-store-elimination.cc", |
@@ -1657,6 +1657,7 @@ v8_source_set("v8_base") { |
"src/snapshot/startup-serializer.h", |
"src/source-position-table.cc", |
"src/source-position-table.h", |
+ "src/source-position.cc", |
"src/source-position.h", |
"src/splay-tree-inl.h", |
"src/splay-tree.h", |