| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index 8c5c4ca8d2f27e151a664f3afc7b0c15a1367783..4812f1d46aaaa3ce04ae847ef0d58d39534a1d23 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -12,6 +12,7 @@
|
| '../third_party/icu/icu.gyp:icuuc',
|
| '../ui/ui.gyp:ui',
|
| '../webkit/support/webkit_support.gyp:user_agent',
|
| + 'content_components_tracing.gyp:tracing',
|
| ],
|
| 'include_dirs': [
|
| '..',
|
| @@ -138,8 +139,6 @@
|
| 'common/child_process_sandbox_support_impl_shm_linux.cc',
|
| 'common/child_thread.cc',
|
| 'common/child_thread.h',
|
| - 'common/child_trace_message_filter.cc',
|
| - 'common/child_trace_message_filter.h',
|
| 'common/clipboard_messages.cc',
|
| 'common/clipboard_messages.h',
|
| 'common/content_constants_internal.cc',
|
|
|