| 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",
|
|
|