| Index: components/tracing_nacl.gyp
|
| diff --git a/components/tracing_nacl.gyp b/components/tracing_nacl.gyp
|
| index 1260e852e69cf44414f245b0ad469ac103ee7780..9b0b511ddfa076d153952916102f3abd607b277b 100644
|
| --- a/components/tracing_nacl.gyp
|
| +++ b/components/tracing_nacl.gyp
|
| @@ -33,17 +33,17 @@
|
| 'build_nonsfi_helper': 1,
|
| },
|
| 'sources': [
|
| - 'tracing/child_memory_dump_manager_delegate_impl.cc',
|
| - 'tracing/child_memory_dump_manager_delegate_impl.h',
|
| - 'tracing/child_trace_message_filter.cc',
|
| - 'tracing/child_trace_message_filter.h',
|
| - 'tracing/trace_config_file.cc',
|
| - 'tracing/trace_config_file.h',
|
| + 'tracing/browser/trace_config_file.cc',
|
| + 'tracing/browser/trace_config_file.h',
|
| + 'tracing/child/child_memory_dump_manager_delegate_impl.cc',
|
| + 'tracing/child/child_memory_dump_manager_delegate_impl.h',
|
| + 'tracing/child/child_trace_message_filter.cc',
|
| + 'tracing/child/child_trace_message_filter.h',
|
| + 'tracing/common/tracing_messages.cc',
|
| + 'tracing/common/tracing_messages.h',
|
| + 'tracing/common/tracing_switches.cc',
|
| + 'tracing/common/tracing_switches.h',
|
| 'tracing/tracing_export.h',
|
| - 'tracing/tracing_messages.cc',
|
| - 'tracing/tracing_messages.h',
|
| - 'tracing/tracing_switches.cc',
|
| - 'tracing/tracing_switches.h',
|
| ],
|
| },
|
| ],
|
|
|