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

Unified Diff: tools/testing/dart/utils.dart

Issue 60503002: Add browser path options to testing scripts. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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: tools/testing/dart/utils.dart
diff --git a/tools/testing/dart/utils.dart b/tools/testing/dart/utils.dart
index 65949b7135e3d3cd558e01a7d548e154796a3f82..1ea4beaf8c0ffabb19f24497c7213bb82d17cd29 100644
--- a/tools/testing/dart/utils.dart
+++ b/tools/testing/dart/utils.dart
@@ -125,6 +125,8 @@ String decodeUtf8(List<int> bytes) {
return UTF8.decode(bytes, allowMalformed: true);
}
+// This is only used for selenium support for Dartium. Remove the class
+// when this support goes away.
class Locations {
static String getDartiumLocation(Map globalConfiguration) {
var dartium = globalConfiguration['dartium'];
« tools/testing/dart/test_options.dart ('K') | « tools/testing/dart/test_options.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698