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

Unified Diff: base/BUILD.gn

Issue 1320643004: Removing unneeded webrtc dependencies on iOS. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git@master
Patch Set: git-cl owners Created 5 years, 3 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 | « BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 027fa45a0175d8e3fe949f595990a74a40574cc8..f43b42924bdb809c86687567614b479a99e30fdb 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -535,7 +535,7 @@ static_library("rtc_base") {
}
if (is_ios) {
- all_dependent_configs += [ ":ios_config" ]
+ all_dependent_configs = [ ":ios_config" ]
sources += [
"macconversion.cc",
« no previous file with comments | « BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698