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

Unified Diff: Tools/GardeningServer/run-unittests.html

Issue 350563002: Port first garden-o-matic component over to polymer (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove CSP Created 6 years, 6 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: Tools/GardeningServer/run-unittests.html
diff --git a/Tools/GardeningServer/run-unittests.html b/Tools/GardeningServer/run-unittests.html
index bb1a37338c98d47e36ab6efa2f9fc9432862fc8a..25dacbc305c89255e78ea1712f9bca7df6d33c69 100644
--- a/Tools/GardeningServer/run-unittests.html
+++ b/Tools/GardeningServer/run-unittests.html
@@ -71,5 +71,10 @@ THE POSSIBILITY OF SUCH DAMAGE.
<script src="scripts/ui/notifications_unittests.js"></script>
<script src="scripts/controllers_unittests.js"></script>
+<script src="bower_components/platform/platform.js"></script>
+<link rel='import' href="bower_components/polymer/polymer.html">
+<link rel='import' href="polymer-load-warning.html">
+<link rel='import' href="ui/results-comparison-tests.html">
esprehn 2014/06/22 05:15:20 ditto
ojan 2014/06/22 22:49:22 Done.
+
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698