| Index: components/BUILD.gn
|
| diff --git a/components/BUILD.gn b/components/BUILD.gn
|
| index cb34a37033e5c9669116313b967066a5245ac3af..b0855fdffa03cfb5f0cd36713ead18878c174f52 100644
|
| --- a/components/BUILD.gn
|
| +++ b/components/BUILD.gn
|
| @@ -49,6 +49,7 @@ group("all_components") {
|
| "//components/certificate_reporting",
|
| "//components/cdm/browser",
|
| "//components/about_handler",
|
| + "//components/arc",
|
| "//components/auto_login_parser",
|
| "//components/autofill/content/browser",
|
| "//components/autofill/content/common",
|
| @@ -206,6 +207,7 @@ group("all_components") {
|
|
|
| if (!is_chromeos) {
|
| deps -= [
|
| + "//components/arc",
|
| "//components/pairing",
|
| "//components/wifi_sync",
|
| ]
|
| @@ -468,7 +470,10 @@ test("components_unittests") {
|
| }
|
| }
|
| if (is_chromeos) {
|
| - deps += [ "//components/ownership:unit_tests" ]
|
| + deps += [
|
| + "//components/arc:unit_tests",
|
| + "//components/ownership:unit_tests",
|
| + ]
|
| }
|
|
|
| # TODO(GYP) need this target.
|
|
|