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

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

Issue 12021025: Merge the openglui samples into one. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix emulator sample build Created 7 years, 11 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 | « samples/openglui/web/gl_driver.dart ('k') | samples/openglui/web/raytrace_driver.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/openglui/web/raytrace.html
diff --git a/samples/simplegl/raytrace.html b/samples/openglui/web/raytrace.html
similarity index 89%
rename from samples/simplegl/raytrace.html
rename to samples/openglui/web/raytrace.html
index a05707c54ea4282e1ac4e43240a5911a9e76d870..5179e6e385331056b1363cd535b643e7ffcf461d 100644
--- a/samples/simplegl/raytrace.html
+++ b/samples/openglui/web/raytrace.html
@@ -13,7 +13,7 @@
<link rel="stylesheet" href="simplegl.css">
</head>
<body>
- <script type="application/dart" src="web/raytrace_driver.dart"></script>
+ <script type="application/dart" src="raytrace_driver.dart"></script>
<script src="https://dart.googlecode.com/svn/branches/bleeding_edge/dart/client/dart.js"></script>
</body>
</html>
« no previous file with comments | « samples/openglui/web/gl_driver.dart ('k') | samples/openglui/web/raytrace_driver.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698