| Index: webrtc/examples/BUILD.gn
|
| diff --git a/webrtc/examples/BUILD.gn b/webrtc/examples/BUILD.gn
|
| index 8cd301e806be3a683d9bc9c7c3f66f9c1377c55e..d05a0c79fdb803a70564e61cfd11ee6542c95f79 100644
|
| --- a/webrtc/examples/BUILD.gn
|
| +++ b/webrtc/examples/BUILD.gn
|
| @@ -20,13 +20,13 @@ if (is_linux) {
|
| }
|
|
|
| group("examples") {
|
| - deps = []
|
| + public_deps = []
|
|
|
| if (is_android) {
|
| - deps += [ ":AppRTCDemo" ]
|
| + public_deps += [ ":AppRTCDemo" ]
|
| }
|
| if (is_linux) {
|
| - deps += [
|
| + public_deps += [
|
| ":peerconnection_client",
|
| ":peerconnection_server",
|
| ":relayserver",
|
|
|