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

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

Issue 10987042: Speed up fremontcut/dartdomgenerator (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments Created 8 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 | « lib/html/scripts/fremontcutbuilder.py ('k') | lib/html/scripts/idlnode.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html/scripts/go.sh
diff --git a/lib/html/scripts/go.sh b/lib/html/scripts/go.sh
index bdff75c6be3c6013cbff03fac3be676120f3deee..7f73c4d83e046e8b7c9532d1bc1fbc3a1ce694c5 100755
--- a/lib/html/scripts/go.sh
+++ b/lib/html/scripts/go.sh
@@ -48,6 +48,5 @@ if [[ $CACHED ]] ; then
./dartdomgenerator.py --use-database-cache --systems="$SYSTEMS"
else
reset &&
- ./fremontcutbuilder.py &&
- ./dartdomgenerator.py --systems="$SYSTEMS"
+ ./dartdomgenerator.py --rebuild --systems="$SYSTEMS"
fi
« no previous file with comments | « lib/html/scripts/fremontcutbuilder.py ('k') | lib/html/scripts/idlnode.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698