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

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

Issue 10442021: Remove 'native' from ALLSYSTEMS list (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/scripts/go.sh
diff --git a/lib/dom/scripts/go.sh b/lib/dom/scripts/go.sh
index c8c0f991f552e3b8fba635addd36a5a0790e82f2..03ca8b9f2775be10a56b5515717756c6c5e86a1a 100755
--- a/lib/dom/scripts/go.sh
+++ b/lib/dom/scripts/go.sh
@@ -36,7 +36,7 @@ if [[ "$1" == "--cached" ]] ; then
shift
fi
-ALLSYSTEMS="frog,dummy,native,htmlfrog,htmldartium,native"
+ALLSYSTEMS="frog,dummy,htmlfrog,htmldartium"
SYSTEMS="$ALLSYSTEMS"
if [[ "$1" != "" ]] ; then
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698