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

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

Issue 9537001: Generate dart:html bindings for Dartium as well as Frog. All unittests now pass (or are disabled fo… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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: tools/testing/dart/test_suite.dart
diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
index 70a8d39f453ac078067600fe3bb7c8aa343e1a6e..6d8573708810db1c30e654473e933a41b4fb3746 100644
--- a/tools/testing/dart/test_suite.dart
+++ b/tools/testing/dart/test_suite.dart
@@ -452,8 +452,7 @@ class StandardTestSuite implements TestSuite {
String dartWrapperFilename = '${tempDir.path}/test.dart';
String compiledDartWrapperFilename = '${tempDir.path}/test.js';
- String domLibraryImport = (component == 'chromium') ?
- '$dartDir/client/testing/unittest/dom_for_unittest.dart' : 'dart:dom';
+ String domLibraryImport = 'dart:dom';
Siggi Cherem (dart-lang) 2012/03/01 16:21:24 this is just used to replace it in a template. fee
String htmlPath = '${tempDir.path}/test.html';
if (!isWebTest) {

Powered by Google App Engine
This is Rietveld 408576698