Bazel plumbing to add bazel_components/polymer-resin
This is a partial roll-forward of c/106190. It adds a dependency on the latest version of polymer-resin. Later CLs will actually use this dependency. Change-Id: I3cf5f9c823d74da58a8b1326153a672959fa3f13
This commit is contained in:
@@ -1107,6 +1107,13 @@ bower_archive(
|
||||
version = "1.0.0",
|
||||
)
|
||||
|
||||
bower_archive(
|
||||
name = "polymer-resin",
|
||||
package = "polymer/polymer-resin",
|
||||
sha1 = "4a60925f44d004b593e93aca828918b15b29526b",
|
||||
version = "1.2.1-beta",
|
||||
)
|
||||
|
||||
# bower test stuff
|
||||
|
||||
bower_archive(
|
||||
|
@@ -167,6 +167,15 @@ def define_bower_components():
|
||||
license = "//lib:LICENSE-page.js",
|
||||
seed = True,
|
||||
)
|
||||
bower_component(
|
||||
name = "polymer-resin",
|
||||
license = "//lib:LICENSE-polymer",
|
||||
deps = [
|
||||
":polymer",
|
||||
":webcomponentsjs",
|
||||
],
|
||||
seed = True,
|
||||
)
|
||||
bower_component(
|
||||
name = "polymer",
|
||||
license = "//lib:LICENSE-polymer",
|
||||
|
@@ -21,6 +21,7 @@ bower_component_bundle(
|
||||
"//lib/js:moment",
|
||||
"//lib/js:page",
|
||||
"//lib/js:polymer",
|
||||
"//lib/js:polymer-resin",
|
||||
"//lib/js:promise-polyfill",
|
||||
],
|
||||
)
|
||||
|
@@ -22,7 +22,7 @@ limitations under the License.
|
||||
<script src="../../../bower_components/webcomponentsjs/webcomponents-lite.min.js"></script>
|
||||
<script src="../../../bower_components/web-component-tester/browser.js"></script>
|
||||
|
||||
<link rel="import" href="../../../bower_components/iron-test-helpers/iron-test-helpers.html">
|
||||
<link rel="import" href="../../../test/common-test-setup.html"/>
|
||||
|
||||
<link rel="import" href="gr-admin-group-list.html">
|
||||
|
||||
|
@@ -21,7 +21,7 @@ limitations under the License.
|
||||
<script src="../../../bower_components/webcomponentsjs/webcomponents-lite.min.js"></script>
|
||||
<script src="../../../bower_components/web-component-tester/browser.js"></script>
|
||||
|
||||
<link rel="import" href="../../../bower_components/iron-test-helpers/iron-test-helpers.html">
|
||||
<link rel="import" href="../../../test/common-test-setup.html"/>
|
||||
<link rel="import" href="gr-label-score-row.html">
|
||||
|
||||
<script>void(0);</script>
|
||||
|
@@ -22,7 +22,6 @@ 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="../../../bower_components/iron-test-helpers/iron-test-helpers.html">
|
||||
<link rel="import" href="../../plugins/gr-plugin-host/gr-plugin-host.html">
|
||||
<link rel="import" href="gr-reply-dialog.html">
|
||||
|
||||
|
@@ -21,7 +21,7 @@ limitations under the License.
|
||||
<script src="../../../bower_components/webcomponentsjs/webcomponents-lite.min.js"></script>
|
||||
<script src="../../../bower_components/web-component-tester/browser.js"></script>
|
||||
|
||||
<link rel="import" href="../../../bower_components/iron-test-helpers/iron-test-helpers.html">
|
||||
<link rel="import" href="../../../test/common-test-setup.html"/>
|
||||
<link rel="import" href="gr-list-view.html">
|
||||
|
||||
<script>void(0);</script>
|
||||
|
@@ -15,5 +15,11 @@ See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<link rel="import"
|
||||
href="../bower_components/polymer-resin/standalone/polymer-resin-debug.html"
|
||||
/>
|
||||
<script>
|
||||
security.polymer_resin.install({allowedIdentifierPrefixes: ['']});
|
||||
</script>
|
||||
<link rel="import"
|
||||
href="../bower_components/iron-test-helpers/iron-test-helpers.html" />
|
||||
|
Reference in New Issue
Block a user