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

Unified Diff: samples/ui_lib/observable/observable.dart

Issue 11364134: Merge libv1. (Closed) Base URL: https://dart.googlecode.com/svn/experimental/lib_v2/dart
Patch Set: Reupload due to error Created 8 years, 1 month 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/ui_lib/layout/layout.dart ('k') | samples/ui_lib/touch/touch.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/ui_lib/observable/observable.dart
diff --git a/samples/ui_lib/observable/observable.dart b/samples/ui_lib/observable/observable.dart
index 48b42f4fc4737610b187885ea3a83bdba11de928..c5a040142f16a0d4bd3a251004a2ec62d5b372f5 100644
--- a/samples/ui_lib/observable/observable.dart
+++ b/samples/ui_lib/observable/observable.dart
@@ -2,12 +2,12 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-#library('observable');
+library observable;
-#import('dart:coreimpl');
+import 'dart:coreimpl';
-#source('ChangeEvent.dart');
-#source('EventBatch.dart');
+part 'ChangeEvent.dart';
+part 'EventBatch.dart';
/**
* An object whose changes are tracked and who can issue events notifying how it
« no previous file with comments | « samples/ui_lib/layout/layout.dart ('k') | samples/ui_lib/touch/touch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698