| Index: mojo/runner/BUILD.gn
|
| diff --git a/mojo/runner/BUILD.gn b/mojo/runner/BUILD.gn
|
| index c7ec3e60ed43560bf6d2e3874c01222b96454a10..455ccbcfb39502347d5968c4ebdd281afda89f60 100644
|
| --- a/mojo/runner/BUILD.gn
|
| +++ b/mojo/runner/BUILD.gn
|
| @@ -130,7 +130,8 @@ source_set("lib") {
|
| "//mojo/common:tracing_impl",
|
| "//mojo/message_pump",
|
| "//mojo/services/network/public/interfaces",
|
| - "//mojo/services/tracing:bindings",
|
| + "//mojo/services/tracing/public/cpp",
|
| + "//mojo/services/tracing/public/interfaces",
|
| "//mojo/shell",
|
| "//mojo/util:filename_util",
|
| "//third_party/mojo/src/mojo/edk/system",
|
|
|