Index: chrome/test/BUILD.gn |
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn |
index 3bbf49e76822764d7006ac74ef388d3111beaf36..38a0731cb46e1a181e25d099bafc09d2a09dd087 100644 |
--- a/chrome/test/BUILD.gn |
+++ b/chrome/test/BUILD.gn |
@@ -470,6 +470,7 @@ if (!is_android) { |
deps += [ |
"//ash/resources", |
+ "//ash/wm/common/resources", |
"//chromeos", |
] |
@@ -1881,6 +1882,7 @@ test("unit_tests") { |
"//ash:test_support", |
"//ash/resources", |
"//ash/strings", |
+ "//ash/wm/common/resources", |
] |
# We eventually want to compile both in Win Aura builds, see |