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

Unified Diff: test/codegen/expect/sunflower/sunflower.html

Issue 1879373004: Implement modular compilation (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 8 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 | « test/codegen/expect/sunflower/painter.txt ('k') | test/codegen/expect/sunflower/sunflower.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/expect/sunflower/sunflower.html
diff --git a/test/codegen/expect/sunflower/sunflower.html b/test/codegen/expect/sunflower/sunflower.html
deleted file mode 100644
index 19dd4605ab3b1601012b67428ec23e54ed890bd0..0000000000000000000000000000000000000000
--- a/test/codegen/expect/sunflower/sunflower.html
+++ /dev/null
@@ -1,65 +0,0 @@
-<!DOCTYPE html><!-- Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
- 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. --><html><head>
- <meta charset="utf-8">
- <title>Sunflower Demo</title>
- <link type="text/css" rel="stylesheet" href="sunflower.css">
- </head>
- <body>
- <h1>drfibonacci's Sunflower Spectacular</h1>
- <p>A canvas 2D demo.</p>
-
- <div id="container">
- <canvas id="canvas" width="300" height="300" class="center"></canvas>
- <form class="center">
- <input id="slider" type="range" max="1000" value="500">
- </form>
- <br>
- <img src="math.png" width="350px" height="42px" class="center">
- </div>
-
- <footer>
- <p id="summary"> </p>
- <p id="notes"> </p>
- </footer>
-
- <script src="../dev_compiler/runtime/harmony_feature_check.js"></script>
-<script src="../dev_compiler/runtime/dart_library.js"></script>
-<script src="../dev_compiler/runtime/dart/_runtime.js"></script>
-<script src="../dev_compiler/runtime/dart/core.js"></script>
-<script src="../dev_compiler/runtime/dart/collection.js"></script>
-<script src="../dev_compiler/runtime/dart/_internal.js"></script>
-<script src="../dev_compiler/runtime/dart/math.js"></script>
-<script src="../dev_compiler/runtime/dart/_interceptors.js"></script>
-<script src="../dev_compiler/runtime/dart/async.js"></script>
-<script src="../dev_compiler/runtime/dart/_foreign_helper.js"></script>
-<script src="../dev_compiler/runtime/dart/_js_embedded_names.js"></script>
-<script src="../dev_compiler/runtime/dart/_js_helper.js"></script>
-<script src="../dev_compiler/runtime/dart/isolate.js"></script>
-<script src="../dev_compiler/runtime/dart/typed_data.js"></script>
-<script src="../dev_compiler/runtime/dart/_native_typed_data.js"></script>
-<script src="../dev_compiler/runtime/dart/_isolate_helper.js"></script>
-<script src="../dev_compiler/runtime/dart/_js_primitives.js"></script>
-<script src="../dev_compiler/runtime/dart/convert.js"></script>
-<script src="../dev_compiler/runtime/dart/mirrors.js"></script>
-<script src="../dev_compiler/runtime/dart/_js_mirrors.js"></script>
-<script src="../dev_compiler/runtime/dart/js.js"></script>
-<script src="../dev_compiler/runtime/dart/_metadata.js"></script>
-<script src="../dev_compiler/runtime/dart/html.js"></script>
-<script src="../dev_compiler/runtime/dart/html_common.js"></script>
-<script src="../dev_compiler/runtime/dart/indexed_db.js"></script>
-<script src="../dev_compiler/runtime/dart/svg.js"></script>
-<script src="../dev_compiler/runtime/dart/web_audio.js"></script>
-<script src="../dev_compiler/runtime/dart/web_gl.js"></script>
-<script src="../dev_compiler/runtime/dart/web_sql.js"></script>
-<script src="../dev_compiler/runtime/dart/_debugger.js"></script>
-<script src="circle.js"></script>
-<script src="../js/js.js"></script>
-<script src="dom.js"></script>
-<script src="painter.js"></script>
-<script src="sunflower.js"></script>
-<script>dart_library.start('sunflower/sunflower');</script>
-
-
-
-</body></html>
« no previous file with comments | « test/codegen/expect/sunflower/painter.txt ('k') | test/codegen/expect/sunflower/sunflower.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698