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

Unified Diff: components/tracing/BUILD.gn

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/tracing.gyp ('k') | components/tracing/child_memory_dump_manager_delegate_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/tracing/BUILD.gn
diff --git a/components/tracing/BUILD.gn b/components/tracing/BUILD.gn
index 927aeb67894b1e398c5a2f96a463126df2fd9a95..0111de9b025f18db15d77291fbae606b8e285a1a 100644
--- a/components/tracing/BUILD.gn
+++ b/components/tracing/BUILD.gn
@@ -10,8 +10,6 @@
"child_trace_message_filter.h",
"graphics_memory_dump_provider_android.cc",
"graphics_memory_dump_provider_android.h",
- "process_metrics_memory_dump_provider.cc",
- "process_metrics_memory_dump_provider.h",
"tracing_export.h",
"tracing_messages.cc",
"tracing_messages.h",
@@ -23,10 +21,6 @@
"//base",
"//ipc",
]
-
- if (is_nacl) {
- sources -= [ "process_metrics_memory_dump_provider.cc" ]
- }
}
component("startup_tracing") {
@@ -52,7 +46,6 @@
sources = [
"graphics_memory_dump_provider_android_unittest.cc",
- "process_metrics_memory_dump_provider_unittest.cc",
]
deps = [
« no previous file with comments | « components/tracing.gyp ('k') | components/tracing/child_memory_dump_manager_delegate_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698