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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 <script src="scripts/model_unittests.js"></script> | 69 <script src="scripts/model_unittests.js"></script> |
70 <script src="scripts/ui/notifications.js"></script> | 70 <script src="scripts/ui/notifications.js"></script> |
71 <script src="scripts/ui/notifications_unittests.js"></script> | 71 <script src="scripts/ui/notifications_unittests.js"></script> |
72 <script src="scripts/controllers_unittests.js"></script> | 72 <script src="scripts/controllers_unittests.js"></script> |
73 | 73 |
74 <script src="bower_components/platform/platform.js"></script> | 74 <script src="bower_components/platform/platform.js"></script> |
75 <link rel="import" href="bower_components/polymer/polymer.html"> | 75 <link rel="import" href="bower_components/polymer/polymer.html"> |
76 <link rel="import" href="polymer-load-warning.html"> | 76 <link rel="import" href="polymer-load-warning.html"> |
77 <link rel="import" href="ui/ct-builder-grid-tests.html"> | 77 <link rel="import" href="ui/ct-builder-grid-tests.html"> |
78 <link rel="import" href="ui/ct-builder-tests.html"> | 78 <link rel="import" href="ui/ct-builder-tests.html"> |
| 79 <link rel="import" href="ui/ct-commit-data-tests.html"> |
79 <link rel="import" href="ui/ct-commit-tests.html"> | 80 <link rel="import" href="ui/ct-commit-tests.html"> |
80 <link rel="import" href="ui/ct-failure-card-tests.html"> | 81 <link rel="import" href="ui/ct-failure-card-tests.html"> |
81 <link rel="import" href="ui/ct-failure-grouper-tests.html"> | 82 <link rel="import" href="ui/ct-failure-grouper-tests.html"> |
82 <link rel="import" href="ui/ct-failure-stream-tests.html"> | 83 <link rel="import" href="ui/ct-failure-stream-tests.html"> |
83 <link rel="import" href="ui/ct-results-by-builder-tests.html"> | 84 <link rel="import" href="ui/ct-results-by-builder-tests.html"> |
84 <link rel="import" href="ui/ct-results-comparison-tests.html"> | 85 <link rel="import" href="ui/ct-results-comparison-tests.html"> |
85 <link rel="import" href="ui/ct-results-panel-tests.html"> | 86 <link rel="import" href="ui/ct-results-panel-tests.html"> |
86 <link rel="import" href="ui/ct-test-list-tests.html"> | 87 <link rel="import" href="ui/ct-test-list-tests.html"> |
87 <link rel="import" href="ui/ct-test-output-tests.html"> | 88 <link rel="import" href="ui/ct-test-output-tests.html"> |
88 | 89 |
89 </body> | 90 </body> |
OLD | NEW |