@@ -33,7 +33,7 @@ cc_binary(
3333 "@abseil-cpp//absl/container:btree" ,
3434 "@abseil-cpp//absl/flags:flag" ,
3535 "@abseil-cpp//absl/strings" ,
36- "@com_google_protobuf //:protobuf" ,
36+ "@protobuf //:protobuf" ,
3737 ],
3838)
3939
@@ -52,7 +52,7 @@ cc_test(
5252 "//ortools/packing:multiple_dimensions_bin_packing_cc_proto" ,
5353 "//ortools/sat:cp_model" ,
5454 "@abseil-cpp//absl/flags:flag" ,
55- "@com_google_protobuf //:protobuf" ,
55+ "@protobuf //:protobuf" ,
5656 ],
5757)
5858
@@ -200,7 +200,7 @@ cc_binary(
200200 "@abseil-cpp//absl/flags:flag" ,
201201 "@abseil-cpp//absl/flags:parse" ,
202202 "@abseil-cpp//absl/strings:str_format" ,
203- "@com_google_protobuf //:protobuf" ,
203+ "@protobuf //:protobuf" ,
204204 ],
205205)
206206
@@ -216,7 +216,7 @@ cc_test(
216216 "@abseil-cpp//absl/flags:flag" ,
217217 "@abseil-cpp//absl/flags:parse" ,
218218 "@abseil-cpp//absl/strings:str_format" ,
219- "@com_google_protobuf //:protobuf" ,
219+ "@protobuf //:protobuf" ,
220220 ],
221221)
222222
@@ -232,7 +232,7 @@ cc_binary(
232232 "//ortools/sat:cp_model" ,
233233 "//ortools/sat:cp_model_solver" ,
234234 "@abseil-cpp//absl/flags:flag" ,
235- "@com_google_protobuf //:protobuf" ,
235+ "@protobuf //:protobuf" ,
236236 ],
237237)
238238
@@ -250,7 +250,7 @@ cc_test(
250250 "//ortools/packing:multiple_dimensions_bin_packing_cc_proto" ,
251251 "//ortools/sat:cp_model" ,
252252 "@abseil-cpp//absl/flags:flag" ,
253- "@com_google_protobuf //:protobuf" ,
253+ "@protobuf //:protobuf" ,
254254 ],
255255)
256256
@@ -405,7 +405,7 @@ cc_binary(
405405 "//ortools/util:filelineiter" ,
406406 "@abseil-cpp//absl/flags:flag" ,
407407 "@abseil-cpp//absl/strings" ,
408- "@com_google_protobuf //:protobuf" ,
408+ "@protobuf //:protobuf" ,
409409 ],
410410)
411411
@@ -433,7 +433,7 @@ cc_test(
433433 "//ortools/util:filelineiter" ,
434434 "@abseil-cpp//absl/flags:flag" ,
435435 "@abseil-cpp//absl/strings" ,
436- "@com_google_protobuf //:protobuf" ,
436+ "@protobuf //:protobuf" ,
437437 ],
438438)
439439
@@ -607,7 +607,7 @@ cc_binary(
607607 "//ortools/routing" ,
608608 "//ortools/util:random_engine" ,
609609 "@abseil-cpp//absl/strings" ,
610- "@com_google_protobuf //:protobuf" ,
610+ "@protobuf //:protobuf" ,
611611 ],
612612)
613613
@@ -623,7 +623,7 @@ cc_binary(
623623 "@abseil-cpp//absl/flags:flag" ,
624624 "@abseil-cpp//absl/strings" ,
625625 "@abseil-cpp//absl/strings:str_format" ,
626- "@com_google_protobuf //:protobuf" ,
626+ "@protobuf //:protobuf" ,
627627 ],
628628)
629629
@@ -766,7 +766,7 @@ cc_binary(
766766 "@abseil-cpp//absl/status" ,
767767 "@abseil-cpp//absl/strings" ,
768768 "@abseil-cpp//absl/strings:str_format" ,
769- "@com_google_protobuf //:protobuf" ,
769+ "@protobuf //:protobuf" ,
770770 ],
771771)
772772
@@ -787,7 +787,7 @@ cc_test(
787787 "@abseil-cpp//absl/status" ,
788788 "@abseil-cpp//absl/strings" ,
789789 "@abseil-cpp//absl/strings:str_format" ,
790- "@com_google_protobuf //:protobuf" ,
790+ "@protobuf //:protobuf" ,
791791 ],
792792)
793793
@@ -943,7 +943,7 @@ cc_binary(
943943 "//ortools/util:qap_reader" ,
944944 "@abseil-cpp//absl/flags:flag" ,
945945 "@abseil-cpp//absl/strings" ,
946- "@com_google_protobuf //:protobuf" ,
946+ "@protobuf //:protobuf" ,
947947 ],
948948)
949949
@@ -977,7 +977,7 @@ cc_binary(
977977 "@abseil-cpp//absl/flags:flag" ,
978978 "@abseil-cpp//absl/flags:parse" ,
979979 "@abseil-cpp//absl/random" ,
980- "@com_google_protobuf //:protobuf" ,
980+ "@protobuf //:protobuf" ,
981981 ],
982982)
983983
0 commit comments