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

Unified Diff: test/transformer/hello_app/web/index.html

Issue 1788973002: Remove code that requires whole-program compile (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: merged Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/transformer/hello_app/pubspec.yaml ('k') | test/transformer/hello_app/web/main.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/transformer/hello_app/web/index.html
diff --git a/test/transformer/hello_app/web/index.html b/test/transformer/hello_app/web/index.html
deleted file mode 100644
index c4e75f5071b039e4cf0b88e82e2419622b944998..0000000000000000000000000000000000000000
--- a/test/transformer/hello_app/web/index.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
- <body>
- <script src="main.dart" type="application/dart"></script>
- <!-- TODO(ochafik): Have DDC to auto-strip this -->
- <script src="packages/browser/dart.js"></script>
- </body>
-</html>
« no previous file with comments | « test/transformer/hello_app/pubspec.yaml ('k') | test/transformer/hello_app/web/main.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698