aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/platform/default/build_config/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/platform/default/build_config/BUILD')
-rw-r--r--tensorflow/core/platform/default/build_config/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/platform/default/build_config/BUILD b/tensorflow/core/platform/default/build_config/BUILD
index 158c42b5ad..e2118c087e 100644
--- a/tensorflow/core/platform/default/build_config/BUILD
+++ b/tensorflow/core/platform/default/build_config/BUILD
@@ -58,12 +58,12 @@ cc_library(
copts = tf_copts(),
deps = [
"//tensorflow/core:protos_cc",
+ "@com_googlesource_code_re2//:re2",
"@farmhash_archive//:farmhash",
"@gif_archive//:gif",
"@highwayhash//:sip_hash",
"@jpeg_archive//:jpeg",
"@png_archive//:png",
- "@re2//:re2",
],
)