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

Unified Diff: src/v8.gyp

Issue 2900713004: [objects] Extract DebugInfo and BreakPointInfo to own file (Closed)
Patch Set: 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
« src/objects/breakpoints-info.h ('K') | « src/objects/debug-info.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« src/objects/breakpoints-info.h ('K') | « src/objects/debug-info.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698