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

Unified Diff: samples/pop-pop-win/test/browser_test_harness.html

Issue 200723008: samples/poppopwin: upgrade to first-class sample (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: cl comments 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
Index: samples/pop-pop-win/test/browser_test_harness.html
diff --git a/samples/third_party/pop-pop-win/test/browser_test_harness.html b/samples/pop-pop-win/test/browser_test_harness.html
similarity index 77%
rename from samples/third_party/pop-pop-win/test/browser_test_harness.html
rename to samples/pop-pop-win/test/browser_test_harness.html
index 3f8124ddf1f408c5e7d1547443fb6fbbb1c3aeec..f7083d3fe0114bc2f67b8c1befc5c2dd5fde4d89 100644
--- a/samples/third_party/pop-pop-win/test/browser_test_harness.html
+++ b/samples/pop-pop-win/test/browser_test_harness.html
@@ -6,6 +6,6 @@
</head>
<body>
<script type="application/dart" src="browser_test_harness.dart"></script>
- <script src="../web/dart.js"></script>
+ <script src="packages/browser/dart.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698