aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tensorboard/components/tf_color_scale/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/tensorboard/components/tf_color_scale/BUILD')
-rw-r--r--tensorflow/tensorboard/components/tf_color_scale/BUILD14
1 files changed, 12 insertions, 2 deletions
diff --git a/tensorflow/tensorboard/components/tf_color_scale/BUILD b/tensorflow/tensorboard/components/tf_color_scale/BUILD
index 3e64fccd2e..f6f1be099a 100644
--- a/tensorflow/tensorboard/components/tf_color_scale/BUILD
+++ b/tensorflow/tensorboard/components/tf_color_scale/BUILD
@@ -48,7 +48,7 @@ tensorboard_webcomponent_library(
],
destdir = "tf-color-scale",
deps = [
- "//tensorflow/tensorboard/components:tf_imports",
+ "//tensorflow/tensorboard/components/tf_imports_google:lib",
"//third_party/javascript/polymer/v1/polymer:lib",
],
)
@@ -61,5 +61,15 @@ tensorboard_ts_library(
],
deps_mgmt = "off",
runtime = "nodejs",
- deps = ["//tensorflow/tensorboard/components:common_deps"],
+ deps = [
+ "//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",
+ ],
)