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

Unified Diff: chrome_mac/Google Chrome Packaging/dmgdiffer.sh

Issue 310483004: Roll reference builds to 35.0.1916.114. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 6 years, 7 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
Index: chrome_mac/Google Chrome Packaging/dmgdiffer.sh
===================================================================
--- chrome_mac/Google Chrome Packaging/dmgdiffer.sh (revision 273864)
+++ chrome_mac/Google Chrome Packaging/dmgdiffer.sh (working copy)
@@ -243,18 +243,6 @@
exit 13
fi
- local patch_keychain_reauthorize_dir="${patch_fs}/.keychain_reauthorize"
- if ! mkdir "${patch_keychain_reauthorize_dir}"; then
- err "could not mkdir patch_keychain_reauthorize_dir"
- exit 13
- fi
-
- if ! cp -p "${SCRIPT_DIR}/.keychain_reauthorize/${old_app_bundleid}" \
- "${patch_keychain_reauthorize_dir}/${old_app_bundleid}"; then
- err "could not copy keychain_reauthorize"
- exit 13
- fi
-
local patch_dotpatch_dir="${patch_fs}/.patch"
if ! mkdir "${patch_dotpatch_dir}"; then
err "could not mkdir patch_dotpatch_dir"
« no previous file with comments | « chrome_mac/Google Chrome Packaging/app_resource_rules.plist ('k') | chrome_mac/Google Chrome Packaging/generate_dmgs » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698