Index: components/tracing.gyp |
diff --git a/components/tracing.gyp b/components/tracing.gyp |
index d0d76773bddb3f35744350699fb023a1cb77a41f..6bccb046f62f11243ce189102d7c0d91eb05e455 100644 |
--- a/components/tracing.gyp |
+++ b/components/tracing.gyp |
@@ -32,6 +32,9 @@ |
'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/process_metrics_memory_dump_provider_linux.cc', |
'tracing/trace_config_file.cc', |
'tracing/trace_config_file.h', |
'tracing/trace_to_console.cc', |
@@ -42,6 +45,13 @@ |
'tracing/tracing_switches.cc', |
'tracing/tracing_switches.h', |
], |
+ 'target_conditions': [ |
+ ['OS=="android"', { |
+ 'sources/': [ |
+ ['include', '^tracing/process_metrics_memory_dump_provider_linux\\.'], |
Primiano Tucci (use gerrit)
2016/01/05 11:55:17
I think the pattern in this case (to bypass the so
ssid
2016/01/06 20:26:33
removed.
|
+ ], |
+ }], |
+ ], |
}, |
], |
} |