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:
sdefresne 2016-10-28 04:40:27 -07:00 коммит произвёл Commit bot
Родитель e889492a86
Коммит 2d3cfed0c4
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -9,7 +9,7 @@
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string> <string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key> <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> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundleName</key> <key>CFBundleName</key>

Просмотреть файл

@ -7,7 +7,7 @@
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string> <string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key> <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> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundleName</key> <key>CFBundleName</key>