@@ -83,6 +83,7 @@ cc_library(
83
83
"@abseil-cpp//absl/container:flat_hash_map" ,
84
84
"@abseil-cpp//absl/container:flat_hash_set" ,
85
85
"@abseil-cpp//absl/container:inlined_vector" ,
86
+ "@abseil-cpp//absl/hash" ,
86
87
"@abseil-cpp//absl/log:absl_check" ,
87
88
"@abseil-cpp//absl/log:absl_log" ,
88
89
"@abseil-cpp//absl/strings" ,
@@ -165,6 +166,7 @@ cc_test(
165
166
"@abseil-cpp//absl/base:core_headers" ,
166
167
"@abseil-cpp//absl/log:absl_check" ,
167
168
"@abseil-cpp//absl/log:absl_log" ,
169
+ "@abseil-cpp//absl/strings" ,
168
170
"@googletest//:gtest" ,
169
171
"@googletest//:gtest_main" ,
170
172
],
@@ -239,6 +241,7 @@ cc_test(
239
241
"@abseil-cpp//absl/base:core_headers" ,
240
242
"@abseil-cpp//absl/log:absl_check" ,
241
243
"@abseil-cpp//absl/log:absl_log" ,
244
+ "@abseil-cpp//absl/types:optional" ,
242
245
"@googletest//:gtest" ,
243
246
"@googletest//:gtest_main" ,
244
247
],
@@ -254,6 +257,7 @@ cc_test(
254
257
"@abseil-cpp//absl/base:core_headers" ,
255
258
"@abseil-cpp//absl/log:absl_check" ,
256
259
"@abseil-cpp//absl/log:absl_log" ,
260
+ "@abseil-cpp//absl/strings" ,
257
261
"@abseil-cpp//absl/strings:str_format" ,
258
262
"@googletest//:gtest" ,
259
263
"@googletest//:gtest_main" ,
@@ -333,6 +337,7 @@ cc_test(
333
337
srcs = ["re2/testing/string_generator_test.cc" ],
334
338
deps = [
335
339
":testing" ,
340
+ "@abseil-cpp//absl/strings" ,
336
341
"@googletest//:gtest" ,
337
342
"@googletest//:gtest_main" ,
338
343
],
@@ -349,6 +354,7 @@ cc_test(
349
354
"@abseil-cpp//absl/flags:flag" ,
350
355
"@abseil-cpp//absl/log:absl_check" ,
351
356
"@abseil-cpp//absl/log:absl_log" ,
357
+ "@abseil-cpp//absl/strings" ,
352
358
"@abseil-cpp//absl/strings:str_format" ,
353
359
"@googletest//:gtest" ,
354
360
"@googletest//:gtest_main" ,
@@ -423,6 +429,7 @@ cc_binary(
423
429
"@abseil-cpp//absl/flags:flag" ,
424
430
"@abseil-cpp//absl/log:absl_check" ,
425
431
"@abseil-cpp//absl/log:absl_log" ,
432
+ "@abseil-cpp//absl/strings" ,
426
433
"@abseil-cpp//absl/strings:str_format" ,
427
434
"@abseil-cpp//absl/synchronization" ,
428
435
"@google_benchmark//:benchmark_main" ,
0 commit comments