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

Unified Diff: ios/clean/chrome/app/BUILD.gn

Issue 2754203003: Give CSChromium its own bundle identifier. (Closed)
Patch Set: Created 3 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/clean/chrome/app/BUILD.gn
diff --git a/ios/clean/chrome/app/BUILD.gn b/ios/clean/chrome/app/BUILD.gn
index 35525d826e70e2745b08f774699f39851c85006e..3e02dd287c0c467187dcf30d2a36925e5f4c6407 100644
--- a/ios/clean/chrome/app/BUILD.gn
+++ b/ios/clean/chrome/app/BUILD.gn
@@ -40,7 +40,7 @@ ios_app_bundle("chrome_clean_skeleton") {
bundle_deps = [ "//ios/chrome/app/resources" ]
extra_substitutions = [
- "CHROMIUM_BUNDLE_ID=$chromium_bundle_id",
+ "CHROMIUM_BUNDLE_ID=$output_name",
"CHROMIUM_SHORT_NAME=$chromium_short_name",
"CHROMIUM_URL_SCHEME_1=$url_unsecure_scheme",
"CHROMIUM_URL_SCHEME_2=$url_secure_scheme",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698