| Index: shell/crash/BUILD.gn
|
| diff --git a/shell/crash/BUILD.gn b/shell/crash/BUILD.gn
|
| index f3510378a5d4ee1bdb155ce93279c60ccc196e82..925113576e2810e331ee2d812a94c86d6a7b5a3b 100644
|
| --- a/shell/crash/BUILD.gn
|
| +++ b/shell/crash/BUILD.gn
|
| @@ -19,7 +19,7 @@ source_set("crash") {
|
| deps = [
|
| "//base",
|
| "//mojo/data_pipe_utils",
|
| - "//mojo/services/network/public/interfaces",
|
| + "//mojo/services/network/interfaces",
|
| "//third_party/breakpad:client",
|
| ]
|
| }
|
| @@ -36,7 +36,7 @@ test("crash_unittests") {
|
| "//mojo/edk/test:run_all_unittests",
|
| "//mojo/environment:chromium",
|
| "//mojo/message_pump",
|
| - "//mojo/services/network/public/interfaces",
|
| + "//mojo/services/network/interfaces",
|
| "//testing/gtest",
|
| ]
|
| }
|
|
|