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

Unified Diff: gallery/cws/cws_package.sh

Issue 12088091: Remove legacy docs and gallery (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 7 years, 11 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 | « gallery/cws/README ('k') | gallery/cws/images/NaCl128.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gallery/cws/cws_package.sh
diff --git a/gallery/cws/cws_package.sh b/gallery/cws/cws_package.sh
deleted file mode 100755
index 9785c81b0ca3e117ce2fd162979c0af2d3df0507..0000000000000000000000000000000000000000
--- a/gallery/cws/cws_package.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright (c) 2011 The Native Client Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-#
-# This script is used to package up the necessary files to put the NaCl gallery
-# in the Chrome Web Store
-#
-# usage: ./cws_package.sh [outputname]
-
-IMAGES="images/NaCl16.png images/NaCl128.png"
-MANIFEST="manifest.json"
-ZIP_NAME="nacl-gallery-app.zip"
-
-if [ "$1" ] ; then
- ZIP_NAME=$1
-fi
-
-zip ${ZIP_NAME} -r ${IMAGES} ${MANIFEST}
« no previous file with comments | « gallery/cws/README ('k') | gallery/cws/images/NaCl128.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698