| <!-- |
| Copyright 2016 The LUCI Authors. All rights reserved. |
| Use of this source code is governed under the Apache License, Version 2.0 |
| that can be found in the LICENSE file. |
| --> |
| |
| <!-- Iron elements --> |
| |
| <!-- Paper elements --> |
| <link rel="import" href="../inc/bower_components/paper-button/paper-button.html"> |
| <link rel="import" href="../inc/bower_components/paper-styles/default-theme.html"> |
| <link rel="import" href="../inc/bower_components/paper-styles/typography.html"> |
| |
| <!-- Configure your routes here --> |
| |
| <!-- Auth --> |
| <link rel="import" href="../inc/bower_components/google-signin/google-signin-aware.html"> |
| <link rel="import" href="../inc/auth/auth-signin.html"> |
| |
| <!-- Application elements --> |
| <link rel="import" href="../inc/rpc/rpc-client.html"> |
| <link rel="import" href="../inc/rpc/rpc-code.html"> |
| <link rel="import" href="../inc/rpc/rpc-error.html"> |
| <link rel="import" href="../inc/rpc/rpc-call.html"> |
| |
| <link rel="import" href="../inc/logdog-stream-view/logdog-stream-view.html"> |
| <link rel="import" href="../inc/logdog-app-base/logdog-app-base.html"> |
| |
| <link rel="import" href="logdog-view/logdog-view.html"> |
| |
| <!-- Custom styles --> |
| <link rel="import" href="../inc/logdog-styles/app-theme.html"> |
| <link rel="import" href="../inc/logdog-styles/shared-styles.html"> |