| Index: components/arc/BUILD.gn
|
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
|
| index 836576ba32f300c065b2c000122a7dc31d766539..fa0aebbef3f47c47cc41464546a208e1712c8dd9 100644
|
| --- a/components/arc/BUILD.gn
|
| +++ b/components/arc/BUILD.gn
|
| @@ -78,7 +78,6 @@ static_library("arc") {
|
| "//device/bluetooth",
|
| "//google_apis",
|
| "//ipc:ipc",
|
| - "//ipc/mojo:mojo",
|
| "//mojo/edk/system",
|
| "//skia",
|
| "//third_party/re2:re2",
|
| @@ -173,7 +172,6 @@ source_set("unit_tests") {
|
| ":arc_test_support",
|
| "//base",
|
| "//chromeos",
|
| - "//ipc/mojo:mojo",
|
| "//mojo/public/cpp/system:system",
|
| "//testing/gtest",
|
| "//ui/aura",
|
| @@ -207,7 +205,6 @@ static_library("arc_standalone") {
|
| ":arc_standalone_service",
|
| "//base",
|
| "//ipc:ipc",
|
| - "//ipc/mojo:mojo",
|
| ]
|
| }
|
|
|
| @@ -233,7 +230,6 @@ executable("arc_standalone_bridge") {
|
| ":arc_standalone_service",
|
| "//base",
|
| "//ipc:ipc",
|
| - "//ipc/mojo:mojo",
|
| "//mojo/edk/system",
|
| ]
|
| }
|
|
|