Index: components/ui/zoom/BUILD.gn |
diff --git a/components/ui/zoom/BUILD.gn b/components/ui/zoom/BUILD.gn |
index 1b5d7c35f982f09b12cc4a73df8e1aa186cd6f32..d1d5b00437dae80d60749885fa485ecc010dab24 100644 |
--- a/components/ui/zoom/BUILD.gn |
+++ b/components/ui/zoom/BUILD.gn |
@@ -27,11 +27,11 @@ source_set("zoom") { |
] |
} |
-source_set("zoom_test_utils") { |
+source_set("test_support") { |
testonly = true |
sources = [ |
- "zoom_test_utils.cc", |
- "zoom_test_utils.h", |
+ "test/zoom_test_utils.cc", |
+ "test/zoom_test_utils.h", |
] |
deps = [ |
":zoom", |