Chromium Code Reviews| 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 67 <script src="scripts/model.js"></script> | 67 <script src="scripts/model.js"></script> |
| 68 <script src="scripts/model_unittests.js"></script> | 68 <script src="scripts/model_unittests.js"></script> |
| 69 <script src="scripts/ui/notifications.js"></script> | 69 <script src="scripts/ui/notifications.js"></script> |
| 70 <script src="scripts/ui/notifications_unittests.js"></script> | 70 <script src="scripts/ui/notifications_unittests.js"></script> |
| 71 <script src="scripts/controllers_unittests.js"></script> | 71 <script src="scripts/controllers_unittests.js"></script> |
| 72 | 72 |
| 73 <script src="bower_components/platform/platform.js"></script> | 73 <script src="bower_components/platform/platform.js"></script> |
| 74 <link rel="import" href="bower_components/polymer/polymer.html"> | 74 <link rel="import" href="bower_components/polymer/polymer.html"> |
| 75 <link rel="import" href="polymer-load-warning.html"> | 75 <link rel="import" href="polymer-load-warning.html"> |
| 76 <link rel="import" href="ui/ct-commit-tests.html"> | 76 <link rel="import" href="ui/ct-commit-tests.html"> |
| 77 <link rel="import" href="ui/ct-failure-card-tests.html"> | |
| 77 <link rel="import" href="ui/ct-failure-grouper-tests.html"> | 78 <link rel="import" href="ui/ct-failure-grouper-tests.html"> |
| 79 <link rel="import" href="ui/ct-failure-stream-tests.html"> | |
| 80 <link rel="import" href="ui/ct-results-by-builder-tests.html"> | |
| 78 <link rel="import" href="ui/ct-results-comparison-tests.html"> | 81 <link rel="import" href="ui/ct-results-comparison-tests.html"> |
| 82 <link rel="import" href="ui/ct-results-panel-tests.html"> | |
| 83 <link rel="import" href="ui/ct-test-list-tests.html"> | |
|
ojan
2014/06/30 04:48:13
Yay tests!
| |
| 79 <link rel="import" href="ui/ct-test-output-tests.html"> | 84 <link rel="import" href="ui/ct-test-output-tests.html"> |
| 80 | 85 |
| 81 </body> | 86 </body> |
| OLD | NEW |