Index: net/BUILD.gn |
diff --git a/net/BUILD.gn b/net/BUILD.gn |
index 020e7d170fc60753f06f48d85b43cd75bceac719..2ec018997b0d04d4e7efa5be595de5882d7943f2 100644 |
--- a/net/BUILD.gn |
+++ b/net/BUILD.gn |
@@ -632,6 +632,10 @@ source_set("test_support") { |
":test_support_bundle_data", |
] |
+ data = [ |
+ "data/", |
+ ] |
+ |
if (!is_ios) { |
public_deps += [ "//third_party/protobuf:py_proto" ] |
} |
@@ -1429,9 +1433,7 @@ test("net_unittests") { |
"//url:url_features", |
] |
- data = [ |
- "data/", |
- ] |
+ data = [] |
data_deps = [ |
"third_party/nist-pkits/", |
] |