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

Unified Diff: dart/lib/compiler/implementation/tools/mini_parser.dart

Issue 11233061: Revert "Parts must start with 'part of'" and "Attempt to fix VM build" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 2 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
Index: dart/lib/compiler/implementation/tools/mini_parser.dart
diff --git a/dart/lib/compiler/implementation/tools/mini_parser.dart b/dart/lib/compiler/implementation/tools/mini_parser.dart
index cacf7d198772fc75c7c2bbee43ef497a70bfdd03..492b815c0e409fc7787cdecfa600803f5db7b647 100644
--- a/dart/lib/compiler/implementation/tools/mini_parser.dart
+++ b/dart/lib/compiler/implementation/tools/mini_parser.dart
@@ -2,26 +2,26 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-library parser;
+#library('parser');
-import 'dart:io';
-import 'dart:scalarlist';
+#import('dart:io');
+#import('dart:scalarlist');
-import '../../../utf/utf.dart';
+#import('../../../utf/utf.dart');
-import '../elements/elements.dart';
-import '../scanner/scanner_implementation.dart';
-import '../scanner/scannerlib.dart';
-import '../tree/tree.dart';
-import '../util/characters.dart';
-import '../source_file.dart';
-import '../ssa/ssa.dart';
+#import('../elements/elements.dart');
+#import('../scanner/scanner_implementation.dart');
+#import('../scanner/scannerlib.dart');
+#import('../tree/tree.dart');
+#import('../util/characters.dart');
+#import('../source_file.dart');
+#import('../ssa/ssa.dart');
-import '../../compiler.dart' as api;
+#import('../../compiler.dart', prefix: 'api');
-part '../diagnostic_listener.dart';
-part '../scanner/byte_array_scanner.dart';
-part '../scanner/byte_strings.dart';
+#source('../diagnostic_listener.dart');
+#source('../scanner/byte_array_scanner.dart');
+#source('../scanner/byte_strings.dart');
int charCount = 0;
Stopwatch stopwatch;
« no previous file with comments | « dart/lib/compiler/implementation/ssa/variable_allocator.dart ('k') | dart/lib/compiler/implementation/tree/dartstring.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698