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

Unified Diff: build/config/ios/Module-Info.plist

Issue 2473103006: Rename XCTests test main target and output. (Closed)
Patch Set: Rebase Created 4 years, 1 month 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/config/ios/Host-Info.plist ('k') | build/config/ios/rules.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/ios/Module-Info.plist
diff --git a/build/config/ios/Module-Info.plist b/build/config/ios/Module-Info.plist
index b801eb113afec9cb4194e981b0058532e2d3d626..63953d62119ec6fded70b453085f04ab0d181fb9 100644
--- a/build/config/ios/Module-Info.plist
+++ b/build/config/ios/Module-Info.plist
@@ -5,9 +5,9 @@
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
- <string>${EXECUTABLE_NAME}</string>
+ <string>${MODULE_NAME}</string>
<key>CFBundleIdentifier</key>
- <string>${IOS_BUNDLE_ID_PREFIX}.test.ios_web_shell_test_host.ios_web_shell_test</string>
+ <string>${IOS_BUNDLE_ID_PREFIX}.test.${EXECUTABLE_NAME:rfc1034identifier}.${MODULE_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
« no previous file with comments | « build/config/ios/Host-Info.plist ('k') | build/config/ios/rules.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698