File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ py_binary(
2222 name = "tensorflow_build_info" ,
2323 srcs = ["tensorflow_build_info.py" ],
2424 deps = [
25- "//third_party/py /absl:app" ,
25+ "@absl_py/ /absl:app" ,
2626 "@release_or_nightly//:tensorflow_pkg" ,
2727 ],
2828)
Original file line number Diff line number Diff line change @@ -29,6 +29,6 @@ exports_files(["LICENSE"])
2929cc_library (
3030 name = "icu_normalization_data" ,
3131 srcs = ["normalization_data.c" ],
32- deps = ["//third_party/icu :headers" ],
32+ deps = ["@icu// :headers" ],
3333 alwayslink = 1 ,
3434)
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ cc_library(
4444 "src/common.h" ,
4545 ],
4646 deps = [
47- "//third_party /absl/base" ,
47+ "@com_google_absl/ /absl/base" ,
4848 ],
4949)
5050
@@ -88,11 +88,11 @@ cc_library(
8888 ":common" ,
8989 ":sentencepiece_cc_proto" ,
9090 ":sentencepiece_model_cc_proto" ,
91- "//third_party /absl/container:flat_hash_map" ,
92- "//third_party /absl/container:flat_hash_set" ,
93- "//third_party /absl/memory" ,
94- "//third_party /absl/strings" ,
95- "//third_party /absl/strings:str_format" ,
96- "//third_party/ darts_clone" ,
91+ "@com_google_absl/ /absl/container:flat_hash_map" ,
92+ "@com_google_absl/ /absl/container:flat_hash_set" ,
93+ "@com_google_absl/ /absl/memory" ,
94+ "@com_google_absl/ /absl/strings" ,
95+ "@com_google_absl/ /absl/strings:str_format" ,
96+ "@ darts_clone" ,
9797 ],
9898)
You can’t perform that action at this time.
0 commit comments