aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tensorboard/components/tf_storage/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/tensorboard/components/tf_storage/BUILD')
-rw-r--r--tensorflow/tensorboard/components/tf_storage/BUILD12
1 files changed, 10 insertions, 2 deletions
diff --git a/tensorflow/tensorboard/components/tf_storage/BUILD b/tensorflow/tensorboard/components/tf_storage/BUILD
index 8b2e006367..940d09681d 100644
--- a/tensorflow/tensorboard/components/tf_storage/BUILD
+++ b/tensorflow/tensorboard/components/tf_storage/BUILD
@@ -52,8 +52,8 @@ tensorboard_webcomponent_library(
visibility = ["//visibility:public"],
destdir = "tf-storage",
deps = [
- "//tensorflow/tensorboard/components:tf_imports",
"//tensorflow/tensorboard/components/tf_globals:legacy",
+ "//tensorflow/tensorboard/components/tf_imports_google:lib",
"//third_party/javascript/polymer/v1/polymer:lib",
],
)
@@ -64,7 +64,15 @@ tensorboard_ts_library(
deps_mgmt = "off",
runtime = "nodejs",
deps = [
- "//tensorflow/tensorboard/components:common_deps",
"//tensorflow/tensorboard/components/tf_globals:legacy_ts",
+ "//third_party/javascript/node_modules/typescript:es2015.promise",
+ "//third_party/javascript/plottable/v1:typings",
+ "//third_party/javascript/typings/chai",
+ "//third_party/javascript/typings/d3",
+ "//third_party/javascript/typings/lodash",
+ "//third_party/javascript/typings/mocha",
+ "//third_party/javascript/typings/polymer:polymer_without_externs",
+ "//third_party/javascript/typings/sinon",
+ "//third_party/javascript/typings/webcomponents_js",
],
)