summaryrefslogtreecommitdiff
path: root/etc/import/absl/container/TARGETS.absl
diff options
context:
space:
mode:
Diffstat (limited to 'etc/import/absl/container/TARGETS.absl')
-rw-r--r--etc/import/absl/container/TARGETS.absl34
1 files changed, 34 insertions, 0 deletions
diff --git a/etc/import/absl/container/TARGETS.absl b/etc/import/absl/container/TARGETS.absl
new file mode 100644
index 00000000..ee8d035d
--- /dev/null
+++ b/etc/import/absl/container/TARGETS.absl
@@ -0,0 +1,34 @@
+{ "compressed_tuple":
+ { "type": ["@", "rules", "CC", "library"]
+ , "name": ["compressed_tuple"]
+ , "stage": ["absl", "container"]
+ , "hdrs": ["internal/compressed_tuple.h"]
+ , "deps": [["absl/utility", "utility"]]
+ }
+, "inlined_vector_internal":
+ { "type": ["@", "rules", "CC", "library"]
+ , "name": ["inlined_vector_internal"]
+ , "stage": ["absl", "container"]
+ , "hdrs": ["internal/inlined_vector.h"]
+ , "deps":
+ [ "compressed_tuple"
+ , ["absl/base", "core_headers"]
+ , ["absl/memory", "memory"]
+ , ["absl/meta", "type_traits"]
+ , ["absl/types", "span"]
+ ]
+ }
+, "inlined_vector":
+ { "type": ["@", "rules", "CC", "library"]
+ , "name": ["inlined_vector"]
+ , "stage": ["absl", "container"]
+ , "hdrs": ["inlined_vector.h"]
+ , "deps":
+ [ "inlined_vector_internal"
+ , ["absl/algorithm", "algorithm"]
+ , ["absl/base", "core_headers"]
+ , ["absl/base", "throw_delegate"]
+ , ["absl/memory", "memory"]
+ ]
+ }
+}