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

Unified Diff: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/sdk/DartSdk.java

Issue 244253009: Fix for issue 18273 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Clean-up Created 6 years, 8 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: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/sdk/DartSdk.java
diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/sdk/DartSdk.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/sdk/DartSdk.java
index 464c0c0baa5d80602d852f04fd60e2c53972080d..04a62e385b8f987950ebd25d940dabeb8474009b 100644
--- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/sdk/DartSdk.java
+++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/sdk/DartSdk.java
@@ -26,6 +26,11 @@ import java.net.URI;
*/
public interface DartSdk {
/**
+ * The short name of the dart SDK async library.
+ */
+ public static final String DART_ASYNC = "dart:async";
+
+ /**
* The short name of the dart SDK core library.
*/
public static final String DART_CORE = "dart:core";

Powered by Google App Engine
This is Rietveld 408576698