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

Unified Diff: chrome/installer/mac/sign_app.sh.in

Issue 1315163004: Remove the unused helper apps on OS X. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Drop a one line whitespace change. Created 5 years, 4 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 | « chrome/common/chrome_constants.cc ('k') | chrome/installer/mac/sign_versioned_dir.sh.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/mac/sign_app.sh.in
diff --git a/chrome/installer/mac/sign_app.sh.in b/chrome/installer/mac/sign_app.sh.in
index c289f82a3937c4e6acc8f64f2f06bed6fc5b4fa8..21256567a96b16a3d2178b31caf818899c8eaa6e 100644
--- a/chrome/installer/mac/sign_app.sh.in
+++ b/chrome/installer/mac/sign_app.sh.in
@@ -43,8 +43,6 @@ browser_app="${app_path}"
framework="${versioned_dir}/@MAC_PRODUCT_NAME@ Framework.framework"
crashpad_handler="${framework}/Helpers/crashpad_handler"
helper_app="${versioned_dir}/@MAC_PRODUCT_NAME@ Helper.app"
-helper_eh_app="${versioned_dir}/@MAC_PRODUCT_NAME@ Helper EH.app"
-helper_np_app="${versioned_dir}/@MAC_PRODUCT_NAME@ Helper NP.app"
requirement_string="\
designated => \
@@ -67,8 +65,6 @@ codesign --display -r- -vvvvvv "${browser_app}"
codesign --verify --deep -vvvvvv "${crashpad_handler}"
codesign --verify -vvvvvv "${framework}"
codesign --verify --deep -vvvvvv "${helper_app}"
-codesign --verify --deep -vvvvvv "${helper_eh_app}"
-codesign --verify --deep -vvvvvv "${helper_np_app}"
codesign --verify --deep --no-strict -vvvvvv "${browser_app}"
# Verify with spctl, which uses the same rules that Gatekeeper does for
« no previous file with comments | « chrome/common/chrome_constants.cc ('k') | chrome/installer/mac/sign_versioned_dir.sh.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698