Merge "Partial revert of I3cf5f9c823d74da58a8b1326153a672959fa3f13"

This commit is contained in:
Wyatt Allen
2017-06-14 20:16:38 +00:00
committed by Gerrit Code Review
4 changed files with 0 additions and 23 deletions

View File

@@ -1107,13 +1107,6 @@ 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(

View File

@@ -167,15 +167,6 @@ 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",

View File

@@ -21,7 +21,6 @@ bower_component_bundle(
"//lib/js:moment",
"//lib/js:page",
"//lib/js:polymer",
"//lib/js:polymer-resin",
"//lib/js:promise-polyfill",
],
)

View File

@@ -15,11 +15,5 @@ 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" />