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

Side by Side Diff: pkg/analyzer-experimental/lib/src/generated/java_engine_io.dart

Issue 12838003: Rename analyzer-experimental to analyzer_experimental. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 library java.engine.io;
2
3 import "dart:io";
4 import "java_io.dart";
5
6
7 class OSUtilities {
8 static bool isWindows() => Platform.operatingSystem == 'windows';
9 static bool isMac() => Platform.operatingSystem == 'macos';
10 }
11
12 class FileUtilities2 {
13 static JavaFile createFile(String path) => new JavaFile(path);
14 }
OLDNEW
« 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