| Index: components/arc/BUILD.gn
|
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
|
| index adaa5f8b902b2c2e97f441f14a2ebf10345ed4f6..4a4c6b95723522c9b1ce9c9f2d09ddb6def5803b 100644
|
| --- a/components/arc/BUILD.gn
|
| +++ b/components/arc/BUILD.gn
|
| @@ -77,7 +77,6 @@ static_library("arc") {
|
| "//device/bluetooth",
|
| "//google_apis",
|
| "//ipc:ipc",
|
| - "//ipc/mojo:mojo",
|
| "//mojo/edk/system",
|
| "//skia",
|
| "//third_party/re2:re2",
|
| @@ -169,7 +168,6 @@ source_set("unit_tests") {
|
| ":arc_test_support",
|
| "//base",
|
| "//chromeos",
|
| - "//ipc/mojo:mojo",
|
| "//mojo/public/cpp/system:system",
|
| "//testing/gtest",
|
| "//ui/aura",
|
| @@ -203,7 +201,6 @@ static_library("arc_standalone") {
|
| ":arc_standalone_service",
|
| "//base",
|
| "//ipc:ipc",
|
| - "//ipc/mojo:mojo",
|
| ]
|
| }
|
|
|
| @@ -229,7 +226,6 @@ executable("arc_standalone_bridge") {
|
| ":arc_standalone_service",
|
| "//base",
|
| "//ipc:ipc",
|
| - "//ipc/mojo:mojo",
|
| "//mojo/edk/system",
|
| ]
|
| }
|
|
|