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

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

Issue 10389097: Move dart:dom to dart:dom_deprecated (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixes from review Created 8 years, 7 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/Dromaeo.dart ('k') | samples/third_party/dromaeo/tests/RunnerSuite.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/third_party/dromaeo/Suites.dart
diff --git a/samples/third_party/dromaeo/Suites.dart b/samples/third_party/dromaeo/Suites.dart
index e8db39a091f91f6256a9e7726000e7d37b0f2dee..09d1702106eab3f446f341d67a729a7de53d778a 100644
--- a/samples/third_party/dromaeo/Suites.dart
+++ b/samples/third_party/dromaeo/Suites.dart
@@ -22,7 +22,7 @@ class Suites {
static final JOHN_RESIG = const Origin('John Resig', 'http://ejohn.org/');
static final CATEGORIES = const {
- 'dom': 'DOM Core Tests (dart:dom)',
+ 'dom': 'DOM Core Tests (dart:dom_deprecated)',
'html': 'DOM Core Tests (dart:html)',
'htmlidiomatic': 'DOM Core Tests (dart:html) Idiomatic',
'js': 'DOM Core Tests (JavaScript)',
@@ -97,10 +97,10 @@ class Suites {
getVariants(_CORE_SUITE_DESCRIPTIONS, variant, mapper, tags));
}
add('js', _jsPath, ['js']);
- add('dart:dom', _domPath, ['dart', 'dom']);
+ add('dart:dom_deprecated', _domPath, ['dart', 'dom']);
add('dart:html', _htmlPath, ['dart', 'html']);
add('dart:html idiomatic', _htmlPath, ['dart', 'htmlidiomatic']);
- add('frog dart:dom', _frogDomPath, ['frog', 'dom']);
+ add('frog dart:dom_deprecated', _frogDomPath, ['frog', 'dom']);
add('frog dart:html', _frogHtmlPath, ['frog', 'html']);
add('frog dart:html idiomatic', _frogHtmlIdiomaticPath,
['frog', 'htmlidiomatic']);
« no previous file with comments | « samples/third_party/dromaeo/Dromaeo.dart ('k') | samples/third_party/dromaeo/tests/RunnerSuite.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698