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

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

Issue 2053613002: Make the notification builder more XPC friendly (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase + Peter's comments Created 4 years, 6 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 | chrome/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/mac/rules.gni
diff --git a/build/config/mac/rules.gni b/build/config/mac/rules.gni
index a1c3c2ca16473849aab63d18cf8d05ce57e8d0b3..c91e12e46594109322eb21914578fbfc8357a34d 100644
--- a/build/config/mac/rules.gni
+++ b/build/config/mac/rules.gni
@@ -338,7 +338,7 @@ template("mac_app_bundle") {
":$_info_plist_bundle_data",
":$_pkg_info_bundle_data",
]
- product_type = "com.apple.product-type.application"
Robert Sesek 2016/06/17 12:46:16 Remove this change.
Miguel Garcia 2016/06/17 17:10:49 Done.
+
bundle_root_dir = "$root_out_dir/${_output_name}.app/Contents"
bundle_resources_dir = "$bundle_root_dir/Resources"
bundle_executable_dir = "$bundle_root_dir/MacOS"
« no previous file with comments | « no previous file | chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698