Revert revision 21331 and 21334

Review URL: https://codereview.chromium.org//14208003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21336 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
ricow@google.com 2013-04-12 08:49:56 +00:00
parent 1ecc99bd5d
commit f1862a6bd8

View file

@ -27,7 +27,7 @@ if _%DART2JS_DEVELOPER_MODE%_ == _1_ (
if exist "%SNAPSHOT%" (
echo Using snapshot "%SNAPSHOT%" >&2
set EXTRA_OPTIONS=%EXTRA_OPTIONS% "--library-root=%SDK_DIR%"
set EXTRA_OPTIONS=%EXTRA_OPTIONS% --library-root=%SDK_DIR%
)
rem See comments regarding options below in dart2js shell script.