| Index: trunk/src/content/content_browser.gypi
|
| ===================================================================
|
| --- trunk/src/content/content_browser.gypi (revision 237451)
|
| +++ trunk/src/content/content_browser.gypi (working copy)
|
| @@ -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',
|
| @@ -1156,8 +1158,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',
|
|
|