| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 805dbae2dafee60cf93ba56d52609a7b5d5b12c4..e2fde9ca92e3380a0882aa9e50314b56781fd188 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -1124,6 +1124,8 @@ source_set("v8_base") {
|
| "src/profiler/profile-generator.h",
|
| "src/profiler/sampler.cc",
|
| "src/profiler/sampler.h",
|
| + "src/profiler/strings-storage.cc",
|
| + "src/profiler/strings-storage.h",
|
| "src/profiler/unbound-queue-inl.h",
|
| "src/profiler/unbound-queue.h",
|
| "src/property-details.h",
|
| @@ -1213,8 +1215,6 @@ source_set("v8_base") {
|
| "src/string-search.h",
|
| "src/string-stream.cc",
|
| "src/string-stream.h",
|
| - "src/strings-storage.cc",
|
| - "src/strings-storage.h",
|
| "src/strtod.cc",
|
| "src/strtod.h",
|
| "src/token.cc",
|
|
|