| Index: components/arc/BUILD.gn
|
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
|
| index 7f6700ac5fadf25e588cf867d07198c962f94ad1..3967d01d47bb99dc8e011ac2cd3104b785f15a4f 100644
|
| --- a/components/arc/BUILD.gn
|
| +++ b/components/arc/BUILD.gn
|
| @@ -109,6 +109,8 @@ static_library("arc_base") {
|
| "arc_session_observer.h",
|
| "arc_session_runner.cc",
|
| "arc_session_runner.h",
|
| + "arc_util.cc",
|
| + "arc_util.h",
|
| "instance_holder.h",
|
| ]
|
|
|
| @@ -200,6 +202,7 @@ source_set("unit_tests") {
|
| sources = [
|
| "arc_service_manager_unittest.cc",
|
| "arc_session_runner_unittest.cc",
|
| + "arc_util_unittest.cc",
|
| "bluetooth/arc_bluetooth_bridge_unittest.cc",
|
| "bluetooth/bluetooth_struct_traits_unittest.cc",
|
| "bluetooth/bluetooth_type_converters_unittest.cc",
|
| @@ -216,6 +219,7 @@ source_set("unit_tests") {
|
| deps = [
|
| ":arc_test_support",
|
| "//base",
|
| + "//base/test:test_support",
|
| "//chromeos",
|
| "//device/bluetooth",
|
| "//mojo/public/cpp/system:system",
|
|
|