| Index: remoting/client/BUILD.gn
|
| diff --git a/remoting/client/BUILD.gn b/remoting/client/BUILD.gn
|
| index 7d96c30ec1dda40a6cecea3de356535adad58d38..8984311082dc55910a119b6c3f9218d51cf9479f 100644
|
| --- a/remoting/client/BUILD.gn
|
| +++ b/remoting/client/BUILD.gn
|
| @@ -16,6 +16,7 @@ source_set("client") {
|
| configs += [
|
| "//build/config/compiler:wexit_time_destructors",
|
| "//remoting:version",
|
| + "//remoting:webrtc",
|
| ]
|
|
|
| deps = [
|
| @@ -58,7 +59,10 @@ source_set("unit_tests") {
|
| ]
|
| set_sources_assignment_filter(sources_assignment_filter)
|
|
|
| - configs += [ "//remoting:version" ]
|
| + configs += [
|
| + "//remoting:version",
|
| + "//remoting:webrtc",
|
| + ]
|
|
|
| deps = [
|
| ":client",
|
|
|