Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(738)

Unified Diff: src/v8.gyp

Issue 2900713004: [objects] Extract DebugInfo and BreakPointInfo to own file (Closed)
Patch Set: Break objects-inl -> debug-objects-inl dependency Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/v8.gyp
diff --git a/src/v8.gyp b/src/v8.gyp
index 192ff883d5d4348bbdd624b6337c5be461595cac..97ce57d6b6f380f189aa5763ffe0db26719b5ca3 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -1219,6 +1219,9 @@
'objects/code-cache-inl.h',
'objects/compilation-cache.h',
'objects/compilation-cache-inl.h',
+ 'objects/debug-objects-inl.h',
+ 'objects/debug-objects.cc',
+ 'objects/debug-objects.h',
'objects/descriptor-array.h',
'objects/dictionary.h',
'objects/frame-array.h',

Powered by Google App Engine
This is Rietveld 408576698