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

Unified Diff: webrtc/test/ios/Info.plist

Issue 2447263003: Roll chromium_revision 9b5bb47fa0..04e7c673d9 (426837:427632) (Closed)
Patch Set: Fixes for iOS and Android Created 4 years, 2 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 | « setup_links.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/ios/Info.plist
diff --git a/webrtc/test/ios/Info.plist b/webrtc/test/ios/Info.plist
index 3adbe7cff697c0d212c16e18d692b0ae8c8a3582..4f6ae5875417b064e051420d47dd9e778e8f38a8 100644
--- a/webrtc/test/ios/Info.plist
+++ b/webrtc/test/ios/Info.plist
@@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
- <string>com.google.gtest.${BUNDLE_ID_TEST_NAME:rfc1034identifier}</string>
+ <string>${IOS_BUNDLE_ID_PREFIX}.gtest.${GTEST_BUNDLE_ID_SUFFIX:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
« no previous file with comments | « setup_links.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698