Chromium Code Reviews

Side by Side Diff: pkg/compiler/lib/src/dart2js.dart

Issue 687973002: Copy dart2js source into pkg/compiler (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 library dart2js.cmdline; 5 library dart2js.cmdline;
6 6
7 import 'dart:async' 7 import 'dart:async'
8 show Future, EventSink; 8 show Future, EventSink;
9 import 'dart:io' 9 import 'dart:io'
10 show exit, File, FileMode, Platform, RandomAccessFile, FileSystemException, 10 show exit, File, FileMode, Platform, RandomAccessFile, FileSystemException,
(...skipping 659 matching lines...)
670 } else { 670 } else {
671 print(">>> TEST FAIL"); 671 print(">>> TEST FAIL");
672 } 672 }
673 stderr.writeln(">>> EOF STDERR"); 673 stderr.writeln(">>> EOF STDERR");
674 runJob(); 674 runJob();
675 }); 675 });
676 } 676 }
677 677
678 runJob(); 678 runJob();
679 } 679 }
OLDNEW
« no previous file with comments | « pkg/compiler/lib/src/cps_ir/shrinking_reductions.dart ('k') | pkg/compiler/lib/src/dart2js_profile_many.dart » ('j') | no next file with comments »

Powered by Google App Engine