| 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..814ce488a14247eddd51f172c77890c03dbe9da8 100644
|
| --- a/ios/chrome/common/app_group/BUILD.gn
|
| +++ b/ios/chrome/common/app_group/BUILD.gn
|
| @@ -15,10 +15,9 @@ source_set("app_group") {
|
|
|
| deps = [
|
| "//base",
|
| + "//build/config/ios:ios_app_bundle_id_prefix_header",
|
| "//components/version_info",
|
| ]
|
| -
|
| - defines = [ "IOS_BUNDLE_ID_PREFIX=\"$ios_app_bundle_id_prefix\"" ]
|
| }
|
|
|
| # This target will be included into application extensions and the list
|
|
|