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

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

Issue 694353007: Move dart2js from sdk/lib/_internal/compiler to 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. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2012, 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 dart_backend; 5 library dart_backend;
6 6
7 import 'dart:async' show Future; 7 import 'dart:async' show Future;
8 import 'dart:math' show max; 8 import 'dart:math' show max;
9 import '../elements/elements.dart'; 9 import '../elements/elements.dart';
10 import '../dart2jslib.dart'; 10 import '../dart2jslib.dart';
(...skipping 20 matching lines...) Expand all
31 Keyword, 31 Keyword,
32 OPEN_PAREN_INFO, 32 OPEN_PAREN_INFO,
33 CLOSE_PAREN_INFO, 33 CLOSE_PAREN_INFO,
34 SEMICOLON_INFO, 34 SEMICOLON_INFO,
35 IDENTIFIER_INFO; 35 IDENTIFIER_INFO;
36 36
37 part 'backend.dart'; 37 part 'backend.dart';
38 part 'renamer.dart'; 38 part 'renamer.dart';
39 part 'placeholder_collector.dart'; 39 part 'placeholder_collector.dart';
40 part 'outputter.dart'; 40 part 'outputter.dart';
OLDNEW
« no previous file with comments | « pkg/compiler/lib/src/dart_backend/copy_propagator.dart ('k') | pkg/compiler/lib/src/dart_backend/logical_rewriter.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698