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

Unified Diff: components/tracing.gyp

Issue 1617263002: Revert of [tracing] Dump child processes' memory metrics in browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@web_cache2_base
Patch Set: Created 4 years, 11 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 | « components/components_tests.gyp ('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 9466a1c8aa2618f1cbbcbd944a56fd1a4befdfd1..d0d76773bddb3f35744350699fb023a1cb77a41f 100644
--- a/components/tracing.gyp
+++ b/components/tracing.gyp
@@ -32,8 +32,6 @@
'tracing/child_trace_message_filter.h',
'tracing/graphics_memory_dump_provider_android.cc',
'tracing/graphics_memory_dump_provider_android.h',
- 'tracing/process_metrics_memory_dump_provider.cc',
- 'tracing/process_metrics_memory_dump_provider.h',
'tracing/trace_config_file.cc',
'tracing/trace_config_file.h',
'tracing/trace_to_console.cc',
@@ -44,13 +42,6 @@
'tracing/tracing_switches.cc',
'tracing/tracing_switches.h',
],
- 'target_conditions': [
- ['>(nacl_untrusted_build)==1', {
- 'sources!': [
- 'tracing/process_metrics_memory_dump_provider.cc',
- ],
- }],
- ]
},
],
}
« no previous file with comments | « components/components_tests.gyp ('k') | components/tracing/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698