Respect ios_app_bundle_id_prefix for ios/web/shell and EarlGrey tests.
BUG=613543 Review-Url: https://codereview.chromium.org/2454773003 Cr-Original-Commit-Position: refs/heads/master@{#428335} Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src Cr-Mirrored-Commit: b1c17c347cc53041178a0f598a3edb1cef108d44
This commit is contained in:
Родитель
e889492a86
Коммит
2d3cfed0c4
|
@ -9,7 +9,7 @@
|
|||
<key>CFBundleExecutable</key>
|
||||
<string>${EXECUTABLE_NAME}</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.chromium.test.ios_web_shell_test_host</string>
|
||||
<string>${IOS_BUNDLE_ID_PREFIX}.test.ios_web_shell_test_host</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<key>CFBundleExecutable</key>
|
||||
<string>${EXECUTABLE_NAME}</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.chromium.test.ios_web_shell_test_host.ios_web_shell_test</string>
|
||||
<string>${IOS_BUNDLE_ID_PREFIX}.test.ios_web_shell_test_host.ios_web_shell_test</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
|
|
Загрузка…
Ссылка в новой задаче