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

Unified Diff: webrtc/examples/BUILD.gn

Issue 2344623002: GN: Change group deps to public_deps. (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « webrtc/api/BUILD.gn ('k') | webrtc/libjingle/xmllite/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « webrtc/api/BUILD.gn ('k') | webrtc/libjingle/xmllite/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698