OLD | NEW |
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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 <script src="scripts/ui_unittests.js"></script> | 71 <script src="scripts/ui_unittests.js"></script> |
72 <script src="scripts/model.js"></script> | 72 <script src="scripts/model.js"></script> |
73 <script src="scripts/model_unittests.js"></script> | 73 <script src="scripts/model_unittests.js"></script> |
74 <script src="scripts/ui/notifications.js"></script> | 74 <script src="scripts/ui/notifications.js"></script> |
75 <script src="scripts/ui/notifications_unittests.js"></script> | 75 <script src="scripts/ui/notifications_unittests.js"></script> |
76 <script src="scripts/controllers_unittests.js"></script> | 76 <script src="scripts/controllers_unittests.js"></script> |
77 | 77 |
78 <script src="bower_components/platform/platform.js"></script> | 78 <script src="bower_components/platform/platform.js"></script> |
79 <link rel="import" href="bower_components/polymer/polymer.html"> | 79 <link rel="import" href="bower_components/polymer/polymer.html"> |
80 <link rel="import" href="polymer-load-warning.html"> | 80 <link rel="import" href="polymer-load-warning.html"> |
| 81 <link rel="import" href="model/ct-commit-log-tests.html"> |
81 <link rel="import" href="ui/ct-builder-grid-tests.html"> | 82 <link rel="import" href="ui/ct-builder-grid-tests.html"> |
82 <link rel="import" href="ui/ct-builder-tests.html"> | 83 <link rel="import" href="ui/ct-builder-tests.html"> |
83 <link rel="import" href="ui/ct-commit-data-tests.html"> | |
84 <link rel="import" href="ui/ct-commit-tests.html"> | 84 <link rel="import" href="ui/ct-commit-tests.html"> |
| 85 <link rel="import" href="ui/ct-commit-list-tests.html"> |
85 <link rel="import" href="ui/ct-embedded-flakiness-dashboard-tests.html"> | 86 <link rel="import" href="ui/ct-embedded-flakiness-dashboard-tests.html"> |
86 <link rel="import" href="ui/ct-failure-card-tests.html"> | 87 <link rel="import" href="ui/ct-failure-card-tests.html"> |
87 <link rel="import" href="ui/ct-failure-grouper-tests.html"> | 88 <link rel="import" href="ui/ct-failure-grouper-tests.html"> |
88 <link rel="import" href="ui/ct-failure-stream-tests.html"> | 89 <link rel="import" href="ui/ct-failure-stream-tests.html"> |
89 <link rel="import" href="ui/ct-failing-builders-tests.html"> | 90 <link rel="import" href="ui/ct-failing-builders-tests.html"> |
90 <link rel="import" href="ui/ct-results-by-builder-tests.html"> | 91 <link rel="import" href="ui/ct-results-by-builder-tests.html"> |
91 <link rel="import" href="ui/ct-results-comparison-tests.html"> | 92 <link rel="import" href="ui/ct-results-comparison-tests.html"> |
92 <link rel="import" href="ui/ct-results-detail-tests.html"> | 93 <link rel="import" href="ui/ct-results-detail-tests.html"> |
93 <link rel="import" href="ui/ct-results-panel-tests.html"> | 94 <link rel="import" href="ui/ct-results-panel-tests.html"> |
94 <link rel="import" href="ui/ct-test-list-tests.html"> | 95 <link rel="import" href="ui/ct-test-list-tests.html"> |
95 <link rel="import" href="ui/ct-test-output-tests.html"> | 96 <link rel="import" href="ui/ct-test-output-tests.html"> |
96 <link rel="import" href="ui/ct-tree-status-tests.html"> | 97 <link rel="import" href="ui/ct-tree-status-tests.html"> |
97 | 98 |
98 </body> | 99 </body> |
OLD | NEW |