| Index: ash/BUILD.gn
|
| diff --git a/ash/BUILD.gn b/ash/BUILD.gn
|
| index a11f7f0ce0bfcced4811859b26d0f15d94310120..53c78e9126c1476112df9fd0dacf55ffdc49d557 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,6 +425,7 @@ test("ash_unittests") {
|
| "//chromeos",
|
| "//chromeos:power_manager_proto",
|
| "//chromeos:test_support_without_gmock",
|
| + "//components/quirks",
|
| "//device/bluetooth",
|
| "//ui/chromeos:ui_chromeos",
|
| "//ui/display",
|
|
|