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

Unified Diff: webrtc/rtc_tools/network_tester/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/BUILD.gn ('k') | webrtc/sdk/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_tools/network_tester/BUILD.gn
diff --git a/webrtc/rtc_tools/network_tester/BUILD.gn b/webrtc/rtc_tools/network_tester/BUILD.gn
index 4a262fc9be587741adb352c22b7944ef8ef17f0c..53da96722997e5c99649b4ce31b721f70053acc6 100644
--- a/webrtc/rtc_tools/network_tester/BUILD.gn
+++ b/webrtc/rtc_tools/network_tester/BUILD.gn
@@ -118,6 +118,10 @@ if (rtc_enable_protobuf) {
# Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
}
+
+ if (is_ios || is_mac) {
+ deps += [ "../../rtc_base:rtc_base_apple" ]
+ }
}
}
« no previous file with comments | « webrtc/rtc_tools/BUILD.gn ('k') | webrtc/sdk/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698