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

Side by Side Diff: test/sunflower/sunflower.html

Issue 1016003003: sort classes in dependency order, or load lazily if needed, fixes #78 (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 9 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 unified diff | Download patch
« no previous file with comments | « test/codegen/sunflower.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 2
3 <!-- Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3 <!-- Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4 for details. All rights reserved. Use of this source code is governed by a 4 for details. All rights reserved. Use of this source code is governed by a
5 BSD-style license that can be found in the LICENSE file. --> 5 BSD-style license that can be found in the LICENSE file. -->
6 6
7 <html> 7 <html>
8 <head> 8 <head>
9 <meta charset="utf-8"> 9 <meta charset="utf-8">
10 <title>Sunflower Demo</title> 10 <title>Sunflower Demo</title>
(...skipping 18 matching lines...) Expand all
29 </footer> 29 </footer>
30 30
31 <script src="../../lib/runtime/harmony_feature_check.js"></script> 31 <script src="../../lib/runtime/harmony_feature_check.js"></script>
32 <script> 32 <script>
33 // TODO(jmesserly): some hacks here to get the output running 33 // TODO(jmesserly): some hacks here to get the output running
34 var math = Math; 34 var math = Math;
35 var core = { int: { parse: Number } }; 35 var core = { int: { parse: Number } };
36 var dom = { document: document }; 36 var dom = { document: document };
37 </script> 37 </script>
38 <script src="../../lib/runtime/dart_runtime.js"></script> 38 <script src="../../lib/runtime/dart_runtime.js"></script>
39 <script src="../../lib/runtime/dart_core.js"></script>
39 <script src="../codegen/expect/sunflower.js"></script> 40 <script src="../codegen/expect/sunflower.js"></script>
40 <script>sunflower.main();</script> 41 <script>sunflower.main();</script>
41 </body> 42 </body>
42 </html> 43 </html>
OLDNEW
« no previous file with comments | « test/codegen/sunflower.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698