summaryrefslogtreecommitdiffstats
path: root/third_party/libjingle
diff options
context:
space:
mode:
authorjbroman <jbroman@chromium.org>2016-01-05 16:00:27 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-06 00:01:25 +0000
commitfba6f61909cdc2fcff66ccb1f9d6f5ab71e3ab03 (patch)
tree1fb5de7698b835d8044b92c5cc79e34380b5e55d /third_party/libjingle
parent4ba8f7c1f4acc1c10c9bc18bc6c8b9db324c2d65 (diff)
downloadchromium_src-fba6f61909cdc2fcff66ccb1f9d6f5ab71e3ab03.zip
chromium_src-fba6f61909cdc2fcff66ccb1f9d6f5ab71e3ab03.tar.gz
chromium_src-fba6f61909cdc2fcff66ccb1f9d6f5ab71e3ab03.tar.bz2
GN: Make :libjingle_webrtc_common a public dep of :libjingle_webrtc.
It looks like :libjingle_webrtc is the target intended for outside consumption, and so clients should see headers in :libjingle_webrtc_common as "part of" :libjingle_webrtc. This resolves 22 errors in `gn check out/Default //content/renderer/*`. Review URL: https://codereview.chromium.org/1564473002 Cr-Commit-Position: refs/heads/master@{#367706}
Diffstat (limited to 'third_party/libjingle')
-rw-r--r--third_party/libjingle/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libjingle/BUILD.gn b/third_party/libjingle/BUILD.gn
index 5a2510a..d78a0a2 100644
--- a/third_party/libjingle/BUILD.gn
+++ b/third_party/libjingle/BUILD.gn
@@ -287,7 +287,7 @@ if (enable_webrtc) {
]
configs += [ ":jingle_unexported_configs" ]
public_configs = [ ":jingle_public_configs" ]
- deps = [
+ public_deps = [
":libjingle_webrtc_common",
]
}