From 9b83dc9f0d3309ebe79f2c26bb3b71563bc28922 Mon Sep 17 00:00:00 2001 From: Derek Mauro Date: Wed, 6 Dec 2023 06:25:05 -0800 Subject: Move vlog_config to the internal directory and change the namespace of VLogSite PiperOrigin-RevId: 588403935 Change-Id: I6a3af3c044b887ec65b19390d316cfb3ccdcc853 --- CMake/AbseilDll.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMake') diff --git a/CMake/AbseilDll.cmake b/CMake/AbseilDll.cmake index f21ba284..f845863b 100644 --- a/CMake/AbseilDll.cmake +++ b/CMake/AbseilDll.cmake @@ -180,6 +180,8 @@ set(ABSL_INTERNAL_DLL_FILES "log/internal/proto.cc" "log/internal/strip.h" "log/internal/structured.h" + "log/internal/vlog_config.cc" + "log/internal/vlog_config.h" "log/internal/voidify.h" "log/initialize.cc" "log/initialize.h" @@ -191,8 +193,6 @@ set(ABSL_INTERNAL_DLL_FILES "log/log_sink_registry.h" "log/log_streamer.h" "log/structured.h" - "log/vlog_config.cc" - "log/vlog_config.h" "log/vlog_is_on.h" "memory/memory.h" "meta/type_traits.h" -- cgit v1.2.3