| Index: ios/clean/chrome/app/BUILD.gn
|
| diff --git a/ios/clean/chrome/app/BUILD.gn b/ios/clean/chrome/app/BUILD.gn
|
| index 35525d826e70e2745b08f774699f39851c85006e..3e02dd287c0c467187dcf30d2a36925e5f4c6407 100644
|
| --- a/ios/clean/chrome/app/BUILD.gn
|
| +++ b/ios/clean/chrome/app/BUILD.gn
|
| @@ -40,7 +40,7 @@ ios_app_bundle("chrome_clean_skeleton") {
|
| bundle_deps = [ "//ios/chrome/app/resources" ]
|
|
|
| extra_substitutions = [
|
| - "CHROMIUM_BUNDLE_ID=$chromium_bundle_id",
|
| + "CHROMIUM_BUNDLE_ID=$output_name",
|
| "CHROMIUM_SHORT_NAME=$chromium_short_name",
|
| "CHROMIUM_URL_SCHEME_1=$url_unsecure_scheme",
|
| "CHROMIUM_URL_SCHEME_2=$url_secure_scheme",
|
|
|