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

Unified Diff: webrtc/build/webrtc.gni

Issue 2633643003: Finalize the support for building WebRTC library for iOS with bitcode (Closed)
Patch Set: Created 3 years, 11 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/build/ios/build_ios_libs.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/build/webrtc.gni
diff --git a/webrtc/build/webrtc.gni b/webrtc/build/webrtc.gni
index 8a460f5d7ecc457a97a9e43b94c80baa305e048f..dfc1eac1c281b54ae083ca5e59d7b9c74598ecd2 100644
--- a/webrtc/build/webrtc.gni
+++ b/webrtc/build/webrtc.gni
@@ -192,10 +192,6 @@ rtc_common_configs = [ webrtc_root + ":common_config" ]
# depending on the target having this config.
rtc_common_inherited_config = webrtc_root + ":common_inherited_config"
-if (is_ios) {
- rtc_common_configs += [ webrtc_root + "/build/ios:rtc_ios_common_config" ]
-}
-
# Common configs to remove or add in all rtc targets.
rtc_remove_configs = []
rtc_add_configs = rtc_common_configs
« no previous file with comments | « webrtc/build/ios/build_ios_libs.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698