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

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: Moved to common/. 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
« no previous file with comments | « ios/chrome/common/BUILD.gn ('k') | ios/chrome/common/app_group/app_group_constants.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ios/chrome/common/BUILD.gn ('k') | ios/chrome/common/app_group/app_group_constants.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698