Index: ash/BUILD.gn |
diff --git a/ash/BUILD.gn b/ash/BUILD.gn |
index 31aaeba835b1b544a56ccaa02b1361240b24c7f6..9c7cdd0826c511ab22870989220eae653ae3ff7e 100644 |
--- a/ash/BUILD.gn |
+++ b/ash/BUILD.gn |
@@ -105,6 +105,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. |
@@ -425,7 +426,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", |