diff options
Diffstat (limited to 'etc/import/absl')
-rw-r--r-- | etc/import/absl/log/TARGETS.absl | 53 | ||||
-rw-r--r-- | etc/import/absl/utility/TARGETS.absl | 27 |
2 files changed, 80 insertions, 0 deletions
diff --git a/etc/import/absl/log/TARGETS.absl b/etc/import/absl/log/TARGETS.absl index 83c49707..c836523f 100644 --- a/etc/import/absl/log/TARGETS.absl +++ b/etc/import/absl/log/TARGETS.absl @@ -52,6 +52,39 @@ , "hdrs": ["absl_log.h"] , "deps": [["absl/log/internal", "log_impl"]] } +, "check": + { "type": "export" + , "target": "check (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "check (unexported)": + { "type": ["@", "rules", "CC", "library"] + , "name": ["check"] + , "stage": ["absl", "log"] + , "hdrs": ["check.h"] + , "deps": + [ ["absl/log/internal", "check_impl"] + , ["absl/log/internal", "check_op"] + , ["absl/log/internal", "conditions"] + , ["absl/log/internal", "log_message"] + , ["absl/log/internal", "strip"] + ] + } , "die_if_null": { "type": "export" , "target": "die_if_null (unexported)" @@ -86,6 +119,26 @@ ] } , "globals": + { "type": "export" + , "target": "globals (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "globals (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["globals"] , "stage": ["absl", "log"] diff --git a/etc/import/absl/utility/TARGETS.absl b/etc/import/absl/utility/TARGETS.absl index 55d78388..868555ed 100644 --- a/etc/import/absl/utility/TARGETS.absl +++ b/etc/import/absl/utility/TARGETS.absl @@ -29,4 +29,31 @@ , ["absl/meta", "type_traits"] ] } +, "if_constexpr": + { "type": "export" + , "target": "if_constexpr (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "if_constexpr (unexported)": + { "type": ["@", "rules", "CC", "library"] + , "name": ["if_constexpr"] + , "stage": ["absl", "utility"] + , "hdrs": ["internal/if_constexpr.h"] + , "deps": [["absl/base", "config"]] + } } |