| OLD | NEW |
| 1 <!-- | 1 <!-- |
| 2 Copyright 2016 The LUCI Authors. All rights reserved. | 2 Copyright 2016 The LUCI Authors. All rights reserved. |
| 3 Use of this source code is governed under the Apache License, Version 2.0 | 3 Use of this source code is governed under the Apache License, Version 2.0 |
| 4 that can be found in the LICENSE file. | 4 that can be found in the LICENSE file. |
| 5 --> | 5 --> |
| 6 | 6 |
| 7 <!-- Iron elements --> | 7 <!-- Iron elements --> |
| 8 | 8 |
| 9 <!-- Paper elements --> | 9 <!-- Paper elements --> |
| 10 <link rel="import" href="../inc/bower_components/paper-button/paper-button.html"
> | 10 <link rel="import" href="../inc/bower_components/paper-button/paper-button.html"
> |
| 11 <link rel="import" href="../inc/bower_components/paper-styles/typography.html"> | 11 <link rel="import" href="../inc/bower_components/paper-styles/typography.html"> |
| 12 | 12 |
| 13 <!-- Configure your routes here --> | 13 <!-- Configure your routes here --> |
| 14 | 14 |
| 15 <!-- Auth --> | 15 <!-- Auth --> |
| 16 <link rel="import" href="../inc/bower_components/google-signin/google-signin-awa
re.html"> | 16 <link rel="import" href="../inc/bower_components/google-signin/google-signin-awa
re.html"> |
| 17 <link rel="import" href="../inc/auth/auth-signin.html"> | 17 <link rel="import" href="../inc/auth/auth-signin.html"> |
| 18 | 18 |
| 19 <!-- Application elements --> | 19 <!-- Application elements --> |
| 20 <link rel="import" href="../inc/rpc/rpc-client.html"> | 20 <link rel="import" href="../inc/rpc/rpc-client.html"> |
| 21 <link rel="import" href="../inc/rpc/rpc-code.html"> | 21 <link rel="import" href="../inc/rpc/rpc-code.html"> |
| 22 <link rel="import" href="../inc/rpc/rpc-error.html"> | 22 <link rel="import" href="../inc/rpc/rpc-error.html"> |
| 23 <link rel="import" href="../inc/rpc/rpc-call.html"> | 23 <link rel="import" href="../inc/rpc/rpc-call.html"> |
| 24 | 24 |
| 25 <link rel="import" href="../inc/luci-sleep-promise/luci-sleep-promise.html"> | 25 <link rel="import" href="../inc/luci-sleep-promise/luci-sleep-promise.html"> |
| 26 <link rel="import" href="../inc/logdog-stream/logdog-error.html"> |
| 26 <link rel="import" href="../inc/logdog-stream/logdog-stream.html"> | 27 <link rel="import" href="../inc/logdog-stream/logdog-stream.html"> |
| 27 <link rel="import" href="../inc/logdog-stream-view/logdog-stream-query.html"> | 28 <link rel="import" href="../inc/logdog-stream-view/logdog-stream-query.html"> |
| 28 <link rel="import" href="../inc/logdog-stream-view/logdog-stream-fetcher.html"> | 29 <link rel="import" href="../inc/logdog-stream-view/logdog-stream-fetcher.html"> |
| 29 <link rel="import" href="../inc/logdog-stream-view/logdog-stream-view.html"> | 30 <link rel="import" href="../inc/logdog-stream-view/logdog-stream-view.html"> |
| 30 <link rel="import" href="../inc/logdog-app-base/logdog-app-base.html"> | 31 <link rel="import" href="../inc/logdog-app-base/logdog-app-base.html"> |
| 31 | 32 |
| 32 <link rel="import" href="logdog-view/logdog-view.html"> | 33 <link rel="import" href="logdog-view/logdog-view.html"> |
| 33 | 34 |
| 34 <!-- Custom styles --> | 35 <!-- Custom styles --> |
| 35 <link rel="import" href="../inc/logdog-styles/app-theme.html"> | 36 <link rel="import" href="../inc/logdog-styles/app-theme.html"> |
| 36 <link rel="import" href="../inc/logdog-styles/shared-styles.html"> | 37 <link rel="import" href="../inc/logdog-styles/shared-styles.html"> |
| OLD | NEW |