@@ -37,11 +37,11 @@ cc_library(
3737 ":user_provided_packet_test_vector" ,
3838 ":validation_result" ,
3939 "//dvaas/thinkit_tests:dvaas_regression_cc_proto" ,
40- "//gutil:proto" ,
41- "//gutil:proto_ordering" ,
42- "//gutil:status" ,
43- "//gutil:test_artifact_writer" ,
44- "//gutil:version" ,
40+ "//gutil/gutil :proto" ,
41+ "//gutil/gutil :proto_ordering" ,
42+ "//gutil/gutil :status" ,
43+ "//gutil/gutil :test_artifact_writer" ,
44+ "//gutil/gutil :version" ,
4545 "//lib/gnmi:gnmi_helper" ,
4646 "//lib/gnmi:openconfig_cc_proto" ,
4747 "//lib/p4rt:p4rt_port" ,
@@ -89,8 +89,8 @@ cc_library(
8989 deps = [
9090 ":dvaas_detective_cc_proto" ,
9191 ":test_vector_cc_proto" ,
92- "//gutil:overload " ,
93- "//gutil:proto " ,
92+ "//gutil/gutil:proto " ,
93+ "//gutil/gutil:overload " ,
9494 "//p4_pdpi/packetlib:packetlib_cc_proto" ,
9595 "@com_google_absl//absl/container:flat_hash_map" ,
9696 "@com_google_absl//absl/status" ,
@@ -114,10 +114,10 @@ cc_test(
114114 deps = [
115115 ":dvaas_detective" ,
116116 ":dvaas_detective_cc_proto" ,
117- "//gutil:proto" ,
118- "//gutil:testing" ,
117+ "//gutil/gutil :proto" ,
118+ "//gutil/gutil :testing" ,
119119 ":test_vector_cc_proto" ,
120- "//gutil:status_matchers" ,
120+ "//gutil/gutil :status_matchers" ,
121121 "//p4_pdpi/internal:ordered_map" ,
122122 "//p4_pdpi/packetlib:packetlib_cc_proto" ,
123123 "@com_google_absl//absl/container:flat_hash_map" ,
@@ -148,10 +148,10 @@ cc_test(
148148 deps = [
149149 ":dataplane_validation" ,
150150 ":packet_trace_cc_proto" ,
151- "//gutil:proto" ,
152- "//gutil:status_matchers" ,
153- "//gutil:test_artifact_writer" ,
154- "//gutil:testing" ,
151+ "//gutil/gutil :proto" ,
152+ "//gutil/gutil :status_matchers" ,
153+ "//gutil/gutil :test_artifact_writer" ,
154+ "//gutil/gutil :testing" ,
155155 "@com_google_absl//absl/container:btree" ,
156156 "@com_google_absl//absl/log" ,
157157 "@com_google_absl//absl/status" ,
@@ -180,7 +180,7 @@ cc_library(
180180 ":test_run_validation" ,
181181 ":test_vector_cc_proto" ,
182182 ":test_vector_stats" ,
183- "//gutil:status" ,
183+ "//gutil/gutil :status" ,
184184 "//p4_symbolic/packet_synthesizer:packet_synthesizer_cc_proto" ,
185185 "@com_github_google_glog//:glog" ,
186186 "@com_google_absl//absl/algorithm:container" ,
@@ -207,7 +207,7 @@ cc_library(
207207 ":port_id_map" ,
208208 ":test_vector" ,
209209 ":test_vector_cc_proto" ,
210- "//gutil:status" ,
210+ "//gutil/gutil :status" ,
211211 "//lib/p4rt:p4rt_port" ,
212212 "//p4_pdpi:ir" ,
213213 "//p4_pdpi:ir_cc_proto" ,
@@ -232,9 +232,9 @@ cc_library(
232232 deps = [
233233 ":switch_api" ,
234234 ":test_vector_cc_proto" ,
235- "//gutil:proto" ,
236- "//gutil:proto_ordering" ,
237- "//gutil:status_matchers" ,
235+ "//gutil/gutil :proto" ,
236+ "//gutil/gutil :proto_ordering" ,
237+ "//gutil/gutil :status_matchers" ,
238238 "//p4_pdpi:ir_cc_proto" ,
239239 "//p4_pdpi/packetlib:packetlib_cc_proto" ,
240240 "@com_github_google_glog//:glog" ,
@@ -264,9 +264,8 @@ cc_library(
264264 ":test_vector" ,
265265 ":test_vector_cc_proto" ,
266266 ":validation_result" ,
267- "//gutil:proto" ,
268- "//gutil:test_artifact_writer" ,
269- "//lib/p4rt:p4rt_port" ,
267+ "//gutil/gutil:proto" ,
268+ "//gutil/gutil:test_artifact_writer" ,
270269 "//p4_pdpi:ir" ,
271270 "//p4_pdpi:ir_cc_proto" ,
272271 "//p4_pdpi:p4_runtime_session" ,
@@ -342,8 +341,8 @@ cc_library(
342341 hdrs = ["test_vector.h" ],
343342 deps = [
344343 ":test_vector_cc_proto" ,
345- "//gutil:proto" ,
346- "//gutil:status" ,
344+ "//gutil/gutil :proto" ,
345+ "//gutil/gutil :status" ,
347346 "//p4_pdpi:ir_cc_proto" ,
348347 "//p4_pdpi/packetlib" ,
349348 "//p4_pdpi/packetlib:bit_widths" ,
@@ -363,9 +362,9 @@ cc_test(
363362 deps = [
364363 ":test_vector" ,
365364 ":test_vector_cc_proto" ,
366- "//gutil:proto_matchers" ,
367- "//gutil:status_matchers" ,
368- "//gutil:testing" ,
365+ "//gutil/gutil :proto_matchers" ,
366+ "//gutil/gutil :status_matchers" ,
367+ "//gutil/gutil :testing" ,
369368 "//p4_pdpi/packetlib" ,
370369 "//p4_pdpi/packetlib:bit_widths" ,
371370 "//p4_pdpi/packetlib:packetlib_cc_proto" ,
@@ -396,8 +395,8 @@ cc_library(
396395 srcs = ["port_id_map.cc" ],
397396 hdrs = ["port_id_map.h" ],
398397 deps = [
399- "//gutil:status" ,
400- "//gutil:test_artifact_writer" ,
398+ "//gutil/gutil :status" ,
399+ "//gutil/gutil :test_artifact_writer" ,
401400 "//lib/gnmi:gnmi_helper" ,
402401 "//lib/p4rt:p4rt_port" ,
403402 "@com_github_gnmi//proto/gnmi:gnmi_cc_grpc_proto" ,
@@ -418,7 +417,7 @@ cc_test(
418417 srcs = ["port_id_map_test.cc" ],
419418 deps = [
420419 ":port_id_map" ,
421- "//gutil:status_matchers" ,
420+ "//gutil/gutil :status_matchers" ,
422421 "//lib/p4rt:p4rt_port" ,
423422 "@com_google_absl//absl/container:flat_hash_map" ,
424423 "@com_google_absl//absl/status" ,
@@ -435,8 +434,8 @@ cc_library(
435434 deps = [
436435 ":test_vector" ,
437436 ":test_vector_cc_proto" ,
438- "//gutil:proto" ,
439- "//gutil:status" ,
437+ "//gutil/gutil :proto" ,
438+ "//gutil/gutil :status" ,
440439 "//p4_pdpi:ir" ,
441440 "//p4_pdpi/packetlib" ,
442441 "@com_github_p4lang_p4runtime//:p4runtime_cc_proto" ,
@@ -461,8 +460,8 @@ cc_library(
461460 ":test_vector" ,
462461 ":test_vector_cc_proto" ,
463462 ":validation_result" ,
464- "//gutil:proto" ,
465- "//gutil:test_artifact_writer" ,
463+ "//gutil/gutil :proto" ,
464+ "//gutil/gutil :test_artifact_writer" ,
466465 "//lib/p4rt:p4rt_port" ,
467466 "//p4_pdpi:ir" ,
468467 "//p4_pdpi:ir_cc_proto" ,
@@ -492,7 +491,7 @@ cc_library(
492491 ":packet_trace_cc_proto" ,
493492 ":test_vector" ,
494493 ":test_vector_cc_proto" ,
495- "//gutil:proto" ,
494+ "//gutil/gutil :proto" ,
496495 "//p4_pdpi:ir_cc_proto" ,
497496 "@com_github_p4lang_p4runtime//:p4info_cc_proto" ,
498497 "@com_github_p4lang_p4runtime//:p4runtime_cc_proto" ,
@@ -516,11 +515,11 @@ cc_test(
516515 ":test_vector" ,
517516 ":test_vector_cc_proto" ,
518517 ":user_provided_packet_test_vector" ,
519- "//gutil:collections" ,
520- "//gutil:proto" ,
521- "//gutil:status_matchers" ,
522- "//gutil:testing" ,
523- "//p4_pdpi/packetlib" ,
518+ "//gutil/gutil :collections" ,
519+ "//gutil/gutil :proto" ,
520+ "//gutil/gutil :status_matchers" ,
521+ "//gutil/gutil :testing" ,
522+ "//p4_pdpi/packetlib" ,
524523 "//p4_pdpi/packetlib:packetlib_cc_proto" ,
525524 "//p4_pdpi/testing:test_p4info_cc" ,
526525 "@com_google_absl//absl/status" ,
@@ -551,7 +550,7 @@ cc_test(
551550 deps = [
552551 ":test_vector_cc_proto" ,
553552 ":test_vector_stats" ,
554- "//gutil:testing" ,
553+ "//gutil/gutil :testing" ,
555554 "@com_google_googletest//:gtest_main" ,
556555 ],
557556)
@@ -576,7 +575,7 @@ cc_test(
576575 deps = [
577576 ":test_run_validation" ,
578577 ":test_vector_cc_proto" ,
579- "//gutil:testing" ,
578+ "//gutil/gutil :testing" ,
580579 "//p4_pdpi:ir_cc_proto" ,
581580 "//p4_pdpi/packetlib:packetlib_cc_proto" ,
582581 "@com_github_google_glog//:glog" ,
@@ -598,9 +597,9 @@ cc_test(
598597 ":switch_api" ,
599598 ":test_run_validation" ,
600599 ":test_vector_cc_proto" ,
601- "//gutil:proto_matchers" ,
602- "//gutil:status_matchers" ,
603- "//gutil:testing" ,
600+ "//gutil/gutil :proto_matchers" ,
601+ "//gutil/gutil :status_matchers" ,
602+ "//gutil/gutil :testing" ,
604603 "//p4_pdpi/packetlib:packetlib_cc_proto" ,
605604 "@com_google_absl//absl/status" ,
606605 "@com_google_absl//absl/strings:string_view" ,
0 commit comments