summaryrefslogtreecommitdiff
path: root/etc/import/absl
diff options
context:
space:
mode:
Diffstat (limited to 'etc/import/absl')
-rw-r--r--etc/import/absl/container/TARGETS.absl4
-rw-r--r--etc/import/absl/crc/TARGETS.absl2
-rw-r--r--etc/import/absl/flags/TARGETS.absl2
-rw-r--r--etc/import/absl/log/internal/TARGETS.absl6
-rw-r--r--etc/import/absl/random/TARGETS.absl36
-rw-r--r--etc/import/absl/status/TARGETS.absl4
-rw-r--r--etc/import/absl/synchronization/TARGETS.absl2
-rw-r--r--etc/import/absl/time/TARGETS.absl6
8 files changed, 31 insertions, 31 deletions
diff --git a/etc/import/absl/container/TARGETS.absl b/etc/import/absl/container/TARGETS.absl
index 5cce491f..348b189c 100644
--- a/etc/import/absl/container/TARGETS.absl
+++ b/etc/import/absl/container/TARGETS.absl
@@ -237,8 +237,8 @@
, "deps":
[ ["absl/base", "config"]
, ["absl/hash", "hash"]
- , ["absl/strings", "strings"]
, ["absl/strings", "cord"]
+ , ["absl/strings", "strings"]
]
}
, "raw_hash_map":
@@ -453,8 +453,8 @@
, ["absl/base", "throw_delegate"]
, ["absl/memory", "memory"]
, ["absl/meta", "type_traits"]
- , ["absl/strings", "strings"]
, ["absl/strings", "cord"]
+ , ["absl/strings", "strings"]
, ["absl/types", "compare"]
, ["absl/utility", "utility"]
]
diff --git a/etc/import/absl/crc/TARGETS.absl b/etc/import/absl/crc/TARGETS.absl
index fe2c4185..91b864ab 100644
--- a/etc/import/absl/crc/TARGETS.absl
+++ b/etc/import/absl/crc/TARGETS.absl
@@ -75,8 +75,8 @@
, ["absl/base", "core_headers"]
, ["absl/base", "endian"]
, ["absl/base", "prefetch"]
- , ["absl/strings", "strings"]
, ["absl/strings", "str_format"]
+ , ["absl/strings", "strings"]
]
}
, "cpu_detect":
diff --git a/etc/import/absl/flags/TARGETS.absl b/etc/import/absl/flags/TARGETS.absl
index 899bb621..a7edb02d 100644
--- a/etc/import/absl/flags/TARGETS.absl
+++ b/etc/import/absl/flags/TARGETS.absl
@@ -65,8 +65,8 @@
, ["absl/base", "core_headers"]
, ["absl/base", "log_severity"]
, ["absl/numeric", "int128"]
- , ["absl/strings", "strings"]
, ["absl/strings", "str_format"]
+ , ["absl/strings", "strings"]
, ["absl/types", "optional"]
]
}
diff --git a/etc/import/absl/log/internal/TARGETS.absl b/etc/import/absl/log/internal/TARGETS.absl
index 4911d138..037ddfa4 100644
--- a/etc/import/absl/log/internal/TARGETS.absl
+++ b/etc/import/absl/log/internal/TARGETS.absl
@@ -139,8 +139,8 @@
, ["absl/base", "config"]
, ["absl/base", "core_headers"]
, ["absl/base", "log_severity"]
- , ["absl/strings", "strings"]
, ["absl/strings", "str_format"]
+ , ["absl/strings", "strings"]
, ["absl/time", "time"]
, ["absl/types", "span"]
]
@@ -478,11 +478,11 @@
, "hdrs": ["vlog_config.h"]
, "srcs": ["vlog_config.cc"]
, "deps":
- [ ["absl/base", "base"]
+ [ "fnmatch"
+ , ["absl/base", "base"]
, ["absl/base", "config"]
, ["absl/base", "core_headers"]
, ["absl/base", "no_destructor"]
- , "fnmatch"
, ["absl/memory", "memory"]
, ["absl/strings", "strings"]
, ["absl/synchronization", "synchronization"]
diff --git a/etc/import/absl/random/TARGETS.absl b/etc/import/absl/random/TARGETS.absl
index 9035e1d3..e349555d 100644
--- a/etc/import/absl/random/TARGETS.absl
+++ b/etc/import/absl/random/TARGETS.absl
@@ -26,11 +26,11 @@
, "hdrs": ["random.h"]
, "deps":
[ "distributions"
- , "seed_sequences"
, "internal_nonsecure_base"
, "internal_pcg_engine"
, "internal_pool_urbg"
, "internal_randen_engine"
+ , "seed_sequences"
]
}
, "distributions":
@@ -73,12 +73,7 @@
]
, "srcs": ["discrete_distribution.cc", "gaussian_distribution.cc"]
, "deps":
- [ ["absl/base", "base_internal"]
- , ["absl/base", "config"]
- , ["absl/base", "core_headers"]
- , ["absl/meta", "type_traits"]
- , ["absl/numeric", "bits"]
- , "internal_distribution_caller"
+ [ "internal_distribution_caller"
, "internal_fast_uniform_bits"
, "internal_fastmath"
, "internal_generate_real"
@@ -86,6 +81,11 @@
, "internal_traits"
, "internal_uniform_helper"
, "internal_wide_multiply"
+ , ["absl/base", "base_internal"]
+ , ["absl/base", "config"]
+ , ["absl/base", "core_headers"]
+ , ["absl/meta", "type_traits"]
+ , ["absl/numeric", "bits"]
, ["absl/strings", "strings"]
]
}
@@ -115,12 +115,12 @@
, "stage": ["absl", "random"]
, "hdrs": ["bit_gen_ref.h"]
, "deps":
- [ "random"
- , ["absl/base", "core_headers"]
- , ["absl/base", "fast_type_id"]
- , "internal_pool_urbg"
+ [ "internal_pool_urbg"
, "internal_salted_seed_seq"
, "internal_seed_material"
+ , "random"
+ , ["absl/base", "core_headers"]
+ , ["absl/base", "fast_type_id"]
, ["absl/types", "span"]
]
}
@@ -145,11 +145,11 @@
, "stage": ["absl", "random"]
, "hdrs": ["internal/pcg_engine.h"]
, "deps":
- [ ["absl/base", "config"]
- , ["absl/numeric", "int128"]
- , "internal_fastmath"
+ [ "internal_fastmath"
, "internal_iostream_state_saver"
+ , ["absl/base", "config"]
, ["absl/meta", "type_traits"]
+ , ["absl/numeric", "int128"]
]
}
, "internal_pool_urbg":
@@ -184,12 +184,12 @@
[ "internal_randen"
, "internal_seed_material"
, "internal_traits"
+ , "seed_gen_exception"
, ["absl/base", "base"]
, ["absl/base", "config"]
, ["absl/base", "core_headers"]
, ["absl/base", "endian"]
, ["absl/base", "raw_logging_internal"]
- , "seed_gen_exception"
, ["absl/types", "span"]
]
}
@@ -212,11 +212,11 @@
, "hdrs": ["seed_sequences.h"]
, "srcs": ["seed_sequences.cc"]
, "deps":
- [ "seed_gen_exception"
- , ["absl/base", "config"]
- , "internal_pool_urbg"
+ [ "internal_pool_urbg"
, "internal_salted_seed_seq"
, "internal_seed_material"
+ , "seed_gen_exception"
+ , ["absl/base", "config"]
, ["absl/types", "span"]
]
}
diff --git a/etc/import/absl/status/TARGETS.absl b/etc/import/absl/status/TARGETS.absl
index b6b785d1..bc9eca31 100644
--- a/etc/import/absl/status/TARGETS.absl
+++ b/etc/import/absl/status/TARGETS.absl
@@ -39,9 +39,9 @@
, ["absl/debugging", "symbolize"]
, ["absl/functional", "function_ref"]
, ["absl/memory", "memory"]
- , ["absl/strings", "strings"]
, ["absl/strings", "cord"]
, ["absl/strings", "str_format"]
+ , ["absl/strings", "strings"]
, ["absl/types", "optional"]
, ["absl/types", "span"]
]
@@ -80,9 +80,9 @@
, ["absl/base", "nullability"]
, ["absl/base", "raw_logging_internal"]
, ["absl/meta", "type_traits"]
- , ["absl/strings", "strings"]
, ["absl/strings", "has_ostream_operator"]
, ["absl/strings", "str_format"]
+ , ["absl/strings", "strings"]
, ["absl/types", "variant"]
, ["absl/utility", "utility"]
]
diff --git a/etc/import/absl/synchronization/TARGETS.absl b/etc/import/absl/synchronization/TARGETS.absl
index 7657d367..1b5b296f 100644
--- a/etc/import/absl/synchronization/TARGETS.absl
+++ b/etc/import/absl/synchronization/TARGETS.absl
@@ -70,8 +70,8 @@
, "deps":
[ "graphcycles_internal"
, "kernel_timeout_internal"
- , ["absl/base", "base"]
, ["absl/base", "atomic_hook"]
+ , ["absl/base", "base"]
, ["absl/base", "base_internal"]
, ["absl/base", "config"]
, ["absl/base", "core_headers"]
diff --git a/etc/import/absl/time/TARGETS.absl b/etc/import/absl/time/TARGETS.absl
index d8c46b85..22b2e856 100644
--- a/etc/import/absl/time/TARGETS.absl
+++ b/etc/import/absl/time/TARGETS.absl
@@ -30,14 +30,14 @@
, "internal/get_current_time_posix.inc"
]
, "deps":
- [ ["absl/base", "base"]
+ [ "civil_time"
+ , "time_zone"
+ , ["absl/base", "base"]
, ["absl/base", "config"]
, ["absl/base", "core_headers"]
, ["absl/base", "raw_logging_internal"]
, ["absl/numeric", "int128"]
, ["absl/strings", "strings"]
- , "civil_time"
- , "time_zone"
, ["absl/types", "optional"]
]
}