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

Unified Diff: lib/dom/scripts/go.sh

Issue 10800104: Convert DOM and HTML frog to dart2js. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 5 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 | « lib/dom/scripts/generator.py ('k') | lib/dom/scripts/systemdart2js.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/scripts/go.sh
===================================================================
--- lib/dom/scripts/go.sh (revision 9862)
+++ lib/dom/scripts/go.sh (working copy)
@@ -19,7 +19,7 @@
#
# To generate a subset of systems:
#
-# ./go.sh frog,htmlfrog
+# ./go.sh dart2js,htmldart2js
#
# The following gives a picture of the changes due to 'work'
#
@@ -36,7 +36,7 @@
shift
fi
-ALLSYSTEMS="frog,dummy,htmlfrog,htmldartium"
+ALLSYSTEMS="dart2js,dummy,htmldart2js,htmldartium"
SYSTEMS="$ALLSYSTEMS"
if [[ "$1" != "" ]] ; then
« no previous file with comments | « lib/dom/scripts/generator.py ('k') | lib/dom/scripts/systemdart2js.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698