| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index a0b2f1fbce2f61cc6790a348740f18a7a4133b80..3ceac0c8aa68b6c04bb227a7ceabc285656bf530 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -1331,6 +1331,8 @@ v8_source_set("v8_base") {
|
| "src/profiler/profile-generator-inl.h",
|
| "src/profiler/profile-generator.cc",
|
| "src/profiler/profile-generator.h",
|
| + "src/profiler/profiler-listener.cc",
|
| + "src/profiler/profiler-listener.h",
|
| "src/profiler/sampling-heap-profiler.cc",
|
| "src/profiler/sampling-heap-profiler.h",
|
| "src/profiler/strings-storage.cc",
|
|
|