commit | 14897d0b7d649b74b0fadb5d6886b17da142ece9 | [log] [tgz] |
---|---|---|
author | katrielc <katrielc@webrtc.org> | Fri Jun 03 13:14:28 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Fri Jun 03 20:14:37 2016 +0000 |
tree | fbad19ad562480d44a77435f0f5ff2b4d8ae0cc3 | |
parent | 5251680ec35cf6687fcee902a7aff3375fb0330b [diff] [blame] |
Add missing dependencies on audio, video and call to the new GN files. This caused linker failures when depending on the new `api` target. TBR=henrika@webrtc.org NOTRY=True Review-Url: https://codereview.webrtc.org/2029323006 Cr-Commit-Position: refs/heads/master@{#13042}
diff --git a/webrtc/api/BUILD.gn b/webrtc/api/BUILD.gn index f84010d..b7d87ef 100644 --- a/webrtc/api/BUILD.gn +++ b/webrtc/api/BUILD.gn
@@ -117,6 +117,7 @@ } deps = [ + "../call", "../media", "../pc", ]