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

Unified Diff: samples/third_party/dromaeo/web/index.html

Issue 199003005: Package-ify Dromaeo and browser controller functionality (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | « samples/third_party/dromaeo/web/images/water.png ('k') | samples/third_party/dromaeo/web/reset.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/third_party/dromaeo/web/index.html
diff --git a/samples/third_party/dromaeo/index.html b/samples/third_party/dromaeo/web/index.html
similarity index 97%
rename from samples/third_party/dromaeo/index.html
rename to samples/third_party/dromaeo/web/index.html
index 4fc3dbbd52f31b2e0d07e70ba6320ae8d9666db3..f03b22f9087ede617c9f20e30a808309f302ab2a 100644
--- a/samples/third_party/dromaeo/index.html
+++ b/samples/third_party/dromaeo/web/index.html
@@ -6,7 +6,7 @@
<link href="reset.css" rel="stylesheet" type="text/css" />
<link href="application.css" rel="stylesheet" type="text/css" />
<script type="application/dart" src="Dromaeo.dart"></script>
- <script src="../../../pkg/browser/lib/dart.js"></script>
+ <script src="packages/browser/dart.js"></script>
</head>
<body>
<div id="top" >
« no previous file with comments | « samples/third_party/dromaeo/web/images/water.png ('k') | samples/third_party/dromaeo/web/reset.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698