Index: components/tracing.gyp |
diff --git a/components/tracing.gyp b/components/tracing.gyp |
index 93f7074c59adedba3162629ebfea61eae774f358..1e7507e9cb04370da95dab496f89d6132e50866e 100644 |
--- a/components/tracing.gyp |
+++ b/components/tracing.gyp |
@@ -32,6 +32,8 @@ |
'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/tracing_export.h', |
@@ -40,6 +42,13 @@ |
'tracing/tracing_switches.cc', |
'tracing/tracing_switches.h', |
], |
+ 'conditions': [ |
+ ['OS == "linux" or OS=="android"', { |
+ 'sources': [ |
+ 'tracing/process_metrics_memory_dump_provider_posix.cc', |
+ ], |
+ }], |
+ ], |
}, |
], |
} |