summaryrefslogtreecommitdiff
path: root/etc/import/absl/time/TARGETS.absl
diff options
context:
space:
mode:
Diffstat (limited to 'etc/import/absl/time/TARGETS.absl')
-rw-r--r--etc/import/absl/time/TARGETS.absl30
1 files changed, 30 insertions, 0 deletions
diff --git a/etc/import/absl/time/TARGETS.absl b/etc/import/absl/time/TARGETS.absl
new file mode 100644
index 00000000..198e584e
--- /dev/null
+++ b/etc/import/absl/time/TARGETS.absl
@@ -0,0 +1,30 @@
+{ "time":
+ { "type": ["@", "rules", "CC", "library"]
+ , "name": ["time"]
+ , "stage": ["absl", "time"]
+ , "srcs":
+ [ "civil_time.cc"
+ , "clock.cc"
+ , "duration.cc"
+ , "format.cc"
+ , "time.cc"
+ ]
+ , "hdrs":
+ [ "civil_time.h"
+ , "clock.h"
+ , "time.h"
+ , "internal/get_current_time_chrono.inc"
+ , "internal/get_current_time_posix.inc"
+ ]
+ , "deps":
+ [ ["absl/base", "base"]
+ , ["absl/base", "core_headers"]
+ , ["absl/base", "raw_logging_internal"]
+ , ["absl/numeric", "int128"]
+ , ["absl/strings", "strings"]
+ , ["absl/base", "config"]
+ , ["./", "internal/cctz", "civil_time"]
+ , ["./", "internal/cctz", "time_zone"]
+ ]
+ }
+}