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

Unified Diff: webrtc/modules/BUILD.gn

Issue 2359863003: Add custom info.plist to modules_unittests (Closed)
Patch Set: trim some XML bloat Created 4 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 | « no previous file | webrtc/test/ios/Info.plist » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/BUILD.gn
diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn
index 8fb9f86d14a153e6656be258525a039069a78cc8..25149fe1d4671ea298464a1d153d79875ac33b6b 100644
--- a/webrtc/modules/BUILD.gn
+++ b/webrtc/modules/BUILD.gn
@@ -683,6 +683,7 @@ if (rtc_include_tests) {
shard_timeout = 900
}
if (is_ios) {
+ info_plist = "//webrtc/test/ios/Info.plist"
deps += [ ":modules_unittests_bundle_data" ]
configs += [
"..:common_objc",
« no previous file with comments | « no previous file | webrtc/test/ios/Info.plist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698