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

Side by Side Diff: Tools/GardeningServer/run-unittests.html

Issue 367563002: Get sugar out of bower instead of checking it in. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!-- 1 <!--
2 Copyright (C) 2011 Google Inc. All rights reserved. 2 Copyright (C) 2011 Google Inc. All rights reserved.
3 3
4 Redistribution and use in source and binary forms, with or without 4 Redistribution and use in source and binary forms, with or without
5 modification, are permitted provided that the following conditions 5 modification, are permitted provided that the following conditions
6 are met: 6 are met:
7 1. Redistributions of source code must retain the above copyright 7 1. Redistributions of source code must retain the above copyright
8 notice, this list of conditions and the following disclaimer. 8 notice, this list of conditions and the following disclaimer.
9 2. Redistributions in binary form must reproduce the above copyright 9 2. Redistributions in binary form must reproduce the above copyright
10 notice, this list of conditions and the following disclaimer in the 10 notice, this list of conditions and the following disclaimer in the
(...skipping 22 matching lines...) Expand all
33 33
34 <body> 34 <body>
35 <h1 id="qunit-header">TestFailures JavaScript Unit Tests</h1> 35 <h1 id="qunit-header">TestFailures JavaScript Unit Tests</h1>
36 <h2 id="qunit-banner"></h2> 36 <h2 id="qunit-banner"></h2>
37 <div id="qunit-testrunner-toolbar"></div> 37 <div id="qunit-testrunner-toolbar"></div>
38 <h2 id="qunit-userAgent"></h2> 38 <h2 id="qunit-userAgent"></h2>
39 <ol id="qunit-tests"></ol> 39 <ol id="qunit-tests"></ol>
40 40
41 <link rel="stylesheet" href="styles/results.css"> 41 <link rel="stylesheet" href="styles/results.css">
42 42
43 <script src="scripts/third_party/sugar.js"></script> 43 <script src="bower_components/sugar/release/sugar-full.development.js"></script>
44 <script src="scripts/base.js"></script> 44 <script src="scripts/base.js"></script>
45 <script src="scripts/config.js"></script> 45 <script src="scripts/config.js"></script>
46 <script src="scripts/base_unittests.js"></script> 46 <script src="scripts/base_unittests.js"></script>
47 <script src="scripts/net.js"></script> 47 <script src="scripts/net.js"></script>
48 <script src="scripts/net_unittests.js"></script> 48 <script src="scripts/net_unittests.js"></script>
49 <script src="scripts/rollbot.js"></script> 49 <script src="scripts/rollbot.js"></script>
50 <script src="scripts/rollbot_unittests.js"></script> 50 <script src="scripts/rollbot_unittests.js"></script>
51 <script src="scripts/svn-log.js"></script> 51 <script src="scripts/svn-log.js"></script>
52 <script src="scripts/svn-log_unittests.js"></script> 52 <script src="scripts/svn-log_unittests.js"></script>
53 <script src="scripts/treestatus.js"></script> 53 <script src="scripts/treestatus.js"></script>
(...skipping 24 matching lines...) Expand all
78 <link rel="import" href="ui/ct-failure-card-tests.html"> 78 <link rel="import" href="ui/ct-failure-card-tests.html">
79 <link rel="import" href="ui/ct-failure-grouper-tests.html"> 79 <link rel="import" href="ui/ct-failure-grouper-tests.html">
80 <link rel="import" href="ui/ct-failure-stream-tests.html"> 80 <link rel="import" href="ui/ct-failure-stream-tests.html">
81 <link rel="import" href="ui/ct-results-by-builder-tests.html"> 81 <link rel="import" href="ui/ct-results-by-builder-tests.html">
82 <link rel="import" href="ui/ct-results-comparison-tests.html"> 82 <link rel="import" href="ui/ct-results-comparison-tests.html">
83 <link rel="import" href="ui/ct-results-panel-tests.html"> 83 <link rel="import" href="ui/ct-results-panel-tests.html">
84 <link rel="import" href="ui/ct-test-list-tests.html"> 84 <link rel="import" href="ui/ct-test-list-tests.html">
85 <link rel="import" href="ui/ct-test-output-tests.html"> 85 <link rel="import" href="ui/ct-test-output-tests.html">
86 86
87 </body> 87 </body>
OLDNEW
« no previous file with comments | « Tools/GardeningServer/garden-o-matic.html ('k') | Tools/GardeningServer/scripts/third_party/sugar.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698