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

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

Issue 11233061: Revert "Parts must start with 'part of'" and "Attempt to fix VM build" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 2 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 | « dart/samples/ui_lib/observable/EventBatch.dart ('k') | dart/samples/ui_lib/touch/BezierPhysics.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/samples/ui_lib/observable/observable.dart
diff --git a/dart/samples/ui_lib/observable/observable.dart b/dart/samples/ui_lib/observable/observable.dart
index 739e5faa17ea98d5e7fd193f4deb1f42f6e75590..41e0e03c7d290c62de165b79632c9be7a8fc66e5 100644
--- a/dart/samples/ui_lib/observable/observable.dart
+++ b/dart/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');
-part 'ChangeEvent.dart';
-part 'EventBatch.dart';
+#source('ChangeEvent.dart');
+#source('EventBatch.dart');
/**
* An object whose changes are tracked and who can issue events notifying how it
« no previous file with comments | « dart/samples/ui_lib/observable/EventBatch.dart ('k') | dart/samples/ui_lib/touch/BezierPhysics.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698