Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(197)

Unified Diff: net/BUILD.gn

Issue 2065313002: Fix //net:test_support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/BUILD.gn ('k') | remoting/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/",
]
« no previous file with comments | « extensions/BUILD.gn ('k') | remoting/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698