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

Unified Diff: tools/dom/tools/dummy.dart

Issue 14750010: Adding utility to display API differences between dart2js and dartium DOM libraries. Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 7 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 | « tools/dom/tools/api_diff.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/tools/dummy.dart
diff --git a/samples/hi/hi.dart b/tools/dom/tools/dummy.dart
similarity index 79%
copy from samples/hi/hi.dart
copy to tools/dom/tools/dummy.dart
index 2ce0f41f920cf65027111390b2f071231db16638..b4e73e6de46819b8afa7990d53f4e225e3fecc74 100644
--- a/samples/hi/hi.dart
+++ b/tools/dom/tools/dummy.dart
@@ -2,10 +2,7 @@
// 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 hi;
-
import 'dart:html';
-main() {
- query('#status').text = 'Hi, Dart';
-}
+// Dummy client code
+class ClientCode {}
« no previous file with comments | « tools/dom/tools/api_diff.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698