summaryrefslogtreecommitdiff
path: root/etc/import/absl/cleanup/TARGETS.absl
diff options
context:
space:
mode:
Diffstat (limited to 'etc/import/absl/cleanup/TARGETS.absl')
-rw-r--r--etc/import/absl/cleanup/TARGETS.absl23
1 files changed, 23 insertions, 0 deletions
diff --git a/etc/import/absl/cleanup/TARGETS.absl b/etc/import/absl/cleanup/TARGETS.absl
new file mode 100644
index 00000000..75e5ad21
--- /dev/null
+++ b/etc/import/absl/cleanup/TARGETS.absl
@@ -0,0 +1,23 @@
+{ "cleanup":
+ { "type": ["@", "rules", "CC", "library"]
+ , "name": ["cleanup"]
+ , "stage": ["absl", "cleanup"]
+ , "hdrs": ["cleanup.h"]
+ , "deps":
+ [ "cleanup_internal"
+ , ["absl/base", "config"]
+ , ["absl/base", "core_headers"]
+ ]
+ }
+, "cleanup_internal":
+ { "type": ["@", "rules", "CC", "library"]
+ , "name": ["cleanup_internal"]
+ , "stage": ["absl", "cleanup"]
+ , "hdrs": ["internal/cleanup.h"]
+ , "deps":
+ [ ["absl/base", "base_internal"]
+ , ["absl/base", "core_headers"]
+ , ["absl/utility", "utility"]
+ ]
+ }
+}