Skip to content

Commit

Permalink
update polymer paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswex committed Jul 12, 2019
1 parent ccf8a2f commit 73707f9
Show file tree
Hide file tree
Showing 28 changed files with 30 additions and 30 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ closure_repositories(
)
http_archive(
name = "org_tensorflow_tensorboard",
sha256 = "09ced8f421fb9d4e73b3b0f8f44c91ee653251e7c2e2b953a4774a507c348a86",
strip_prefix = "tensorboard-b7dd0e369dfe51f6f08dbaf3e85fe0942dbaf64f",
sha256 = "1534836f297ae70d089379bc8f91e8817bd7911066bd8a93088f095bd05797e5",
strip_prefix = "tensorboard-dcf27c0496348349f9d905d09ed80717f421cdfe",
urls = [
"https://github.com/stephanwlee/tensorboard/archive/b7dd0e369dfe51f6f08dbaf3e85fe0942dbaf64f.tar.gz", # 2019-06-28
"https://github.com/stephanwlee/tensorboard/archive/dcf27c0496348349f9d905d09ed80717f421cdfe.tar.gz", # 2019-07-12
],
)

Expand Down
2 changes: 1 addition & 1 deletion facets/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tf_web_library(
deps = [
"//facets_dive/components/facets_dive",
"//facets_overview/components/facets_overview",
"@org_tensorflow_tensorboard//tensorboard/components:polymer",
"@org_tensorflow_tensorboard//tensorboard/components/tf_imports:polymer",
],
)

Expand Down
2 changes: 1 addition & 1 deletion facets/visualizations.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<link rel="import" href="../../polymer.html">
<link rel="import" href="../../tf-imports/polymer.html">
<link rel="import" href="../facets-overview/components/facets-overview/facets-overview.html">
<link rel="import" href="../facets-dive/components/facets-dive/facets-dive.html">
2 changes: 1 addition & 1 deletion facets_dive/components/facets_dive/facets-dive.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<link rel="import" href="../../../polymer/polymer.html">
<link rel="import" href="../../../tf-imports/polymer.html">
<link rel="import" href="../../../iron-icons/iron-icons.html">
<link rel="import" href="../../../paper-button/paper-button.html">
<link rel="import" href="../facets-dive-controls/facets-dive-controls.html">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<link rel="import" href="../../../polymer/polymer.html">
<link rel="import" href="../../../tf-imports/polymer.html">
<link rel="import" href="../../../paper-checkbox/paper-checkbox.html">
<link rel="import" href="../../../paper-dialog/paper-dialog.html">
<link rel="import" href="../../../paper-dropdown-menu/paper-dropdown-menu.html">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<link rel="import" href="../../../polymer/polymer.html">
<link rel="import" href="../../../tf-imports/polymer.html">
<link rel="import" href="../../../paper-card/paper-card.html">
<link rel="import" href="../../../paper-styles/typography.html">
<link rel="import" href="../../lib/info-renderers.html">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<link rel="import" href="../../../polymer/polymer.html">
<link rel="import" href="../../../tf-imports/polymer.html">
<link rel="import" href="../../../iron-collapse/iron-collapse.html">
<link rel="import" href="../../../iron-icons/av-icons.html">
<link rel="import" href="../../../iron-icons/iron-icons.html">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<link rel="import" href="../../../polymer/polymer.html">
<link rel="import" href="../../../tf-imports/polymer.html">
<link rel="import" href="../../../iron-resizable-behavior/iron-resizable-behavior.html">
<link rel="import" href="../../lib/axis.html">
<link rel="import" href="../../lib/bounded-object.html">
Expand Down
2 changes: 1 addition & 1 deletion facets_dive/demo/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ tf_web_library(
deps = [
"//facets_dive/components/facets_dive",
"//facets_dive/lib/test:externs",
"@org_tensorflow_tensorboard//tensorboard/components:polymer",
"@org_tensorflow_tensorboard//tensorboard/components/tf_imports:d3",
"@org_tensorflow_tensorboard//tensorboard/components/tf_imports:polymer",
],
)

Expand Down
2 changes: 1 addition & 1 deletion facets_dive/demo/quickdraw.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<html>
<head>
<meta charset="utf-8">
<link rel="import" href="../../../../polymer.html">
<link rel="import" href="../../../../tf-imports/polymer.html">
<link rel="import" href=".././components/facets-dive/facets-dive.html">
<link rel="import" href="../../../../tf-imports/d3.html">
<style>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<link rel="import" href="../../../polymer/polymer.html">
<link rel="import" href="../../../tf-imports/polymer.html">
<link rel="import" href="../../../iron-validator-behavior/iron-validator-behavior.html">

<script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<link rel="import" href="../../../polymer/polymer.html">
<link rel="import" href="../../../tf-imports/polymer.html">
<link rel="import" href="../../../paper-checkbox/paper-checkbox.html">
<link rel="import" href="../../../paper-dropdown-menu/paper-dropdown-menu.html">
<link rel="import" href="../../../paper-listbox/paper-listbox.html">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<link rel="import" href="../../../polymer/polymer.html">
<link rel="import" href="../../../tf-imports/polymer.html">
<link rel="import" href="../../../iron-list/iron-list.html">
<link rel="import" href="../../../paper-button/paper-button.html">
<link rel="import" href="../../../paper-checkbox/paper-checkbox.html">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<link rel="import" href="../../../polymer/polymer.html">
<link rel="import" href="../../../tf-imports/polymer.html">
<link rel="import" href="../../common/common_bundle.html">

<dom-module id='facets-overview-row-legend'>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<link rel="import" href="../../../polymer/polymer.html">
<link rel="import" href="../../../tf-imports/polymer.html">
<link rel="import" href="../../common/common_bundle.html">

<dom-module id='facets-overview-row-stats'>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<link rel="import" href="../../../polymer/polymer.html">
<link rel="import" href="../../../tf-imports/polymer.html">
<link rel="import" href="../../../iron-list/iron-list.html">
<link rel="import" href="../../../paper-dropdown-menu/paper-dropdown-menu.html">
<link rel="import" href="../../../paper-item/paper-item.html">
Expand Down
2 changes: 1 addition & 1 deletion facets_overview/functional_tests/many/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ tf_web_library(
"//facets_overview/functional_tests/test_helpers",
"//facets_overview/proto:feature_statistics_closure_proto",
"@org_polymer_iron_demo_helpers",
"@org_tensorflow_tensorboard//tensorboard/components:polymer",
"@org_tensorflow_tensorboard//tensorboard/components/tf_imports:d3",
"@org_tensorflow_tensorboard//tensorboard/components/tf_imports:polymer",
],
)

Expand Down
2 changes: 1 addition & 1 deletion facets_overview/functional_tests/many/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<head>
<meta charset="utf-8">
<title>Overview Test</title>
<link rel="import" href="../../../polymer.html">
<link rel="import" href="../../../tf-imports/polymer.html">
<link rel="import" href="../../../iron-demo-helpers/demo-snippet.html">
<link rel="import" href="many-test.html">
<style>
Expand Down
2 changes: 1 addition & 1 deletion facets_overview/functional_tests/simple/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ tf_web_library(
"//facets_overview/functional_tests/test_helpers",
"//facets_overview/proto:feature_statistics_closure_proto",
"@org_polymer_iron_demo_helpers",
"@org_tensorflow_tensorboard//tensorboard/components:polymer",
"@org_tensorflow_tensorboard//tensorboard/components/tf_imports:d3",
"@org_tensorflow_tensorboard//tensorboard/components/tf_imports:polymer",
],
)

Expand Down
2 changes: 1 addition & 1 deletion facets_overview/functional_tests/simple/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<head>
<meta charset="utf-8">
<title>Overview Test</title>
<link rel="import" href="../../../polymer.html">
<link rel="import" href="../../../tf-imports/polymer.html">
<link rel="import" href="../../../iron-demo-helpers/demo-snippet.html">
<link rel="import" href="simple-test.html">
<style>
Expand Down
2 changes: 1 addition & 1 deletion facets_overview/functional_tests/single/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ tf_web_library(
"//facets_overview/functional_tests/test_helpers",
"//facets_overview/proto:feature_statistics_closure_proto",
"@org_polymer_iron_demo_helpers",
"@org_tensorflow_tensorboard//tensorboard/components:polymer",
"@org_tensorflow_tensorboard//tensorboard/components/tf_imports:d3",
"@org_tensorflow_tensorboard//tensorboard/components/tf_imports:polymer",
],
)

Expand Down
2 changes: 1 addition & 1 deletion facets_overview/functional_tests/single/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<head>
<meta charset="utf-8">
<title>Overview Test</title>
<link rel="import" href="../../../polymer.html">
<link rel="import" href="../../../tf-imports/polymer.html">
<link rel="import" href="../../../iron-demo-helpers/demo-snippet.html">
<link rel="import" href="single-test.html">
<style>
Expand Down
2 changes: 1 addition & 1 deletion facets_overview/functional_tests/single_feature/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ tf_web_library(
"//facets_overview/functional_tests/test_helpers",
"//facets_overview/proto:feature_statistics_closure_proto",
"@org_polymer_iron_demo_helpers",
"@org_tensorflow_tensorboard//tensorboard/components:polymer",
"@org_tensorflow_tensorboard//tensorboard/components/tf_imports:d3",
"@org_tensorflow_tensorboard//tensorboard/components/tf_imports:polymer",
],
)

Expand Down
2 changes: 1 addition & 1 deletion facets_overview/functional_tests/single_feature/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<head>
<meta charset="utf-8">
<title>Overview Test</title>
<link rel="import" href="../../../polymer.html">
<link rel="import" href="../../../tf-imports/polymer.html">
<link rel="import" href="../../../iron-demo-helpers/demo-snippet.html">
<link rel="import" href="single-feature-test.html">
<style>
Expand Down
2 changes: 1 addition & 1 deletion facets_overview/functional_tests/stress/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ tf_web_library(
"//facets_overview/functional_tests/test_helpers",
"//facets_overview/proto:feature_statistics_closure_proto",
"@org_polymer_iron_demo_helpers",
"@org_tensorflow_tensorboard//tensorboard/components:polymer",
"@org_tensorflow_tensorboard//tensorboard/components/tf_imports:d3",
"@org_tensorflow_tensorboard//tensorboard/components/tf_imports:polymer",
],
)

Expand Down
2 changes: 1 addition & 1 deletion facets_overview/functional_tests/stress/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<head>
<meta charset="utf-8">
<title>Overview Stress Test</title>
<link rel="import" href="../../../polymer.html">
<link rel="import" href="../../../tf-imports/polymer.html">
<link rel="import" href="../../../iron-demo-helpers/demo-snippet.html">
<link rel="import" href="stress-test.html">
<style>
Expand Down
2 changes: 1 addition & 1 deletion facets_overview/functional_tests/weighted/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ tf_web_library(
"//facets_overview/functional_tests/test_helpers",
"//facets_overview/proto:feature_statistics_closure_proto",
"@org_polymer_iron_demo_helpers",
"@org_tensorflow_tensorboard//tensorboard/components:polymer",
"@org_tensorflow_tensorboard//tensorboard/components/tf_imports:d3",
"@org_tensorflow_tensorboard//tensorboard/components/tf_imports:polymer",
],
)

Expand Down
2 changes: 1 addition & 1 deletion facets_overview/functional_tests/weighted/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<head>
<meta charset="utf-8">
<title>Overview Test</title>
<link rel="import" href="../../../polymer.html">
<link rel="import" href="../../../tf-imports/polymer.html">
<link rel="import" href="../../../iron-demo-helpers/demo-snippet.html">
<link rel="import" href="weighted-test.html">
<style>
Expand Down

0 comments on commit 73707f9

Please sign in to comment.