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

Unified Diff: BUILD.gn

Issue 1993653003: Initial support for emitting unwinding information in perf jitdump. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase. Created 4 years, 6 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/arm/assembler-arm.cc » ('j') | src/factory.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 5e248f47154c93805b675a282b6c3cd40c312c98..6a00010f42eade0fe224a1f6f9153f44348b05ad 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1448,6 +1448,8 @@ v8_source_set("v8_base") {
"src/unicode-inl.h",
"src/unicode.cc",
"src/unicode.h",
+ "src/unwinding-info.cc",
+ "src/unwinding-info.h",
"src/uri.cc",
"src/uri.h",
"src/utils-inl.h",
« no previous file with comments | « no previous file | src/arm/assembler-arm.cc » ('j') | src/factory.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698