summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authorkjellander <kjellander@chromium.org>2015-01-26 11:29:46 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-26 19:30:44 +0000
commit7c9149860a8a0ca24350d2e80dbc280990a0cbb7 (patch)
tree2ab740da1297bc6492bd5abbf934976cfed65aa3 /third_party
parent19669894e93f9279e860d9fff6a54f6cd042acd7 (diff)
downloadchromium_src-7c9149860a8a0ca24350d2e80dbc280990a0cbb7.zip
chromium_src-7c9149860a8a0ca24350d2e80dbc280990a0cbb7.tar.gz
chromium_src-7c9149860a8a0ca24350d2e80dbc280990a0cbb7.tar.bz2
GN: Change webrtc_base -> rtc_base
The target was renamed in GYP a while back and in https://code.google.com/p/webrtc/source/detail?r=8117 for GN. This is the last reference left using the 'webrtc_base' target name. TBR=tommi@chromium.org Review URL: https://codereview.chromium.org/868573003 Cr-Commit-Position: refs/heads/master@{#313100}
Diffstat (limited to 'third_party')
-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 32877f7..6357b92 100644
--- a/third_party/libjingle/BUILD.gn
+++ b/third_party/libjingle/BUILD.gn
@@ -260,7 +260,7 @@ static_library("libjingle") {
":jingle_deps",
]
deps = [
- "//third_party/webrtc/base:webrtc_base",
+ "//third_party/webrtc/base:rtc_base",
":libjingle_p2p_constants",
]