 Chromium Code Reviews
 Chromium Code Reviews Issue 10854232:
  Continue removal of frog.  (Closed) 
  Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
    
  
    Issue 10854232:
  Continue removal of frog.  (Closed) 
  Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/| Index: tools/create_sdk.py | 
| =================================================================== | 
| --- tools/create_sdk.py (revision 10970) | 
| +++ tools/create_sdk.py (working copy) | 
| @@ -36,8 +36,8 @@ | 
| # ........runtime/ | 
| # ......dart2js/ | 
| # ......isolate/ | 
| -# ........isolate_{frog, runtime}.dart | 
| -# ........{frog, runtime}/ | 
| +# ........isolate_{dart2js, runtime}.dart | 
| +# ........dart2js/ | 
| 
ahe
2012/08/20 19:33:27
Is this true?
 
dgrove
2012/08/20 19:35:33
Yes. dart-sdk/lib/isolate/dart2js/ contains
compil
 
ahe
2012/08/20 19:39:28
I don't think dart2js reads those files. Unless yo
 
dgrove
2012/08/20 20:25:03
I haven't made any changes in where dart2js is pic
 | 
| # ......dom/ | 
| # ........dom.dart | 
| # ......html/ |