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

Unified Diff: components/tracing.gyp

Issue 1039963003: [tracing] child-process-side impl for inter-process memory dumps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ipc_3_messages
Patch Set: Add temporary workaround for crbug.com/474973 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
« no previous file with comments | « base/trace_event/memory_dump_manager.cc ('k') | components/tracing/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/tracing.gyp
diff --git a/components/tracing.gyp b/components/tracing.gyp
index 4f8a796c7ad6d258ca4a1852c07ac9a5cf39b68c..8af6dd29dd9a4f447cb3159fd23e74bc5489dac3 100644
--- a/components/tracing.gyp
+++ b/components/tracing.gyp
@@ -23,6 +23,8 @@
'..',
],
'sources': [
+ 'tracing/child_memory_dump_manager_delegate_impl.cc',
+ 'tracing/child_memory_dump_manager_delegate_impl.h',
'tracing/child_trace_message_filter.cc',
'tracing/child_trace_message_filter.h',
'tracing/tracing_messages.cc',
« no previous file with comments | « base/trace_event/memory_dump_manager.cc ('k') | components/tracing/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698