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

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

Issue 2473103005: Application group identifier should respect ios_app_bundle_id_prefix. (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | 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 7161f884829245f30f23f86983d6d4376df8e189..735962e478353d3038d3ce5a9fdf3db881071281 100644
--- a/ios/chrome/common/app_group/BUILD.gn
+++ b/ios/chrome/common/app_group/BUILD.gn
@@ -2,6 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//build/config/ios/ios_sdk.gni")
+
source_set("app_group") {
sources = [
"app_group_constants.h",
@@ -14,6 +16,8 @@ source_set("app_group") {
"//base",
"//components/version_info",
]
+
+ 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 | « no previous file | ios/chrome/common/app_group/app_group_constants.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698