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

Unified Diff: samples/third_party/dromaeo/web/Suites.dart

Issue 199003005: Package-ify Dromaeo and browser controller functionality (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « samples/third_party/dromaeo/web/README ('k') | samples/third_party/dromaeo/web/application.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/third_party/dromaeo/web/Suites.dart
diff --git a/samples/third_party/dromaeo/Suites.dart b/samples/third_party/dromaeo/web/Suites.dart
similarity index 98%
rename from samples/third_party/dromaeo/Suites.dart
rename to samples/third_party/dromaeo/web/Suites.dart
index f966e02ec3ffe4d6c782c0dd6e30b85d30968867..eefe85652eaf74e6dd57ac2436e68986063b064c 100644
--- a/samples/third_party/dromaeo/Suites.dart
+++ b/samples/third_party/dromaeo/web/Suites.dart
@@ -90,8 +90,8 @@ class Suites {
case 'dart2js':
int i = path.indexOf('/');
String topLevelDir = '';
- if (i != -1) topLevelDir = '${path.substring(0, i)}/';
- return '$topLevelDir$platform/'
+ if (i != -1) topLevelDir = '${path.substring(0, i)}';
+ return '$topLevelDir/'
'${path.substring(i + 1).replaceFirst(".html", "$lib-js.html")}';
}
}
« no previous file with comments | « samples/third_party/dromaeo/web/README ('k') | samples/third_party/dromaeo/web/application.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698