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

Unified Diff: pkg/analyzer_experimental/lib/src/generated/java_engine_io.dart

Issue 45573002: Rename analyzer_experimental to analyzer. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Tweaks before publishing. Created 7 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: pkg/analyzer_experimental/lib/src/generated/java_engine_io.dart
diff --git a/pkg/analyzer_experimental/lib/src/generated/java_engine_io.dart b/pkg/analyzer_experimental/lib/src/generated/java_engine_io.dart
deleted file mode 100644
index 3c713d6441d07077746898aaba33a18544bd83bf..0000000000000000000000000000000000000000
--- a/pkg/analyzer_experimental/lib/src/generated/java_engine_io.dart
+++ /dev/null
@@ -1,15 +0,0 @@
-library java.engine.io;
-
-import "dart:io";
-import "java_io.dart";
-
-
-class OSUtilities {
- static String LINE_SEPARATOR = isWindows() ? '\r\n' : '\n';
- static bool isWindows() => Platform.operatingSystem == 'windows';
- static bool isMac() => Platform.operatingSystem == 'macos';
-}
-
-class FileUtilities2 {
- static JavaFile createFile(String path) => new JavaFile(path);
-}
« no previous file with comments | « pkg/analyzer_experimental/lib/src/generated/java_engine.dart ('k') | pkg/analyzer_experimental/lib/src/generated/java_io.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698