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

Unified Diff: webrtc/BUILD.gn

Issue 2426563003: Moved transport.h from webrtc/ to webrtc/api, created build target and updated dependencies. (Closed)
Patch Set: Created issue webrtc:6785 as reminder and linked to it in comments. Created 4 years, 1 month 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 | « .gn ('k') | webrtc/api/BUILD.gn » ('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 76f51e59b0b369f32d0b223e4f48050d80d19b88..0bae0aad1ef1499d7c006fed0e656ee8287ad9ca 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -231,6 +231,11 @@ if (!build_with_chromium) {
"build/no_op_function.cc",
"call.h",
"config.h",
+
+ # TODO(aleloi): remove transport.h and the transport api
+ # dependency once clients have updated to the new transport
+ # location in webrtc/api/call/transport.h See
+ # http://bugs.webrtc.org/6785.
"transport.h",
]
@@ -239,6 +244,7 @@ if (!build_with_chromium) {
deps = [
":webrtc_common",
"api",
+ "api:transport_api",
"audio",
"base",
"call",
« no previous file with comments | « .gn ('k') | webrtc/api/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698