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

Unified Diff: lib/compiler/implementation/util/util.dart

Issue 11262032: Add 'part of' in dart2js code. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
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: lib/compiler/implementation/util/util.dart
diff --git a/lib/compiler/implementation/util/util.dart b/lib/compiler/implementation/util/util.dart
index f00d146b5f455885cfe51d682a4f9ab8e5a38d82..ef3b0f63967d080d320c22d8fb7b1e38a6c5a660 100644
--- a/lib/compiler/implementation/util/util.dart
+++ b/lib/compiler/implementation/util/util.dart
@@ -2,9 +2,11 @@
// 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('org.dartlang.compiler.util');
-#import('util_implementation.dart');
-#source('link.dart');
+library org_dartlang_compiler_util;
+
+import 'util_implementation.dart';
+
+part 'link.dart';
/**
* Tagging interface for classes from which source spans can be generated.
« no previous file with comments | « lib/compiler/implementation/util/link_implementation.dart ('k') | lib/compiler/implementation/util/util_implementation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698