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

Unified Diff: webrtc/examples/BUILD.gn

Issue 2976363002: Decoupling rtc_base from apple specific code [without cyclic deps] (Closed)
Patch Set: fixing network_tester_server Created 3 years, 5 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 | « webrtc/common_video/BUILD.gn ('k') | webrtc/media/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/examples/BUILD.gn
diff --git a/webrtc/examples/BUILD.gn b/webrtc/examples/BUILD.gn
index 726b5ba0a5da1f38493f8237e7589fe070ab7cf9..d65736104f66fe298c0cdf47bf3b64bf1d264a6c 100644
--- a/webrtc/examples/BUILD.gn
+++ b/webrtc/examples/BUILD.gn
@@ -439,6 +439,7 @@ if (is_ios || (is_mac && target_cpu != "x86")) {
]
deps = [
":apprtcmobile_test_sources",
+ "../rtc_base:rtc_base_apple",
]
ldflags = [ "-all_load" ]
}
@@ -670,5 +671,9 @@ if (!build_with_chromium) {
"../p2p:rtc_p2p",
"../system_wrappers:field_trial_default",
]
+
+ if (is_ios || is_mac) {
+ deps += [ "../rtc_base:rtc_base_apple" ]
+ }
}
}
« no previous file with comments | « webrtc/common_video/BUILD.gn ('k') | webrtc/media/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698