Remove circular dependencies on gr-js-api-interface
All these separated APIs are part of the gr-js-api-interface and used by gr-public-js-api (plugin.x), they don't exist individually and are not exported anytime. Add gr-js-api-interface to the test file to support Gerrit.install Bug: Issue 12090 Change-Id: Ic1f72f354dc16b949ba58cf9634c83fc622ba1a8
This commit is contained in:
@@ -16,7 +16,6 @@ limitations under the License.
|
||||
-->
|
||||
|
||||
<link rel="import" href="/bower_components/polymer/polymer.html">
|
||||
<link rel="import" href="../../shared/gr-js-api-interface/gr-js-api-interface.html">
|
||||
<link rel="import" href="gr-plugin-popup.html">
|
||||
|
||||
<dom-module id="gr-popup-interface">
|
||||
|
||||
@@ -25,6 +25,7 @@ limitations under the License.
|
||||
<script src="/bower_components/web-component-tester/browser.js"></script>
|
||||
<link rel="import" href="../../../test/common-test-setup.html"/>
|
||||
<link rel="import" href="gr-popup-interface.html"/>
|
||||
<link rel="import" href="../../shared/gr-js-api-interface/gr-js-api-interface.html">
|
||||
|
||||
<script>void(0);</script>
|
||||
|
||||
|
||||
@@ -16,7 +16,6 @@ limitations under the License.
|
||||
-->
|
||||
|
||||
<link rel="import" href="/bower_components/polymer/polymer.html">
|
||||
<link rel="import" href="../../shared/gr-js-api-interface/gr-js-api-interface.html">
|
||||
<link rel="import" href="gr-plugin-repo-command.html">
|
||||
|
||||
<dom-module id="gr-repo-api">
|
||||
|
||||
@@ -19,8 +19,6 @@ limitations under the License.
|
||||
<link rel="import" href="../../../behaviors/base-url-behavior/base-url-behavior.html">
|
||||
<link rel="import" href="../../settings/gr-settings-view/gr-settings-item.html">
|
||||
<link rel="import" href="../../settings/gr-settings-view/gr-settings-menu-item.html">
|
||||
<link rel="import" href="../../shared/gr-js-api-interface/gr-js-api-interface.html">
|
||||
<link rel="import" href="../../shared/gr-js-api-interface/gr-js-api-interface.html">
|
||||
|
||||
<dom-module id="gr-settings-api">
|
||||
<script src="gr-settings-api.js"></script>
|
||||
|
||||
@@ -16,7 +16,6 @@ limitations under the License.
|
||||
-->
|
||||
|
||||
<link rel="import" href="/bower_components/polymer/polymer.html">
|
||||
<link rel="import" href="../../shared/gr-js-api-interface/gr-js-api-interface.html">
|
||||
<link rel="import" href="gr-custom-plugin-header.html">
|
||||
|
||||
<dom-module id="gr-theme-api">
|
||||
|
||||
Reference in New Issue
Block a user