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

Unified Diff: webrtc/sdk/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/rtc_tools/network_tester/BUILD.gn ('k') | webrtc/stats/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sdk/BUILD.gn
diff --git a/webrtc/sdk/BUILD.gn b/webrtc/sdk/BUILD.gn
index d08a2f7f5689d4b5b238cb89f5ee033b44b0bdd5..43f736d6112bf7c675d1886b3e6f0c0a3ce8f2b9 100644
--- a/webrtc/sdk/BUILD.gn
+++ b/webrtc/sdk/BUILD.gn
@@ -64,6 +64,7 @@ if (is_ios || is_mac) {
deps = [
"../base:rtc_base",
+ "../rtc_base:rtc_base_apple",
]
configs += [ "..:common_objc" ]
@@ -620,6 +621,7 @@ if (is_ios || is_mac) {
":objc_peerconnection",
":objc_ui",
"../base:rtc_base_approved",
+ "../rtc_base:rtc_base_apple",
"../system_wrappers:field_trial_default",
"../system_wrappers:metrics_default",
]
« no previous file with comments | « webrtc/rtc_tools/network_tester/BUILD.gn ('k') | webrtc/stats/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698