Index: src/v8.gyp |
diff --git a/src/v8.gyp b/src/v8.gyp |
index 192ff883d5d4348bbdd624b6337c5be461595cac..5114717111837ecf160ecd3d00c0725fc85a5759 100644 |
--- a/src/v8.gyp |
+++ b/src/v8.gyp |
@@ -1215,10 +1215,14 @@ |
'objects-printer.cc', |
'objects.cc', |
'objects.h', |
+ 'objects/breakpoints-info.cc', |
+ 'objects/breakpoints-info.h', |
'objects/code-cache.h', |
'objects/code-cache-inl.h', |
'objects/compilation-cache.h', |
'objects/compilation-cache-inl.h', |
+ 'objects/debug-info.cc', |
+ 'objects/debug-info.h', |
'objects/descriptor-array.h', |
'objects/dictionary.h', |
'objects/frame-array.h', |