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

Unified Diff: samples/isolate_html/deploy.sh

Issue 23868034: Remove spawnDomFunction from dart:html (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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 | « samples/isolate_html/app.yaml ('k') | samples/isolate_html/isolate_sample.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/isolate_html/deploy.sh
diff --git a/samples/isolate_html/deploy.sh b/samples/isolate_html/deploy.sh
deleted file mode 100755
index 64af809e0650f5c60f448f3aba7544332e0ef647..0000000000000000000000000000000000000000
--- a/samples/isolate_html/deploy.sh
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
-# for details. All rights reserved. Use of this source code is governed by a
-# BSD-style license that can be found in the LICENSE file.
-
-# Copies files into directory structure needed for appengine.
-
-OUT_DIR="../../out/"
-DEPLOY_DIR="${OUT_DIR}isolate_deploy_dir/"
-RESOURCES_DIR="${DEPLOY_DIR}resources/"
-
-echo "deploying to ${DEPLOY_DIR}"
-
-set -x
-mkdir -p $RESOURCES_DIR
-mkdir -p ${RESOURCES_DIR}samples/isolate
-cp ${OUT_DIR}/Debug_dartc/obj.target/geni/samples/isolate/isolate_sample.app/samples/isolate/isolate_sample.app.js ${RESOURCES_DIR}/samples/isolate/isolate_sample.js
-
-cp -r ../../base ${RESOURCES_DIR}
-cp -r ../../dom ${RESOURCES_DIR}
-cp -r ../../observable ${RESOURCES_DIR}
-cp -r ../../util ${RESOURCES_DIR}
-cp -r ../../samples/isolate ${RESOURCES_DIR}samples/
-cp app.yaml ${DEPLOY_DIR}
-cp main.py ${DEPLOY_DIR}
« no previous file with comments | « samples/isolate_html/app.yaml ('k') | samples/isolate_html/isolate_sample.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698