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

Unified Diff: pkg/observe/lib/html.dart

Issue 23431010: Change in deploy.dart to make it easier to run in run.sh without running pub. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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 | pkg/observe/lib/observe_html.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/observe/lib/html.dart
diff --git a/pkg/observe/lib/observe_html.dart b/pkg/observe/lib/html.dart
similarity index 96%
rename from pkg/observe/lib/observe_html.dart
rename to pkg/observe/lib/html.dart
index 7280b0e4434d11b48d66045353b86721f1e26a99..4cae31c456933c3d78f97223545b7756b053461c 100644
--- a/pkg/observe/lib/observe_html.dart
+++ b/pkg/observe/lib/html.dart
@@ -7,10 +7,11 @@
// getter and convert this into an Observable.
/** Helpers for exposing dart:html as observable data. */
-library polymer.observe_html;
+library observe.html;
import 'dart:html';
-import 'package:observe/observe.dart';
+
+import 'observe.dart';
/** An observable version of [window.location.hash]. */
final ObservableLocationHash windowLocation = new ObservableLocationHash._();
« no previous file with comments | « no previous file | pkg/observe/lib/observe_html.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698