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

Unified Diff: src/scripts/build_chrome.sh

Issue 490001: make cryptohome check a magic file to discern between chrome-login and slim-login (Closed)
Patch Set: mount error handlers already assumed common worked Created 11 years 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 | « src/platform/cryptohome/lib/common ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scripts/build_chrome.sh
diff --git a/src/scripts/build_chrome.sh b/src/scripts/build_chrome.sh
index cc2eff8700271f462a9f044a753fac59394039ff..a0dfe1904be6d87434ae28d28a5a380fae30f1a3 100755
--- a/src/scripts/build_chrome.sh
+++ b/src/scripts/build_chrome.sh
@@ -66,9 +66,10 @@ ln -s $BUILD_DIR/$FLAGS_mode $CHROME_LINUX_DIR
echo Zipping $CHROME_LINUX_DIR to $OUTPUT_ZIP
cd $BUILD_DIR
rm -f $OUTPUT_ZIP
-zip -r9 $OUTPUT_ZIP chrome-chromeos -i "chrome-chromeos/chrome*" \
+zip -r1 $OUTPUT_ZIP chrome-chromeos -i "chrome-chromeos/chrome*" \
"chrome-chromeos/libffmpegsumo.so" "chrome-chromeos/xdg-settings" \
"chrome-chromeos/locales/*" "chrome-chromeos/resources/*" \
- "chrome-chromeos/*.png" -x "*.d"
+ "chrome-chromeos/*.png" "chrome-chromeos/session" \
+ "chrome-chromeos/emit-login-prompt-ready" -x "*.d"
cp -f $OUTPUT_ZIP $OUTPUT_DIR
echo Done.
« no previous file with comments | « src/platform/cryptohome/lib/common ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698