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

Unified Diff: src/v8.gyp

Issue 2689493002: [debugger] implement per-function code coverage. (Closed)
Patch Set: address comments Created 3 years, 10 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
« no previous file with comments | « src/runtime/runtime-debug.cc ('k') | test/debugger/debug/debug-scripts-throw.js » ('j') | 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 9af8ceda830cc261d05ba697f356c324663dbc12..1198df6dbf422616de226258da36894bd092a531 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -837,6 +837,8 @@
'dateparser-inl.h',
'dateparser.cc',
'dateparser.h',
+ 'debug/debug-coverage.cc',
+ 'debug/debug-coverage.h',
'debug/debug-evaluate.cc',
'debug/debug-evaluate.h',
'debug/debug-interface.h',
« no previous file with comments | « src/runtime/runtime-debug.cc ('k') | test/debugger/debug/debug-scripts-throw.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698