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

Unified Diff: sdk/lib/html/html_common/html_common.dart

Issue 11886019: Moved HTML metadata into its own library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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 | « no previous file | sdk/lib/html/html_common/html_common_dart2js.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/html/html_common/html_common.dart
diff --git a/sdk/lib/html/html_common/html_common.dart b/sdk/lib/html/html_common/html_common.dart
index 102308d2516998cccdbcc8a646c2fa13e2d7c11c..94ddf18b06eb372de3442b4543ce7706c4be7d36 100644
--- a/sdk/lib/html/html_common/html_common.dart
+++ b/sdk/lib/html/html_common/html_common.dart
@@ -7,9 +7,11 @@ library html_common;
import 'dart:collection';
import 'dart:html';
+import 'metadata.dart';
+export 'metadata.dart';
+
part 'filtered_element_list.dart';
part 'lists.dart';
-part 'metadata.dart';
// For annotating deprecated APIs.
// TODO: remove once @deprecated is added to dart core.
« no previous file with comments | « no previous file | sdk/lib/html/html_common/html_common_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698