diff options
Diffstat (limited to 'etc/import/absl/container/TARGETS.absl')
-rw-r--r-- | etc/import/absl/container/TARGETS.absl | 38 |
1 files changed, 34 insertions, 4 deletions
diff --git a/etc/import/absl/container/TARGETS.absl b/etc/import/absl/container/TARGETS.absl index 348b189c..7b4d8857 100644 --- a/etc/import/absl/container/TARGETS.absl +++ b/etc/import/absl/container/TARGETS.absl @@ -40,6 +40,7 @@ , "hdrs": ["internal/inlined_vector.h"] , "deps": [ "compressed_tuple" + , ["absl/base", "base_internal"] , ["absl/base", "core_headers"] , ["absl/memory", "memory"] , ["absl/meta", "type_traits"] @@ -202,11 +203,11 @@ , "hdrs": ["flat_hash_map.h"] , "deps": [ "container_memory" - , "hash_function_defaults" + , "hash_container_defaults" , "raw_hash_map" , ["absl/algorithm", "container"] , ["absl/base", "core_headers"] - , ["absl/memory", "memory"] + , ["absl/meta", "type_traits"] ] } , "hash_function_defaults": @@ -241,6 +242,33 @@ , ["absl/strings", "strings"] ] } +, "hash_container_defaults": + { "type": "export" + , "target": "hash_container_defaults (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "hash_container_defaults (unexported)": + { "type": ["@", "rules", "CC", "library"] + , "name": ["hash_container_defaults"] + , "stage": ["absl", "container"] + , "hdrs": ["hash_container_defaults.h"] + , "deps": ["hash_function_defaults", ["absl/base", "config"]] + } , "raw_hash_map": { "type": "export" , "target": "raw_hash_map (unexported)" @@ -368,6 +396,7 @@ [ ["absl/base", "base"] , ["absl/base", "config"] , ["absl/base", "core_headers"] + , ["absl/base", "no_destructor"] , ["absl/base", "raw_logging_internal"] , ["absl/debugging", "stacktrace"] , ["absl/memory", "memory"] @@ -405,11 +434,12 @@ , "hdrs": ["flat_hash_set.h"] , "deps": [ "container_memory" - , "hash_function_defaults" + , "hash_container_defaults" , "raw_hash_set" , ["absl/algorithm", "container"] , ["absl/base", "core_headers"] , ["absl/memory", "memory"] + , ["absl/meta", "type_traits"] ] } , "btree": @@ -448,6 +478,7 @@ , "compressed_tuple" , "container_memory" , "layout" + , ["absl/base", "config"] , ["absl/base", "core_headers"] , ["absl/base", "raw_logging_internal"] , ["absl/base", "throw_delegate"] @@ -456,7 +487,6 @@ , ["absl/strings", "cord"] , ["absl/strings", "strings"] , ["absl/types", "compare"] - , ["absl/utility", "utility"] ] } } |