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

Unified Diff: pkg/polymer/example/canonicalization/lib/d.dart

Issue 38333004: Fixes all canonicalization problems... all of them. Ok, not all of them, but at (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | « pkg/polymer/example/canonicalization/lib/c.dart ('k') | pkg/polymer/example/canonicalization/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/example/canonicalization/lib/d.dart
diff --git a/runtime/bin/vmservice/client/web/observatory_main.dart b/pkg/polymer/example/canonicalization/lib/d.dart
similarity index 84%
copy from runtime/bin/vmservice/client/web/observatory_main.dart
copy to pkg/polymer/example/canonicalization/lib/d.dart
index d6028406b63c7d635aa29e6939ae7f91d876f9b2..7d2a58e0c0cada0a63a591a437961a1057922541 100644
--- a/runtime/bin/vmservice/client/web/observatory_main.dart
+++ b/pkg/polymer/example/canonicalization/lib/d.dart
@@ -2,7 +2,6 @@
// 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 observatory_main;
+library canonicalization.d;
-main() {
-}
+int d = 0;
« no previous file with comments | « pkg/polymer/example/canonicalization/lib/c.dart ('k') | pkg/polymer/example/canonicalization/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698