| Index: services/tracing/tracing.gyp
|
| diff --git a/services/tracing/tracing.gyp b/services/tracing/tracing.gyp
|
| index 04aad5c98d73dfe1c1a321512e7e4b320a3a06e9..38ff437c71f71ffc9a591839a0d03f1443276328 100644
|
| --- a/services/tracing/tracing.gyp
|
| +++ b/services/tracing/tracing.gyp
|
| @@ -28,7 +28,7 @@
|
| 'dependencies': [
|
| 'tracing_public',
|
| '../../mojo/mojo_edk.gyp:mojo_system_impl',
|
| - '../shell/shell.gyp:shell_public',
|
| + '../shell/shell_public.gyp:shell_public',
|
| ],
|
| 'sources': [
|
| 'trace_data_sink.cc',
|
| @@ -46,7 +46,7 @@
|
| 'dependencies': [
|
| 'tracing_interfaces',
|
| '../../mojo/mojo_edk.gyp:mojo_system_impl',
|
| - '../shell/shell.gyp:shell_public',
|
| + '../shell/shell_public.gyp:shell_public',
|
| ],
|
| 'sources': [
|
| 'public/cpp/switches.cc',
|
|
|