Index: net/BUILD.gn |
diff --git a/net/BUILD.gn b/net/BUILD.gn |
index 7d25dd2c881af5b525c387df08842777bbdd1b4a..3abb78b8147420c00799936b227c81b095284861 100644 |
--- a/net/BUILD.gn |
+++ b/net/BUILD.gn |
@@ -630,6 +630,10 @@ source_set("test_support") { |
":test_support_bundle_data", |
] |
+ data = [ |
+ "data/", |
+ ] |
+ |
if (!is_ios) { |
public_deps += [ "//third_party/protobuf:py_proto" ] |
} |
@@ -1427,9 +1431,7 @@ test("net_unittests") { |
"//url:url_features", |
] |
- data = [ |
- "data/", |
- ] |
+ data = [] |
data_deps = [ |
"third_party/nist-pkits/", |
] |