| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index e13162ad4ac765cef1083b8c50226274bd3bda25..04bd7ab36d863c907436afd1187dbd2a37371eb9 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -1733,10 +1733,14 @@ v8_source_set("v8_base") {
|
| "src/objects-printer.cc",
|
| "src/objects.cc",
|
| "src/objects.h",
|
| + "src/objects/break-points-info.cc",
|
| + "src/objects/break-points-info.h",
|
| "src/objects/code-cache-inl.h",
|
| "src/objects/code-cache.h",
|
| "src/objects/compilation-cache-inl.h",
|
| "src/objects/compilation-cache.h",
|
| + "src/objects/debug-info.cc",
|
| + "src/objects/debug-info.h",
|
| "src/objects/descriptor-array.h",
|
| "src/objects/dictionary.h",
|
| "src/objects/frame-array-inl.h",
|
|
|