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

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

Issue 2982143002: First step to removing dartium from IDL generation in TIP of master. (Closed)
Patch Set: Created 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/scripts/go.sh
diff --git a/tools/dom/scripts/go.sh b/tools/dom/scripts/go.sh
index 99c4e72377a4feff26531041ec331c8ed6f84e19..609a9cd12a271ff34e6a5e55746c00defc47cf2a 100755
--- a/tools/dom/scripts/go.sh
+++ b/tools/dom/scripts/go.sh
@@ -16,15 +16,7 @@ set -x
#
# I can inspect file Q if needed.
#
-# To generate a subset of systems:
-#
-# ./go.sh dart2js,htmldartium
-#
-# To re-gen all sdk/lib files (outside of a Dartium enlistment the file
-# 'sdk/lib/js/cached_patches.dart' might not need to be generated). To run
-# go.sh w/o the patches files used --no-cached-patches switch e.g.,
-#
-# ./go.sh --no-cached-patches
+# Re-gen all sdk/lib files
#
# The following gives a picture of the changes due to 'work'
#
@@ -35,22 +27,11 @@ set -x
# ./go.sh
# meld ../generated0 ../generated # compare directories with too
-ALLSYSTEMS="htmldart2js,htmldartium,_blink"
-SYSTEMS="$ALLSYSTEMS"
+SYSTEMS="htmldart2js"
if [[ "$1" != "" ]] ; then
if [[ "$1" =~ ^-- ]]; then
ARG_OPTION="$1"
- else
- SYSTEMS="$1"
- fi
-fi
-
-if [[ "$2" != "" ]] ; then
- if [[ "$2" =~ ^-- ]]; then
- ARG_OPTION="$2"
- else
- SYSTEMS="$2"
fi
fi
« 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