diff --git a/bower.json b/bower.json index b91596b..fda935d 100644 --- a/bower.json +++ b/bower.json @@ -14,9 +14,8 @@ "dependencies": { "CustomElements": "Polymer/CustomElements#master", "HTMLImports": "Polymer/HTMLImports#master", - "polymer-gestures":"Polymer/polymer-gestures#master", "ShadowDOM": "Polymer/ShadowDOM#master", - "polymer-expressions": "Polymer/polymer-expressions#master", + "TemplateBinding": "Polymer/TemplateBinding#master", "tools": "Polymer/tools#master", "URL": "Polymer/URL#master" }, diff --git a/build-native.json b/build-native.json index 077ac18..679fdd8 100644 --- a/build-native.json +++ b/build-native.json @@ -14,8 +14,5 @@ "src/loader.js", "src/styleloader.js", - "../polymer-gestures/build.json", - - "../polymer-expressions/build.json", "src/patches-mdv.js" ] diff --git a/build.json b/build.json index 3952e69..e2e2a7e 100644 --- a/build.json +++ b/build.json @@ -26,8 +26,7 @@ "src/loader.js", "src/styleloader.js", - "../polymer-gestures/build.json", + "../TemplateBinding/build.json", - "../polymer-expressions/build.json", "src/patches-mdv.js" ] diff --git a/platform.js b/platform.js index 57a5f18..9c4fa01 100644 --- a/platform.js +++ b/platform.js @@ -64,15 +64,11 @@ function processFlags(flags) { 'src/loader.js', 'src/styleloader.js', - '../polymer-gestures/polymer-gestures.js', - // TODO(sjmiles): polymer-expressions.js does not load dependencies, but // the build.json does '../observe-js/src/observe.js', '../NodeBind/src/NodeBind.js', '../TemplateBinding/src/TemplateBinding.js', - '../polymer-expressions/third_party/esprima/esprima.js', - '../polymer-expressions/src/polymer-expressions.js', 'src/patches-mdv.js' ] ); diff --git a/test/html/mdv-shadow.html b/test/html/mdv-shadow.html deleted file mode 100644 index e3be683..0000000 --- a/test/html/mdv-shadow.html +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - MDV + ShadowDOM Polyfill Integration Tests - - - - - - - - - - - -
- - - diff --git a/test/html/template-repeat-wrappers.html b/test/html/template-repeat-wrappers.html deleted file mode 100644 index 9fa5552..0000000 --- a/test/html/template-repeat-wrappers.html +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - -
- - diff --git a/test/js/tests.js b/test/js/tests.js index e13b519..a106e78 100644 --- a/test/js/tests.js +++ b/test/js/tests.js @@ -15,8 +15,6 @@ htmlSuite('integration', function() { htmlTest('html/web-components.html'); htmlTest('html/smoke.html'); htmlTest('html/smoke.html?shadow®ister'); - htmlTest('html/mdv-shadow.html'); - htmlTest('html/template-repeat-wrappers.html'); htmlTest('html/ce-import.html'); htmlTest('html/ce-import.html?shadow'); htmlTest('html/ce-upgrade-order.html');