Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Unified Diff: ios/chrome/common/app_group/BUILD.gn

Issue 2570043002: [ios] Adds a buildflag for the ios_app_bundle_id_prefix. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698