Merge "Partial revert of I3cf5f9c823d74da58a8b1326153a672959fa3f13"
This commit is contained in:
@@ -1107,13 +1107,6 @@ bower_archive(
|
|||||||
version = "1.0.0",
|
version = "1.0.0",
|
||||||
)
|
)
|
||||||
|
|
||||||
bower_archive(
|
|
||||||
name = "polymer-resin",
|
|
||||||
package = "polymer/polymer-resin",
|
|
||||||
sha1 = "4a60925f44d004b593e93aca828918b15b29526b",
|
|
||||||
version = "1.2.1-beta",
|
|
||||||
)
|
|
||||||
|
|
||||||
# bower test stuff
|
# bower test stuff
|
||||||
|
|
||||||
bower_archive(
|
bower_archive(
|
||||||
|
@@ -167,15 +167,6 @@ def define_bower_components():
|
|||||||
license = "//lib:LICENSE-page.js",
|
license = "//lib:LICENSE-page.js",
|
||||||
seed = True,
|
seed = True,
|
||||||
)
|
)
|
||||||
bower_component(
|
|
||||||
name = "polymer-resin",
|
|
||||||
license = "//lib:LICENSE-polymer",
|
|
||||||
deps = [
|
|
||||||
":polymer",
|
|
||||||
":webcomponentsjs",
|
|
||||||
],
|
|
||||||
seed = True,
|
|
||||||
)
|
|
||||||
bower_component(
|
bower_component(
|
||||||
name = "polymer",
|
name = "polymer",
|
||||||
license = "//lib:LICENSE-polymer",
|
license = "//lib:LICENSE-polymer",
|
||||||
|
@@ -21,7 +21,6 @@ bower_component_bundle(
|
|||||||
"//lib/js:moment",
|
"//lib/js:moment",
|
||||||
"//lib/js:page",
|
"//lib/js:page",
|
||||||
"//lib/js:polymer",
|
"//lib/js:polymer",
|
||||||
"//lib/js:polymer-resin",
|
|
||||||
"//lib/js:promise-polyfill",
|
"//lib/js:promise-polyfill",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
@@ -15,11 +15,5 @@ See the License for the specific language governing permissions and
|
|||||||
limitations under the License.
|
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"
|
<link rel="import"
|
||||||
href="../bower_components/iron-test-helpers/iron-test-helpers.html" />
|
href="../bower_components/iron-test-helpers/iron-test-helpers.html" />
|
||||||
|
Reference in New Issue
Block a user