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

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: Moving test fixes to different CL, removing unnecessary casts. Created 5 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
« no previous file with comments | « no previous file | gin/gin.gyp » ('j') | gin/v8_isolate_memory_dump_provider.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | gin/gin.gyp » ('j') | gin/v8_isolate_memory_dump_provider.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698