@@ -155,10 +155,10 @@ cc_library(
155
155
"@com_google_absl//absl/status:statusor" ,
156
156
"@com_google_absl//absl/strings" ,
157
157
"@com_google_absl//absl/strings:cord" ,
158
- "@com_google_proto_field_extraction//proto_field_extraction/message_data:message_data_interface" ,
159
158
"@com_google_protobuf//:cc_wkt_protos" ,
160
159
"@com_google_protobuf//:protobuf" ,
161
160
"@com_google_protoconverter//:all" ,
161
+ "@com_google_protofieldextraction//proto_field_extraction/message_data:message_data_interface" ,
162
162
"@ocp//ocpdiag/core/compat:status_macros" ,
163
163
],
164
164
)
@@ -271,9 +271,9 @@ cc_library(
271
271
"@com_google_absl//absl/strings" ,
272
272
"@com_google_absl//absl/strings:str_format" ,
273
273
"@com_google_absl//absl/synchronization" ,
274
- "@com_google_proto_field_extraction//proto_field_extraction/message_data:cord_message_data" ,
275
- "@com_google_proto_field_extraction//proto_field_extraction/message_data:message_data_interface" ,
276
274
"@com_google_protobuf//:protobuf" ,
275
+ "@com_google_protofieldextraction//proto_field_extraction/message_data:cord_message_data" ,
276
+ "@com_google_protofieldextraction//proto_field_extraction/message_data:message_data_interface" ,
277
277
],
278
278
)
279
279
@@ -299,9 +299,9 @@ cc_test(
299
299
"@com_google_absl//absl/status:statusor" ,
300
300
"@com_google_absl//absl/strings" ,
301
301
"@com_google_googletest//:gtest_main" ,
302
- "@com_google_proto_field_extraction//proto_field_extraction/message_data:cord_message_data" ,
303
- "@com_google_proto_field_extraction//proto_field_extraction/test_utils:utils" ,
304
302
"@com_google_protobuf//:protobuf" ,
303
+ "@com_google_protofieldextraction//proto_field_extraction/message_data:cord_message_data" ,
304
+ "@com_google_protofieldextraction//proto_field_extraction/test_utils:utils" ,
305
305
"@ocp//ocpdiag/core/compat:status_macros" ,
306
306
"@ocp//ocpdiag/core/testing:status_matchers" ,
307
307
],
@@ -324,8 +324,8 @@ cc_test(
324
324
"@com_google_absl//absl/status:statusor" ,
325
325
"@com_google_absl//absl/strings" ,
326
326
"@com_google_googletest//:gtest_main" ,
327
- "@com_google_proto_field_extraction//proto_field_extraction/test_utils:utils" ,
328
327
"@com_google_protobuf//:cc_wkt_protos" ,
328
+ "@com_google_protofieldextraction//proto_field_extraction/test_utils:utils" ,
329
329
"@ocp//ocpdiag/core/compat:status_macros" ,
330
330
"@ocp//ocpdiag/core/testing:status_matchers" ,
331
331
],
@@ -359,8 +359,8 @@ cc_test(
359
359
"@com_google_absl//absl/status:statusor" ,
360
360
"@com_google_absl//absl/strings" ,
361
361
"@com_google_googletest//:gtest_main" ,
362
- "@com_google_proto_field_extraction//proto_field_extraction/test_utils:utils" ,
363
362
"@com_google_protobuf//:cc_wkt_protos" ,
363
+ "@com_google_protofieldextraction//proto_field_extraction/test_utils:utils" ,
364
364
"@ocp//ocpdiag/core/compat:status_macros" ,
365
365
"@ocp//ocpdiag/core/testing:status_matchers" ,
366
366
],
@@ -381,9 +381,9 @@ cc_library(
381
381
"@com_google_absl//absl/log:check" ,
382
382
"@com_google_absl//absl/status:statusor" ,
383
383
"@com_google_googletest//:gtest_main" ,
384
- "@com_google_proto_field_extraction//proto_field_extraction/test_utils:utils" ,
385
384
"@com_google_protobuf//:cc_wkt_protos" ,
386
385
"@com_google_protobuf//:protobuf" ,
386
+ "@com_google_protofieldextraction//proto_field_extraction/test_utils:utils" ,
387
387
],
388
388
)
389
389
@@ -411,9 +411,9 @@ cc_test(
411
411
"@com_google_absl//absl/status" ,
412
412
"@com_google_absl//absl/strings" ,
413
413
"@com_google_googletest//:gtest_main" ,
414
- "@com_google_proto_field_extraction//proto_field_extraction/field_extractor:field_extractor_util" ,
415
- "@com_google_proto_field_extraction//proto_field_extraction/test_utils:utils" ,
416
414
"@com_google_protobuf//:cc_wkt_protos" ,
415
+ "@com_google_protofieldextraction//proto_field_extraction/field_extractor:field_extractor_util" ,
416
+ "@com_google_protofieldextraction//proto_field_extraction/test_utils:utils" ,
417
417
"@ocp//ocpdiag/core/compat:status_macros" ,
418
418
"@ocp//ocpdiag/core/testing:proto_matchers" ,
419
419
"@ocp//ocpdiag/core/testing:status_matchers" ,
0 commit comments