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

Unified Diff: gin/BUILD.gn

Issue 1088683003: Adding v8_isolate_memory_dump_provider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase for interface changes and fixing tests. Created 5 years, 8 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: gin/BUILD.gn
diff --git a/gin/BUILD.gn b/gin/BUILD.gn
index 9fe5a12756c6b82d3ffaf70af9d28e156fc36c0e..ab768ffdb7702f804ae085deda7cfb0a854e8191 100644
--- a/gin/BUILD.gn
+++ b/gin/BUILD.gn
@@ -58,6 +58,8 @@ component("gin") {
"try_catch.h",
"v8_initializer.cc",
"v8_initializer.h",
+ "v8_isolate_memory_dump_provider.cc",
+ "v8_isolate_memory_dump_provider.h",
"v8_platform.cc",
"wrappable.cc",
"wrappable.h",

Powered by Google App Engine
This is Rietveld 408576698