| Index: ash/BUILD.gn
|
| diff --git a/ash/BUILD.gn b/ash/BUILD.gn
|
| index a11f7f0ce0bfcced4811859b26d0f15d94310120..97b73bcc0920dbabff99798d730d84b7c59498ba 100644
|
| --- a/ash/BUILD.gn
|
| +++ b/ash/BUILD.gn
|
| @@ -104,6 +104,7 @@ component("ash") {
|
| deps += [
|
| "//chromeos",
|
| "//chromeos:power_manager_proto",
|
| + "//components/quirks",
|
| "//device/bluetooth",
|
|
|
| # TODO(msw): Remove this; only ash_with_content should depend on webkit.
|
| @@ -424,7 +425,9 @@ test("ash_unittests") {
|
| "//chromeos",
|
| "//chromeos:power_manager_proto",
|
| "//chromeos:test_support_without_gmock",
|
| + "//components/quirks",
|
| "//device/bluetooth",
|
| + "//net:net",
|
| "//ui/chromeos:ui_chromeos",
|
| "//ui/display",
|
| "//ui/display:test_support",
|
|
|