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

Unified Diff: webrtc/BUILD.gn

Issue 2550273003: Moved call.h and most of api/call/* into call/ (Closed)
Patch Set: Added <set> include after presubmit complained. Created 4 years 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 | « no previous file | 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 fc7885ed63cf958dfaf5035adfac3e2e4ae90386..203c273f35d3b2d589f189f7f7b83a19e5d2d419 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -229,6 +229,9 @@ if (!build_with_chromium) {
# TODO(kjellander): Remove this whenever possible. GN's static_library
# target type requires at least one object to avoid errors linking.
"build/no_op_function.cc",
+
+ # TODO(ossu): Keep this here until donwstream projects have updated.
+ # http://bugs.webrtc.org/6716
"call.h",
"config.h",
« no previous file with comments | « no previous file | webrtc/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698