| Index: ui/arc/BUILD.gn
|
| diff --git a/ui/arc/BUILD.gn b/ui/arc/BUILD.gn
|
| index b3b3b61a372b964df9014d56d60de01c445dc6cd..3139ee8bcee7443dddaf388543ebb959e362647e 100644
|
| --- a/ui/arc/BUILD.gn
|
| +++ b/ui/arc/BUILD.gn
|
| @@ -23,7 +23,6 @@ static_library("arc") {
|
| "//ash",
|
| "//base",
|
| "//components/arc:arc_base",
|
| - "//components/arc:arc_bindings",
|
| "//components/exo",
|
| "//components/signin/core/account_id",
|
| "//mojo/common:common_base",
|
| @@ -53,7 +52,6 @@ test("ui_arc_unittests") {
|
| ":arc",
|
| "//base",
|
| "//base/test:test_support",
|
| - "//components/arc:arc_base",
|
| "//components/arc:arc_test_support",
|
| "//mojo/edk/system",
|
| "//testing/gtest",
|
|
|