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

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

Issue 1916793003: - Allow for loading dart:html and friends into the standalone (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Review comments. Created 4 years, 8 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: 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 0509f6fc398be2fd0dc6302f31acd1d351aa3b55..8d710436e50fcbd6587fe0a516f92d5171ae590e 100644
--- a/sdk/lib/html/html_common/html_common.dart
+++ b/sdk/lib/html/html_common/html_common.dart
@@ -23,3 +23,4 @@ part 'filtered_element_list.dart';
part 'lists.dart';
part 'conversions.dart';
part 'conversions_dartium.dart';
+part 'standalone_additions.dart';
Ivan Posva 2016/04/26 21:17:43 I will be moving this into a patch file so that we
Ivan Posva 2016/05/03 21:46:40 Done.

Powered by Google App Engine
This is Rietveld 408576698