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

Unified Diff: webrtc/test/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
Index: webrtc/test/BUILD.gn
diff --git a/webrtc/test/BUILD.gn b/webrtc/test/BUILD.gn
index 126857b50c6612dedf72a52bbe9f7ad5a3eff30e..293f9be70a2b22d456359f3005cff4ec6e9a166c 100644
--- a/webrtc/test/BUILD.gn
+++ b/webrtc/test/BUILD.gn
@@ -330,6 +330,7 @@ rtc_source_set("test_common") {
":rtp_test_utils",
":test_support",
"..:webrtc_common",
+ "../api:transport_api",
"../audio",
"../base:rtc_base_approved",
"../call",

Powered by Google App Engine
This is Rietveld 408576698