Files
gerrit/polygerrit-ui/app/gr-diff/gr-diff-root.js
Dmitrii Filippov 445e9249e6 Manually convert shared components to es6 modules
gr-diff.html and gr-diff-root.html are shared components. Polymer
modulizer doesn't convert these files automatically because they are not
reachable from the application root (i.e. from gr-app.html).

The gerrit-ci can fail on this change. The tests will be repaired after
conversion to es6 modules.

Change-Id: Icd51889a55f0ead9be953281593246dc75af9a6d
2020-03-17 10:07:33 +00:00

20 lines
712 B
JavaScript

/**
* @license
* Copyright (C) 2020 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.
*/
window.Gerrit = window.Gerrit || {};
import '../elements/diff/gr-diff/gr-diff.js';