diff --git a/polygerrit-ui/app/elements/gr-app-p2.html b/polygerrit-ui/app/elements/gr-app-p2.html new file mode 100644 index 0000000000..2ce5ed8fe1 --- /dev/null +++ b/polygerrit-ui/app/elements/gr-app-p2.html @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + diff --git a/polygerrit-ui/app/elements/gr-app-p2.js b/polygerrit-ui/app/elements/gr-app-p2.js new file mode 100644 index 0000000000..2163c0209e --- /dev/null +++ b/polygerrit-ui/app/elements/gr-app-p2.js @@ -0,0 +1,23 @@ +/** + * @license + * Copyright (C) 2019 The Android Open Source Project + * + * 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. + */ +(function() { + 'use strict'; + + Polymer({ + is: 'gr-app-p2', + }); +})(); diff --git a/polygerrit-ui/app/elements/gr-app.html b/polygerrit-ui/app/elements/gr-app.html index 1a31d4ca94..e2d2680512 100644 --- a/polygerrit-ui/app/elements/gr-app.html +++ b/polygerrit-ui/app/elements/gr-app.html @@ -15,25 +15,22 @@ See the License for the specific language governing permissions and limitations under the License. --> - {\n} + + {if $polymer2} + {\n} + {else} + {\n} + {/if} + // Content between webcomponents-lite and the load of the main app element // run before polymer-resin is installed so may have security consequences. // Contact your local security engineer if you have any questions, and @@ -90,9 +96,18 @@ {\n} {/if} - {\n} - {\n} + {if $polymer2} + {\n} + {\n} + {else} + {\n} + {\n} + {/if} {\n} - {\n} + {if $polymer2} + {\n} + {else} + {\n} + {/if} {/template}