Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index d77931c7ec5e9bde20b33f9692daaecf67be0078..bc9941aa1e8b86f15a447837d5e2449d9a8b973d 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -875,7 +875,6 @@ source_set("v8_base") { |
"src/runtime/runtime-utils.h", |
"src/runtime/runtime.cc", |
"src/runtime/runtime.h", |
- "src/runtime/string-builder.h", |
"src/safepoint-table.cc", |
"src/safepoint-table.h", |
"src/sampler.cc", |
@@ -895,6 +894,8 @@ source_set("v8_base") { |
"src/snapshot-source-sink.cc", |
"src/snapshot-source-sink.h", |
"src/snapshot.h", |
+ "src/string-builder.h", |
+ "src/string-builder.c", |
"src/string-search.cc", |
"src/string-search.h", |
"src/string-stream.cc", |