forked from google/santa-tracker-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelements_en.html
More file actions
58 lines (50 loc) · 2.95 KB
/
Copy pathelements_en.html
File metadata and controls
58 lines (50 loc) · 2.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!--
Copyright 2015 Google Inc. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.
-->
<!-- These imports are all excluded from any scene's build, and instead are included in the main
elements bundle (see `vulcanize-scenes` in gulpfile.js). -->
<!-- Shared libs -->
<link rel="import" href="../js/jquery.html">
<link rel="import" href="../js/webanimations.html">
<link rel="import" href="../js/santa.html">
<!-- Polymer elements shared by scenes -->
<link rel="import" href="../components/polymer/polymer.html">
<link rel="import" href="../components/app-storage/app-localstorage/app-localstorage-document.html">
<link rel="import" href="../components/google-apis/google-client-loader.html">
<link rel="import" href="../components/google-apis/google-js-api.html">
<link rel="import" href="../components/google-apis/google-plusone-api.html">
<link rel="import" href="../components/google-youtube/google-youtube.html">
<link rel="import" href="../components/i18n-msg/i18n-msg.html">
<link rel="import" href="../components/iron-jsonp-library/iron-jsonp-library.html">
<link rel="import" href="../components/iron-a11y-keys/iron-a11y-keys.html">
<link rel="import" href="../components/iron-flex-layout/iron-flex-layout.html">
<link rel="import" href="../components/iron-icon/iron-icon.html">
<link rel="import" href="../components/iron-iconset-svg/iron-iconset-svg.html">
<link rel="import" href="../components/iron-media-query/iron-media-query.html">
<link rel="import" href="../components/iron-meta/iron-meta.html">
<link rel="import" href="../components/iron-pages/iron-pages.html">
<link rel="import" href="../components/iron-selector/iron-selector.html">
<link rel="import" href="../components/paper-item/paper-item.html">
<link rel="import" href="../components/paper-fab/paper-fab.html">
<link rel="import" href="../components/paper-ripple/paper-ripple.html">
<link rel="import" href="../scenes/scene-behavior.html">
<link rel="import" href="weather/santa-weather.html">
<link rel="import" href="santa-app-behavior.html">
<link rel="import" href="santa-icons.html">
<link rel="import" href="santa-maps-api.html">
<link rel="import" href="santa-media.html">
<link rel="import" href="santa-state.html">
<link rel="import" href="santa-strings.html">
<!-- Scene elements brought into elements -->
<link rel="import" href="../scenes/smatch/html/smatch-secret.html">
<link rel="import" href="../scenes/smatch/html/smatch-storage.html">
<!-- Main page imports -->
<link rel="import" href="santacontroller/santa-app.html">