Index: content/content_browser.gypi |
diff --git a/content/content_browser.gypi b/content/content_browser.gypi |
index c51940283543a0af4080e77dc1e61e69a39c328b..b7e5094f92fb336a20880465efbd2568e96eaf0c 100644 |
--- a/content/content_browser.gypi |
+++ b/content/content_browser.gypi |
@@ -177,6 +177,8 @@ |
'public/browser/speech_recognition_session_context.h', |
'public/browser/storage_partition.h', |
'public/browser/stream_handle.h', |
+ 'public/browser/trace_controller.h', |
+ 'public/browser/trace_subscriber.h', |
'public/browser/tracing_controller.h', |
'public/browser/user_metrics.h', |
'public/browser/utility_process_host.h', |
@@ -1158,8 +1160,12 @@ |
'browser/tcmalloc_internals_request_job.h', |
'browser/theme_helper_mac.mm', |
'browser/theme_helper_mac.h', |
+ 'browser/tracing/trace_controller_impl.cc', |
+ 'browser/tracing/trace_controller_impl.h', |
'browser/tracing/trace_message_filter.cc', |
'browser/tracing/trace_message_filter.h', |
+ 'browser/tracing/trace_subscriber_stdio.cc', |
+ 'browser/tracing/trace_subscriber_stdio.h', |
'browser/tracing/tracing_controller_impl.cc', |
'browser/tracing/tracing_controller_impl.h', |
'browser/tracing/tracing_ui.cc', |