| Index: ios/chrome/common/app_group/BUILD.gn
|
| diff --git a/ios/chrome/common/app_group/BUILD.gn b/ios/chrome/common/app_group/BUILD.gn
|
| index d2f945873f00920831cf62e77b393899e0fcedf7..10c0883d562a1c05c15e64564cc11828cf261fe4 100644
|
| --- a/ios/chrome/common/app_group/BUILD.gn
|
| +++ b/ios/chrome/common/app_group/BUILD.gn
|
| @@ -16,9 +16,8 @@ source_set("app_group") {
|
| deps = [
|
| "//base",
|
| "//components/version_info",
|
| + "//ios/chrome/common:ios_app_bundle_id_prefix_header",
|
| ]
|
| -
|
| - defines = [ "IOS_BUNDLE_ID_PREFIX=\"$ios_app_bundle_id_prefix\"" ]
|
| }
|
|
|
| # This target will be included into application extensions and the list
|
|
|