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

Unified Diff: remoting/BUILD.gn

Issue 2065313002: Fix //net:test_support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« extensions/BUILD.gn ('K') | « net/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/BUILD.gn
diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn
index 0d77c07202464e17b5a11a53ee5b267849bf637b..2299dd336109cb7bff102187e364ca7cdc9c22d4 100644
--- a/remoting/BUILD.gn
+++ b/remoting/BUILD.gn
@@ -156,12 +156,6 @@ if (!is_mac) {
"//build/config/compiler:no_size_t_to_int_warning",
]
- data = [
- "//net/data/ssl/certificates/ok_cert.pem",
- "//net/data/ssl/certificates/unittest.key.bin",
- "//net/data/ssl/certificates/unittest.selfsigned.der",
- ]
-
deps = [
":test_support",
"//base",
@@ -176,6 +170,10 @@ if (!is_mac) {
"//third_party/webrtc",
]
+ data_deps = [
+ "//net:test_support",
+ ]
+
if (enable_remoting_host) {
deps += [
"//remoting/codec:unit_tests",
« extensions/BUILD.gn ('K') | « net/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698