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

Unified Diff: BUILD.gn

Issue 1264993002: Debugger: refactor ScopeIterator, FrameInspector and DebugEvaluate. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: readd include Created 5 years, 4 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 | « no previous file | src/debug/debug-evaluate.h » ('j') | src/debug/debug-scopes.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index d194d63256cdeecbe177cc13719aa865f08d91b3..20878cda52da86ce669d23cc3da95a866530f418 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -834,6 +834,12 @@ source_set("v8_base") {
"src/dateparser-inl.h",
"src/dateparser.cc",
"src/dateparser.h",
+ "src/debug/debug-evaluate.cc",
+ "src/debug/debug-evaluate.h",
+ "src/debug/debug-frames.cc",
+ "src/debug/debug-frames.h",
+ "src/debug/debug-scopes.cc",
+ "src/debug/debug-scopes.h",
"src/debug/debug.cc",
"src/debug/debug.h",
"src/debug/liveedit.cc",
« no previous file with comments | « no previous file | src/debug/debug-evaluate.h » ('j') | src/debug/debug-scopes.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698