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

Unified Diff: net/BUILD.gn

Issue 979643002: Fix the following browser_tests in the Linux GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index fd27722664395bf6b120aad51f7d6599569bb7c3..9f788b530b3d5122fe2fe56fdf2eef396fb2e224 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -703,6 +703,10 @@ source_set("test_support") {
"//url",
]
+ if (!is_ios) {
+ public_deps += [ "//third_party/protobuf:py_proto" ]
+ }
+
if (!use_openssl && (use_nss_certs || is_ios)) {
public_deps += [ "//crypto:platform" ]
}
@@ -942,7 +946,6 @@ if (!is_ios && !is_android) {
deps = [
":net", # TODO(brettw) bug 363749: this shouldn't be necessary. It's not
# in the GYP build, and can be removed when the bug is fixed.
-
":test_support",
"//base",
"//base/test:test_support",
« chrome/test/BUILD.gn ('K') | « chrome/test/BUILD.gn ('k') | net/test/python_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698