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

Unified Diff: webrtc/BUILD.gn

Issue 2916513002: Delete webrtc/call.h (replaced with webrtc/call/call.h). (Closed)
Patch Set: Drop call.h from webrtc:webrtc sources. Created 3 years, 6 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 | « PRESUBMIT.py ('k') | webrtc/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index 1a79a12db22afe2365fbb31e95bc55c0fae5d05f..991a7a3d0de1b15200ebcb2ea935ae929c878ee6 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -257,11 +257,7 @@ if (!build_with_chromium) {
# Only the root target should depend on this.
visibility = [ "//:default" ]
- sources = [
- # TODO(ossu): Keep this here until donwstream projects have updated.
- # http://bugs.webrtc.org/6716
- "call.h",
- ]
+ sources = []
complete_static_lib = true
defines = []
« no previous file with comments | « PRESUBMIT.py ('k') | webrtc/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698