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

Unified Diff: webrtc/BUILD.gn

Issue 2426563003: Moved transport.h from webrtc/ to webrtc/api, created build target and updated dependencies. (Closed)
Patch Set: Remove mentions of GYP. 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') | webrtc/transport.h » ('J')
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 17e3c2ac88af830ea03345c7560835bf4a6a39c5..c7edf4ca347b9304792bf457cdbce33cc8010820 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -231,6 +231,10 @@ 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
kwiberg-webrtc 2016/11/25 12:16:26 Link to the bug from here too.
"transport.h",
]
@@ -239,6 +243,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') | webrtc/transport.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698