Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 47896c327db9ac0f84ca26d216d87ffac57050d4..c0e1cb72446311571ac8b2c1a01845731e9521c6 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -1259,8 +1259,6 @@ v8_source_set("v8_base") { |
"src/interpreter/interpreter-intrinsics.h", |
"src/interpreter/interpreter.cc", |
"src/interpreter/interpreter.h", |
- "src/interpreter/source-position-table.cc", |
- "src/interpreter/source-position-table.h", |
"src/isolate-inl.h", |
"src/isolate.cc", |
"src/isolate.h", |
@@ -1433,6 +1431,8 @@ v8_source_set("v8_base") { |
"src/snapshot/snapshot.h", |
"src/snapshot/startup-serializer.cc", |
"src/snapshot/startup-serializer.h", |
+ "src/source-position-table.cc", |
+ "src/source-position-table.h", |
"src/source-position.h", |
"src/splay-tree-inl.h", |
"src/splay-tree.h", |