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

Unified Diff: samples/openglui/web/flashingbox.html

Issue 24698003: Removed the openglui sample app. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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
Index: samples/openglui/web/flashingbox.html
diff --git a/samples/openglui/web/flashingbox.html b/samples/openglui/web/flashingbox.html
deleted file mode 100644
index 0dacfc4d9f5cb11eb31ca5f948755effb66bf9bd..0000000000000000000000000000000000000000
--- a/samples/openglui/web/flashingbox.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!-- 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. -->
-<!DOCTYPE html>
-
-<html>
- <head>
- <meta charset="utf-8">
- <title>Dart GL Sample</title>
- <link rel="stylesheet" href="simplegl.css">
- </head>
- <body>
- <h1>Dart GL Sample</h1>
- <script type="application/dart" src="flashingbox_driver.dart"></script>
- <script src="packages/browser/dart.js"></script>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698