Files
gerrit/polygerrit-ui/app/elements/plugins/gr-dom-hooks/gr-dom-hooks.html
Ben Rohlfs 65fc093756 Remove gr-js-api-interface import from gr-dom-hooks.html
This breaks a cyclic dependency, because gr-js-api-interface.html also
has a dependency on gr-dom-hooks. Thus the gr-app binary will become
more predictable in terms of ordering, e.g. we will be sure that
GrDomHooks is defined when installPreloadedPlugins() runs.

Change-Id: If2c0d44e941c318fda540d4f225e6ea62b4c631d
2019-06-20 10:18:54 +02:00

23 lines
745 B
HTML

<!--
@license
Copyright (C) 2017 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.
-->
<link rel="import" href="/bower_components/polymer/polymer.html">
<dom-module id="gr-dom-hooks">
<script src="gr-dom-hooks.js"></script>
</dom-module>