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

Unified Diff: build/config/ios/rules.gni

Issue 2441793002: Use "Organization Identifier" as prefix for gtest CFBundleIdentifier. (Closed)
Patch Set: Fix ios_chrome_unittests Created 4 years, 2 months 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 | testing/gtest_ios/unittest-Info.plist » ('j') | testing/gtest_ios/unittest-Info.plist » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/ios/rules.gni
diff --git a/build/config/ios/rules.gni b/build/config/ios/rules.gni
index f2634569cce4cd62be8a39dd43f536338dae4593..ada465a9bd56623e880e116671fb6910d9bbfdbd 100644
--- a/build/config/ios/rules.gni
+++ b/build/config/ios/rules.gni
@@ -295,6 +295,7 @@ template("ios_info_plist") {
extra_substitutions = invoker.extra_substitutions
}
extra_substitutions += [
+ "IOS_BUNDLE_ID_PREFIX=$ios_app_bundle_id_prefix",
"IOS_DEPLOYMENT_TARGET=$ios_deployment_target",
"IOS_PLATFORM_BUILD=$ios_platform_build",
"IOS_PLATFORM_NAME=$ios_sdk_name",
« no previous file with comments | « no previous file | testing/gtest_ios/unittest-Info.plist » ('j') | testing/gtest_ios/unittest-Info.plist » ('J')

Powered by Google App Engine
This is Rietveld 408576698