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

Unified Diff: sdk/lib/_internal/pub_generated/lib/src/sdk.dart

Issue 887223007: Revert "Use native async/await support in pub." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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: sdk/lib/_internal/pub_generated/lib/src/sdk.dart
diff --git a/sdk/lib/_internal/pub/lib/src/sdk.dart b/sdk/lib/_internal/pub_generated/lib/src/sdk.dart
similarity index 96%
copy from sdk/lib/_internal/pub/lib/src/sdk.dart
copy to sdk/lib/_internal/pub_generated/lib/src/sdk.dart
index 3d09163bad00ff4ec3279bff4568a70ae7a20865..2750821dea82057578e17f04fcf0356effc096dd 100644
--- a/sdk/lib/_internal/pub/lib/src/sdk.dart
+++ b/sdk/lib/_internal/pub_generated/lib/src/sdk.dart
@@ -22,8 +22,7 @@ final String rootDirectory =
/// Gets the path to the root directory of the SDK, assuming that the currently
/// running Dart executable is within it.
-final String _rootDirectory =
- path.dirname(path.dirname(Platform.executable));
+final String _rootDirectory = path.dirname(path.dirname(Platform.executable));
/// The SDK's revision number formatted to be a semantic version.
///

Powered by Google App Engine
This is Rietveld 408576698