Index: chrome/test/BUILD.gn |
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn |
index 389a7196a539b561165f711e813e0e4d79c9b622..08fe8d875aa606f3b1fbcc6c3ba0db57a74fa249 100644 |
--- a/chrome/test/BUILD.gn |
+++ b/chrome/test/BUILD.gn |
@@ -901,12 +901,6 @@ test("browser_tests") { |
if (is_win) { |
data += [ "$root_out_dir/chrome_200_percent.pak" ] |
} |
- if (is_mac) { |
- data += [ |
- "$root_out_dir/chrome_material_100_percent.pak", |
- "$root_out_dir/chrome_material_200_percent.pak", |
- ] |
- } |
if (is_chromeos) { |
data += [ |
# TODO(GYP): figure out which of these things are |