Replace use of system_wrappers/include/logging.h by base/logging.h.
BUG=webrtc:5118 Review-Url: https://codereview.webrtc.org/2781343002 Cr-Commit-Position: refs/heads/master@{#17539}
This commit is contained in:
@ -16,6 +16,7 @@
|
|||||||
#include "webrtc/base/checks.h"
|
#include "webrtc/base/checks.h"
|
||||||
#include "webrtc/base/constructormagic.h"
|
#include "webrtc/base/constructormagic.h"
|
||||||
#include "webrtc/base/event.h"
|
#include "webrtc/base/event.h"
|
||||||
|
#include "webrtc/base/logging.h"
|
||||||
#include "webrtc/base/swap_queue.h"
|
#include "webrtc/base/swap_queue.h"
|
||||||
#include "webrtc/base/thread_checker.h"
|
#include "webrtc/base/thread_checker.h"
|
||||||
#include "webrtc/base/timeutils.h"
|
#include "webrtc/base/timeutils.h"
|
||||||
@ -34,7 +35,6 @@
|
|||||||
#include "webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.h"
|
#include "webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.h"
|
||||||
#include "webrtc/modules/rtp_rtcp/source/rtcp_packet/sender_report.h"
|
#include "webrtc/modules/rtp_rtcp/source/rtcp_packet/sender_report.h"
|
||||||
#include "webrtc/system_wrappers/include/file_wrapper.h"
|
#include "webrtc/system_wrappers/include/file_wrapper.h"
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
|
||||||
|
|
||||||
#ifdef ENABLE_RTC_EVENT_LOG
|
#ifdef ENABLE_RTC_EVENT_LOG
|
||||||
// Files generated at build-time by the protobuf compiler.
|
// Files generated at build-time by the protobuf compiler.
|
||||||
|
|||||||
@ -13,8 +13,8 @@
|
|||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
#include "webrtc/base/checks.h"
|
#include "webrtc/base/checks.h"
|
||||||
|
#include "webrtc/base/logging.h"
|
||||||
#include "webrtc/base/timeutils.h"
|
#include "webrtc/base/timeutils.h"
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
|
||||||
|
|
||||||
#ifdef ENABLE_RTC_EVENT_LOG
|
#ifdef ENABLE_RTC_EVENT_LOG
|
||||||
|
|
||||||
|
|||||||
@ -14,7 +14,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "webrtc/common_audio/resampler/include/resampler.h"
|
#include "webrtc/common_audio/resampler/include/resampler.h"
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
#include "webrtc/base/logging.h"
|
||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
namespace acm2 {
|
namespace acm2 {
|
||||||
|
|||||||
@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
#include "webrtc/api/audio_codecs/builtin_audio_decoder_factory.h"
|
#include "webrtc/api/audio_codecs/builtin_audio_decoder_factory.h"
|
||||||
#include "webrtc/base/checks.h"
|
#include "webrtc/base/checks.h"
|
||||||
|
#include "webrtc/base/logging.h"
|
||||||
#include "webrtc/base/safe_conversions.h"
|
#include "webrtc/base/safe_conversions.h"
|
||||||
#include "webrtc/modules/audio_coding/acm2/acm_receiver.h"
|
#include "webrtc/modules/audio_coding/acm2/acm_receiver.h"
|
||||||
#include "webrtc/modules/audio_coding/acm2/acm_resampler.h"
|
#include "webrtc/modules/audio_coding/acm2/acm_resampler.h"
|
||||||
|
|||||||
@ -19,7 +19,6 @@
|
|||||||
#include "webrtc/modules/audio_coding/neteq/expand.h"
|
#include "webrtc/modules/audio_coding/neteq/expand.h"
|
||||||
#include "webrtc/modules/audio_coding/neteq/packet_buffer.h"
|
#include "webrtc/modules/audio_coding/neteq/packet_buffer.h"
|
||||||
#include "webrtc/modules/audio_coding/neteq/sync_buffer.h"
|
#include "webrtc/modules/audio_coding/neteq/sync_buffer.h"
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
|
||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
|
|
||||||
|
|||||||
@ -15,11 +15,11 @@
|
|||||||
|
|
||||||
#include <algorithm> // max, min
|
#include <algorithm> // max, min
|
||||||
|
|
||||||
|
#include "webrtc/base/logging.h"
|
||||||
#include "webrtc/base/safe_conversions.h"
|
#include "webrtc/base/safe_conversions.h"
|
||||||
#include "webrtc/common_audio/signal_processing/include/signal_processing_library.h"
|
#include "webrtc/common_audio/signal_processing/include/signal_processing_library.h"
|
||||||
#include "webrtc/modules/audio_coding/neteq/delay_peak_detector.h"
|
#include "webrtc/modules/audio_coding/neteq/delay_peak_detector.h"
|
||||||
#include "webrtc/modules/include/module_common_types.h"
|
#include "webrtc/modules/include/module_common_types.h"
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
|
||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
|
|
||||||
|
|||||||
@ -16,7 +16,6 @@
|
|||||||
|
|
||||||
#include "webrtc/base/checks.h"
|
#include "webrtc/base/checks.h"
|
||||||
#include "webrtc/modules/include/module_common_types.h"
|
#include "webrtc/modules/include/module_common_types.h"
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
|
||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
namespace {
|
namespace {
|
||||||
|
|||||||
@ -11,7 +11,6 @@
|
|||||||
#include "webrtc/modules/audio_coding/neteq/timestamp_scaler.h"
|
#include "webrtc/modules/audio_coding/neteq/timestamp_scaler.h"
|
||||||
|
|
||||||
#include "webrtc/modules/audio_coding/neteq/decoder_database.h"
|
#include "webrtc/modules/audio_coding/neteq/decoder_database.h"
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
|
||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
|
|
||||||
|
|||||||
@ -16,7 +16,6 @@
|
|||||||
#include "webrtc/base/checks.h"
|
#include "webrtc/base/checks.h"
|
||||||
#include "webrtc/base/constructormagic.h"
|
#include "webrtc/base/constructormagic.h"
|
||||||
#include "webrtc/modules/audio_processing/aec3/aec3_common.h"
|
#include "webrtc/modules/audio_processing/aec3/aec3_common.h"
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
|
||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
namespace {
|
namespace {
|
||||||
|
|||||||
@ -17,10 +17,10 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "webrtc/base/checks.h"
|
#include "webrtc/base/checks.h"
|
||||||
|
#include "webrtc/base/logging.h"
|
||||||
#include "webrtc/modules/audio_processing/agc/gain_map_internal.h"
|
#include "webrtc/modules/audio_processing/agc/gain_map_internal.h"
|
||||||
#include "webrtc/modules/audio_processing/gain_control_impl.h"
|
#include "webrtc/modules/audio_processing/gain_control_impl.h"
|
||||||
#include "webrtc/modules/include/module_common_types.h"
|
#include "webrtc/modules/include/module_common_types.h"
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
|
||||||
#include "webrtc/system_wrappers/include/metrics.h"
|
#include "webrtc/system_wrappers/include/metrics.h"
|
||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
|
|||||||
@ -13,6 +13,7 @@
|
|||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
#include "webrtc/base/checks.h"
|
#include "webrtc/base/checks.h"
|
||||||
|
#include "webrtc/base/logging.h"
|
||||||
#include "webrtc/base/platform_file.h"
|
#include "webrtc/base/platform_file.h"
|
||||||
#include "webrtc/base/trace_event.h"
|
#include "webrtc/base/trace_event.h"
|
||||||
#include "webrtc/common_audio/audio_converter.h"
|
#include "webrtc/common_audio/audio_converter.h"
|
||||||
@ -41,7 +42,6 @@
|
|||||||
#include "webrtc/modules/audio_processing/voice_detection_impl.h"
|
#include "webrtc/modules/audio_processing/voice_detection_impl.h"
|
||||||
#include "webrtc/modules/include/module_common_types.h"
|
#include "webrtc/modules/include/module_common_types.h"
|
||||||
#include "webrtc/system_wrappers/include/file_wrapper.h"
|
#include "webrtc/system_wrappers/include/file_wrapper.h"
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
|
||||||
#include "webrtc/system_wrappers/include/metrics.h"
|
#include "webrtc/system_wrappers/include/metrics.h"
|
||||||
|
|
||||||
#ifdef WEBRTC_AUDIOPROC_DEBUG_DUMP
|
#ifdef WEBRTC_AUDIOPROC_DEBUG_DUMP
|
||||||
|
|||||||
@ -13,9 +13,9 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "webrtc/base/constructormagic.h"
|
#include "webrtc/base/constructormagic.h"
|
||||||
|
#include "webrtc/base/logging.h"
|
||||||
#include "webrtc/modules/audio_processing/aecm/echo_control_mobile.h"
|
#include "webrtc/modules/audio_processing/aecm/echo_control_mobile.h"
|
||||||
#include "webrtc/modules/audio_processing/audio_buffer.h"
|
#include "webrtc/modules/audio_processing/audio_buffer.h"
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
|
||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
|
|
||||||
|
|||||||
@ -17,6 +17,7 @@
|
|||||||
#include "webrtc/base/array_view.h"
|
#include "webrtc/base/array_view.h"
|
||||||
#include "webrtc/base/arraysize.h"
|
#include "webrtc/base/arraysize.h"
|
||||||
#include "webrtc/base/checks.h"
|
#include "webrtc/base/checks.h"
|
||||||
|
#include "webrtc/base/logging.h"
|
||||||
#include "webrtc/modules/audio_processing/audio_buffer.h"
|
#include "webrtc/modules/audio_processing/audio_buffer.h"
|
||||||
#include "webrtc/modules/audio_processing/level_controller/gain_applier.h"
|
#include "webrtc/modules/audio_processing/level_controller/gain_applier.h"
|
||||||
#include "webrtc/modules/audio_processing/level_controller/gain_selector.h"
|
#include "webrtc/modules/audio_processing/level_controller/gain_selector.h"
|
||||||
@ -25,7 +26,6 @@
|
|||||||
#include "webrtc/modules/audio_processing/level_controller/saturating_gain_estimator.h"
|
#include "webrtc/modules/audio_processing/level_controller/saturating_gain_estimator.h"
|
||||||
#include "webrtc/modules/audio_processing/level_controller/signal_classifier.h"
|
#include "webrtc/modules/audio_processing/level_controller/signal_classifier.h"
|
||||||
#include "webrtc/modules/audio_processing/logging/apm_data_dumper.h"
|
#include "webrtc/modules/audio_processing/logging/apm_data_dumper.h"
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
|
||||||
#include "webrtc/system_wrappers/include/metrics.h"
|
#include "webrtc/system_wrappers/include/metrics.h"
|
||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
|
|||||||
@ -18,13 +18,13 @@
|
|||||||
#include <set>
|
#include <set>
|
||||||
|
|
||||||
#include "webrtc/base/checks.h"
|
#include "webrtc/base/checks.h"
|
||||||
|
#include "webrtc/base/logging.h"
|
||||||
#include "webrtc/common_audio/fft4g.h"
|
#include "webrtc/common_audio/fft4g.h"
|
||||||
#include "webrtc/common_audio/include/audio_util.h"
|
#include "webrtc/common_audio/include/audio_util.h"
|
||||||
#include "webrtc/common_audio/signal_processing/include/signal_processing_library.h"
|
#include "webrtc/common_audio/signal_processing/include/signal_processing_library.h"
|
||||||
#include "webrtc/modules/audio_processing/transient/common.h"
|
#include "webrtc/modules/audio_processing/transient/common.h"
|
||||||
#include "webrtc/modules/audio_processing/transient/transient_detector.h"
|
#include "webrtc/modules/audio_processing/transient/transient_detector.h"
|
||||||
#include "webrtc/modules/audio_processing/ns/windows_private.h"
|
#include "webrtc/modules/audio_processing/ns/windows_private.h"
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
|
||||||
#include "webrtc/typedefs.h"
|
#include "webrtc/typedefs.h"
|
||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
|
|||||||
@ -10,8 +10,8 @@
|
|||||||
|
|
||||||
#include "webrtc/modules/desktop_capture/cropping_window_capturer.h"
|
#include "webrtc/modules/desktop_capture/cropping_window_capturer.h"
|
||||||
|
|
||||||
|
#include "webrtc/base/logging.h"
|
||||||
#include "webrtc/modules/desktop_capture/cropped_desktop_frame.h"
|
#include "webrtc/modules/desktop_capture/cropped_desktop_frame.h"
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
|
||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
|
|
||||||
|
|||||||
@ -11,10 +11,10 @@
|
|||||||
#include "webrtc/modules/desktop_capture/cropping_window_capturer.h"
|
#include "webrtc/modules/desktop_capture/cropping_window_capturer.h"
|
||||||
|
|
||||||
#include "webrtc/base/win32.h"
|
#include "webrtc/base/win32.h"
|
||||||
|
#include "webrtc/base/logging.h"
|
||||||
#include "webrtc/modules/desktop_capture/win/scoped_gdi_object.h"
|
#include "webrtc/modules/desktop_capture/win/scoped_gdi_object.h"
|
||||||
#include "webrtc/modules/desktop_capture/win/screen_capture_utils.h"
|
#include "webrtc/modules/desktop_capture/win/screen_capture_utils.h"
|
||||||
#include "webrtc/modules/desktop_capture/win/window_capture_utils.h"
|
#include "webrtc/modules/desktop_capture/win/window_capture_utils.h"
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
|
||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
|
|
||||||
|
|||||||
@ -16,7 +16,6 @@
|
|||||||
#include "webrtc/modules/desktop_capture/desktop_frame.h"
|
#include "webrtc/modules/desktop_capture/desktop_frame.h"
|
||||||
#include "webrtc/modules/desktop_capture/mouse_cursor.h"
|
#include "webrtc/modules/desktop_capture/mouse_cursor.h"
|
||||||
#include "webrtc/modules/desktop_capture/shared_desktop_frame.h"
|
#include "webrtc/modules/desktop_capture/shared_desktop_frame.h"
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
|
||||||
#include "webrtc/test/gtest.h"
|
#include "webrtc/test/gtest.h"
|
||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
#include "webrtc/base/logging.h"
|
||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
|
|
||||||
|
|||||||
@ -14,8 +14,6 @@
|
|||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <Cocoa/Cocoa.h>
|
#include <Cocoa/Cocoa.h>
|
||||||
|
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
|
||||||
|
|
||||||
#if !defined(MAC_OS_X_VERSION_10_7) || \
|
#if !defined(MAC_OS_X_VERSION_10_7) || \
|
||||||
MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_7
|
MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_7
|
||||||
|
|
||||||
|
|||||||
@ -10,9 +10,9 @@
|
|||||||
|
|
||||||
#include "webrtc/modules/desktop_capture/mac/desktop_configuration_monitor.h"
|
#include "webrtc/modules/desktop_capture/mac/desktop_configuration_monitor.h"
|
||||||
|
|
||||||
|
#include "webrtc/base/logging.h"
|
||||||
#include "webrtc/modules/desktop_capture/mac/desktop_configuration.h"
|
#include "webrtc/modules/desktop_capture/mac/desktop_configuration.h"
|
||||||
#include "webrtc/system_wrappers/include/event_wrapper.h"
|
#include "webrtc/system_wrappers/include/event_wrapper.h"
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
|
||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
|
|
||||||
|
|||||||
@ -15,9 +15,9 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#include "webrtc/base/macutils.h"
|
#include "webrtc/base/macutils.h"
|
||||||
|
#include "webrtc/base/logging.h"
|
||||||
#include "webrtc/base/timeutils.h"
|
#include "webrtc/base/timeutils.h"
|
||||||
#include "webrtc/modules/desktop_capture/mac/window_list_utils.h"
|
#include "webrtc/modules/desktop_capture/mac/window_list_utils.h"
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
|
||||||
|
|
||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
|
|||||||
@ -26,7 +26,6 @@
|
|||||||
#include "webrtc/modules/desktop_capture/mac/desktop_configuration_monitor.h"
|
#include "webrtc/modules/desktop_capture/mac/desktop_configuration_monitor.h"
|
||||||
#include "webrtc/modules/desktop_capture/mac/full_screen_chrome_window_detector.h"
|
#include "webrtc/modules/desktop_capture/mac/full_screen_chrome_window_detector.h"
|
||||||
#include "webrtc/modules/desktop_capture/mouse_cursor.h"
|
#include "webrtc/modules/desktop_capture/mouse_cursor.h"
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
|
||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
|
|
||||||
|
|||||||
@ -15,7 +15,6 @@
|
|||||||
#include "webrtc/modules/desktop_capture/desktop_capture_options.h"
|
#include "webrtc/modules/desktop_capture/desktop_capture_options.h"
|
||||||
#include "webrtc/modules/desktop_capture/desktop_frame.h"
|
#include "webrtc/modules/desktop_capture/desktop_frame.h"
|
||||||
#include "webrtc/modules/desktop_capture/mouse_cursor.h"
|
#include "webrtc/modules/desktop_capture/mouse_cursor.h"
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
|
||||||
#include "webrtc/test/gtest.h"
|
#include "webrtc/test/gtest.h"
|
||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
|
|||||||
@ -15,12 +15,12 @@
|
|||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
|
#include "webrtc/base/logging.h"
|
||||||
#include "webrtc/modules/desktop_capture/desktop_frame.h"
|
#include "webrtc/modules/desktop_capture/desktop_frame.h"
|
||||||
#include "webrtc/modules/desktop_capture/desktop_geometry.h"
|
#include "webrtc/modules/desktop_capture/desktop_geometry.h"
|
||||||
#include "webrtc/modules/desktop_capture/mouse_cursor.h"
|
#include "webrtc/modules/desktop_capture/mouse_cursor.h"
|
||||||
#include "webrtc/modules/desktop_capture/win/cursor.h"
|
#include "webrtc/modules/desktop_capture/win/cursor.h"
|
||||||
#include "webrtc/modules/desktop_capture/win/window_capture_utils.h"
|
#include "webrtc/modules/desktop_capture/win/window_capture_utils.h"
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
|
||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
|
|
||||||
|
|||||||
@ -16,11 +16,11 @@
|
|||||||
#include <X11/Xlib.h>
|
#include <X11/Xlib.h>
|
||||||
#include <X11/Xutil.h>
|
#include <X11/Xutil.h>
|
||||||
|
|
||||||
|
#include "webrtc/base/logging.h"
|
||||||
#include "webrtc/modules/desktop_capture/desktop_capture_options.h"
|
#include "webrtc/modules/desktop_capture/desktop_capture_options.h"
|
||||||
#include "webrtc/modules/desktop_capture/desktop_frame.h"
|
#include "webrtc/modules/desktop_capture/desktop_frame.h"
|
||||||
#include "webrtc/modules/desktop_capture/mouse_cursor.h"
|
#include "webrtc/modules/desktop_capture/mouse_cursor.h"
|
||||||
#include "webrtc/modules/desktop_capture/x11/x_error_trap.h"
|
#include "webrtc/modules/desktop_capture/x11/x_error_trap.h"
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
|
|||||||
@ -13,8 +13,6 @@
|
|||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
|
||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
|
|
||||||
ScreenCapturerHelper::ScreenCapturerHelper()
|
ScreenCapturerHelper::ScreenCapturerHelper()
|
||||||
|
|||||||
@ -23,6 +23,7 @@
|
|||||||
|
|
||||||
#include "webrtc/base/checks.h"
|
#include "webrtc/base/checks.h"
|
||||||
#include "webrtc/base/constructormagic.h"
|
#include "webrtc/base/constructormagic.h"
|
||||||
|
#include "webrtc/base/logging.h"
|
||||||
#include "webrtc/base/macutils.h"
|
#include "webrtc/base/macutils.h"
|
||||||
#include "webrtc/base/timeutils.h"
|
#include "webrtc/base/timeutils.h"
|
||||||
#include "webrtc/modules/desktop_capture/desktop_capturer.h"
|
#include "webrtc/modules/desktop_capture/desktop_capturer.h"
|
||||||
@ -36,7 +37,6 @@
|
|||||||
#include "webrtc/modules/desktop_capture/screen_capture_frame_queue.h"
|
#include "webrtc/modules/desktop_capture/screen_capture_frame_queue.h"
|
||||||
#include "webrtc/modules/desktop_capture/screen_capturer_helper.h"
|
#include "webrtc/modules/desktop_capture/screen_capturer_helper.h"
|
||||||
#include "webrtc/modules/desktop_capture/shared_desktop_frame.h"
|
#include "webrtc/modules/desktop_capture/shared_desktop_frame.h"
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
|
||||||
|
|
||||||
// Once Chrome no longer supports OSX 10.8, everything within this
|
// Once Chrome no longer supports OSX 10.8, everything within this
|
||||||
// preprocessor block can be removed. https://crbug.com/579255
|
// preprocessor block can be removed. https://crbug.com/579255
|
||||||
|
|||||||
@ -21,6 +21,7 @@
|
|||||||
|
|
||||||
#include "webrtc/base/checks.h"
|
#include "webrtc/base/checks.h"
|
||||||
#include "webrtc/base/constructormagic.h"
|
#include "webrtc/base/constructormagic.h"
|
||||||
|
#include "webrtc/base/logging.h"
|
||||||
#include "webrtc/base/timeutils.h"
|
#include "webrtc/base/timeutils.h"
|
||||||
#include "webrtc/modules/desktop_capture/desktop_capturer.h"
|
#include "webrtc/modules/desktop_capture/desktop_capturer.h"
|
||||||
#include "webrtc/modules/desktop_capture/desktop_capture_options.h"
|
#include "webrtc/modules/desktop_capture/desktop_capture_options.h"
|
||||||
@ -29,7 +30,6 @@
|
|||||||
#include "webrtc/modules/desktop_capture/screen_capturer_helper.h"
|
#include "webrtc/modules/desktop_capture/screen_capturer_helper.h"
|
||||||
#include "webrtc/modules/desktop_capture/shared_desktop_frame.h"
|
#include "webrtc/modules/desktop_capture/shared_desktop_frame.h"
|
||||||
#include "webrtc/modules/desktop_capture/x11/x_server_pixel_buffer.h"
|
#include "webrtc/modules/desktop_capture/x11/x_server_pixel_buffer.h"
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
|
||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
namespace {
|
namespace {
|
||||||
|
|||||||
@ -12,9 +12,9 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
#include "webrtc/base/logging.h"
|
||||||
#include "webrtc/base/random.h"
|
#include "webrtc/base/random.h"
|
||||||
#include "webrtc/base/timeutils.h"
|
#include "webrtc/base/timeutils.h"
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
|
||||||
#include "webrtc/system_wrappers/include/sleep.h"
|
#include "webrtc/system_wrappers/include/sleep.h"
|
||||||
#include "webrtc/test/gtest.h"
|
#include "webrtc/test/gtest.h"
|
||||||
|
|
||||||
|
|||||||
@ -13,11 +13,11 @@
|
|||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
|
#include "webrtc/base/logging.h"
|
||||||
#include "webrtc/modules/desktop_capture/win/scoped_gdi_object.h"
|
#include "webrtc/modules/desktop_capture/win/scoped_gdi_object.h"
|
||||||
#include "webrtc/modules/desktop_capture/desktop_frame.h"
|
#include "webrtc/modules/desktop_capture/desktop_frame.h"
|
||||||
#include "webrtc/modules/desktop_capture/desktop_geometry.h"
|
#include "webrtc/modules/desktop_capture/desktop_geometry.h"
|
||||||
#include "webrtc/modules/desktop_capture/mouse_cursor.h"
|
#include "webrtc/modules/desktop_capture/mouse_cursor.h"
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
|
||||||
#include "webrtc/typedefs.h"
|
#include "webrtc/typedefs.h"
|
||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
#include "webrtc/base/logging.h"
|
||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
|
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
#include "webrtc/base/logging.h"
|
||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
|
|
||||||
|
|||||||
@ -15,8 +15,8 @@
|
|||||||
#include <D3D11.h>
|
#include <D3D11.h>
|
||||||
|
|
||||||
#include "webrtc/base/checks.h"
|
#include "webrtc/base/checks.h"
|
||||||
|
#include "webrtc/base/logging.h"
|
||||||
#include "webrtc/modules/desktop_capture/desktop_region.h"
|
#include "webrtc/modules/desktop_capture/desktop_region.h"
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
|
||||||
|
|
||||||
using Microsoft::WRL::ComPtr;
|
using Microsoft::WRL::ComPtr;
|
||||||
|
|
||||||
|
|||||||
@ -15,7 +15,7 @@
|
|||||||
#include <DXGI1_2.h>
|
#include <DXGI1_2.h>
|
||||||
|
|
||||||
#include "webrtc/base/checks.h"
|
#include "webrtc/base/checks.h"
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
#include "webrtc/base/logging.h"
|
||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
|
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
#include <DXGI1_2.h>
|
#include <DXGI1_2.h>
|
||||||
|
|
||||||
#include "webrtc/base/checks.h"
|
#include "webrtc/base/checks.h"
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
#include "webrtc/base/logging.h"
|
||||||
|
|
||||||
using Microsoft::WRL::ComPtr;
|
using Microsoft::WRL::ComPtr;
|
||||||
|
|
||||||
|
|||||||
@ -10,8 +10,6 @@
|
|||||||
|
|
||||||
#include "webrtc/modules/desktop_capture/win/scoped_thread_desktop.h"
|
#include "webrtc/modules/desktop_capture/win/scoped_thread_desktop.h"
|
||||||
|
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
|
||||||
|
|
||||||
#include "webrtc/modules/desktop_capture/win/desktop.h"
|
#include "webrtc/modules/desktop_capture/win/desktop.h"
|
||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
|
|||||||
@ -23,7 +23,6 @@
|
|||||||
#include "webrtc/modules/desktop_capture/win/cursor.h"
|
#include "webrtc/modules/desktop_capture/win/cursor.h"
|
||||||
#include "webrtc/modules/desktop_capture/win/desktop.h"
|
#include "webrtc/modules/desktop_capture/win/desktop.h"
|
||||||
#include "webrtc/modules/desktop_capture/win/screen_capture_utils.h"
|
#include "webrtc/modules/desktop_capture/win/screen_capture_utils.h"
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
|
||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
|
|
||||||
|
|||||||
@ -13,6 +13,7 @@
|
|||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
||||||
#include "webrtc/base/checks.h"
|
#include "webrtc/base/checks.h"
|
||||||
|
#include "webrtc/base/logging.h"
|
||||||
#include "webrtc/base/timeutils.h"
|
#include "webrtc/base/timeutils.h"
|
||||||
#include "webrtc/modules/desktop_capture/desktop_capture_options.h"
|
#include "webrtc/modules/desktop_capture/desktop_capture_options.h"
|
||||||
#include "webrtc/modules/desktop_capture/desktop_frame.h"
|
#include "webrtc/modules/desktop_capture/desktop_frame.h"
|
||||||
@ -22,7 +23,6 @@
|
|||||||
#include "webrtc/modules/desktop_capture/win/cursor.h"
|
#include "webrtc/modules/desktop_capture/win/cursor.h"
|
||||||
#include "webrtc/modules/desktop_capture/win/desktop.h"
|
#include "webrtc/modules/desktop_capture/win/desktop.h"
|
||||||
#include "webrtc/modules/desktop_capture/win/screen_capture_utils.h"
|
#include "webrtc/modules/desktop_capture/win/screen_capture_utils.h"
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
|
||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
|
|
||||||
|
|||||||
@ -14,6 +14,7 @@
|
|||||||
#include <CoreFoundation/CoreFoundation.h>
|
#include <CoreFoundation/CoreFoundation.h>
|
||||||
|
|
||||||
#include "webrtc/base/constructormagic.h"
|
#include "webrtc/base/constructormagic.h"
|
||||||
|
#include "webrtc/base/logging.h"
|
||||||
#include "webrtc/base/macutils.h"
|
#include "webrtc/base/macutils.h"
|
||||||
#include "webrtc/base/scoped_ref_ptr.h"
|
#include "webrtc/base/scoped_ref_ptr.h"
|
||||||
#include "webrtc/modules/desktop_capture/desktop_capturer.h"
|
#include "webrtc/modules/desktop_capture/desktop_capturer.h"
|
||||||
@ -22,7 +23,6 @@
|
|||||||
#include "webrtc/modules/desktop_capture/mac/desktop_configuration.h"
|
#include "webrtc/modules/desktop_capture/mac/desktop_configuration.h"
|
||||||
#include "webrtc/modules/desktop_capture/mac/full_screen_chrome_window_detector.h"
|
#include "webrtc/modules/desktop_capture/mac/full_screen_chrome_window_detector.h"
|
||||||
#include "webrtc/modules/desktop_capture/mac/window_list_utils.h"
|
#include "webrtc/modules/desktop_capture/mac/window_list_utils.h"
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
|
||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
|
|
||||||
|
|||||||
@ -14,7 +14,6 @@
|
|||||||
#include "webrtc/modules/desktop_capture/desktop_capture_options.h"
|
#include "webrtc/modules/desktop_capture/desktop_capture_options.h"
|
||||||
#include "webrtc/modules/desktop_capture/desktop_frame.h"
|
#include "webrtc/modules/desktop_capture/desktop_frame.h"
|
||||||
#include "webrtc/modules/desktop_capture/desktop_region.h"
|
#include "webrtc/modules/desktop_capture/desktop_region.h"
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
|
||||||
#include "webrtc/test/gtest.h"
|
#include "webrtc/test/gtest.h"
|
||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
|
|||||||
@ -14,11 +14,11 @@
|
|||||||
|
|
||||||
#include "webrtc/base/checks.h"
|
#include "webrtc/base/checks.h"
|
||||||
#include "webrtc/base/constructormagic.h"
|
#include "webrtc/base/constructormagic.h"
|
||||||
|
#include "webrtc/base/logging.h"
|
||||||
#include "webrtc/base/win32.h"
|
#include "webrtc/base/win32.h"
|
||||||
#include "webrtc/modules/desktop_capture/desktop_capturer.h"
|
#include "webrtc/modules/desktop_capture/desktop_capturer.h"
|
||||||
#include "webrtc/modules/desktop_capture/desktop_frame_win.h"
|
#include "webrtc/modules/desktop_capture/desktop_frame_win.h"
|
||||||
#include "webrtc/modules/desktop_capture/win/window_capture_utils.h"
|
#include "webrtc/modules/desktop_capture/win/window_capture_utils.h"
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
|
||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
|
|
||||||
|
|||||||
@ -18,6 +18,7 @@
|
|||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
#include "webrtc/base/constructormagic.h"
|
#include "webrtc/base/constructormagic.h"
|
||||||
|
#include "webrtc/base/logging.h"
|
||||||
#include "webrtc/base/scoped_ref_ptr.h"
|
#include "webrtc/base/scoped_ref_ptr.h"
|
||||||
#include "webrtc/modules/desktop_capture/desktop_capturer.h"
|
#include "webrtc/modules/desktop_capture/desktop_capturer.h"
|
||||||
#include "webrtc/modules/desktop_capture/desktop_capture_options.h"
|
#include "webrtc/modules/desktop_capture/desktop_capture_options.h"
|
||||||
@ -25,7 +26,6 @@
|
|||||||
#include "webrtc/modules/desktop_capture/x11/shared_x_display.h"
|
#include "webrtc/modules/desktop_capture/x11/shared_x_display.h"
|
||||||
#include "webrtc/modules/desktop_capture/x11/x_error_trap.h"
|
#include "webrtc/modules/desktop_capture/x11/x_error_trap.h"
|
||||||
#include "webrtc/modules/desktop_capture/x11/x_server_pixel_buffer.h"
|
#include "webrtc/modules/desktop_capture/x11/x_server_pixel_buffer.h"
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
|
||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
|
|
||||||
|
|||||||
@ -15,7 +15,7 @@
|
|||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
#include "webrtc/base/checks.h"
|
#include "webrtc/base/checks.h"
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
#include "webrtc/base/logging.h"
|
||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
|
|
||||||
|
|||||||
@ -14,9 +14,9 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/shm.h>
|
#include <sys/shm.h>
|
||||||
|
|
||||||
|
#include "webrtc/base/logging.h"
|
||||||
#include "webrtc/modules/desktop_capture/desktop_frame.h"
|
#include "webrtc/modules/desktop_capture/desktop_frame.h"
|
||||||
#include "webrtc/modules/desktop_capture/x11/x_error_trap.h"
|
#include "webrtc/modules/desktop_capture/x11/x_error_trap.h"
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
|
||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
|
|
||||||
|
|||||||
@ -15,7 +15,6 @@
|
|||||||
#include "webrtc/base/timeutils.h"
|
#include "webrtc/base/timeutils.h"
|
||||||
#include "webrtc/base/trace_event.h"
|
#include "webrtc/base/trace_event.h"
|
||||||
#include "webrtc/modules/include/module.h"
|
#include "webrtc/modules/include/module.h"
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
|
||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
namespace {
|
namespace {
|
||||||
|
|||||||
@ -11,9 +11,9 @@
|
|||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
#include "webrtc/base/logging.h"
|
||||||
#include "webrtc/modules/video_capture/device_info_impl.h"
|
#include "webrtc/modules/video_capture/device_info_impl.h"
|
||||||
#include "webrtc/modules/video_capture/video_capture_config.h"
|
#include "webrtc/modules/video_capture/video_capture_config.h"
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
|
||||||
|
|
||||||
#ifndef abs
|
#ifndef abs
|
||||||
#define abs(a) (a>=0?a:-a)
|
#define abs(a) (a>=0?a:-a)
|
||||||
|
|||||||
@ -13,6 +13,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "webrtc/api/video/i420_buffer.h"
|
#include "webrtc/api/video/i420_buffer.h"
|
||||||
|
#include "webrtc/base/logging.h"
|
||||||
#include "webrtc/base/refcount.h"
|
#include "webrtc/base/refcount.h"
|
||||||
#include "webrtc/base/timeutils.h"
|
#include "webrtc/base/timeutils.h"
|
||||||
#include "webrtc/base/trace_event.h"
|
#include "webrtc/base/trace_event.h"
|
||||||
@ -20,7 +21,6 @@
|
|||||||
#include "webrtc/modules/include/module_common_types.h"
|
#include "webrtc/modules/include/module_common_types.h"
|
||||||
#include "webrtc/modules/video_capture/video_capture_config.h"
|
#include "webrtc/modules/video_capture/video_capture_config.h"
|
||||||
#include "webrtc/system_wrappers/include/clock.h"
|
#include "webrtc/system_wrappers/include/clock.h"
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
|
||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
namespace videocapturemodule {
|
namespace videocapturemodule {
|
||||||
|
|||||||
@ -16,7 +16,6 @@
|
|||||||
#include "webrtc/base/atomicops.h"
|
#include "webrtc/base/atomicops.h"
|
||||||
#include "webrtc/base/checks.h"
|
#include "webrtc/base/checks.h"
|
||||||
#include "webrtc/common_types.h"
|
#include "webrtc/common_types.h"
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
|
||||||
|
|
||||||
// Macros for allowing WebRTC clients (e.g. Chrome) to gather and aggregate
|
// Macros for allowing WebRTC clients (e.g. Chrome) to gather and aggregate
|
||||||
// statistics.
|
// statistics.
|
||||||
|
|||||||
@ -35,9 +35,9 @@ rtc_static_library("file_player") {
|
|||||||
deps = [
|
deps = [
|
||||||
":audio_coder",
|
":audio_coder",
|
||||||
"..:webrtc_common",
|
"..:webrtc_common",
|
||||||
|
"../base:rtc_base_approved",
|
||||||
"../common_audio",
|
"../common_audio",
|
||||||
"../modules/media_file",
|
"../modules/media_file",
|
||||||
"../system_wrappers",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
if (!build_with_chromium && is_clang) {
|
if (!build_with_chromium && is_clang) {
|
||||||
|
|||||||
@ -10,11 +10,11 @@
|
|||||||
|
|
||||||
#include "webrtc/voice_engine/file_player.h"
|
#include "webrtc/voice_engine/file_player.h"
|
||||||
|
|
||||||
|
#include "webrtc/base/logging.h"
|
||||||
#include "webrtc/common_audio/resampler/include/resampler.h"
|
#include "webrtc/common_audio/resampler/include/resampler.h"
|
||||||
#include "webrtc/common_types.h"
|
#include "webrtc/common_types.h"
|
||||||
#include "webrtc/modules/media_file/media_file.h"
|
#include "webrtc/modules/media_file/media_file.h"
|
||||||
#include "webrtc/modules/media_file/media_file_defines.h"
|
#include "webrtc/modules/media_file/media_file_defines.h"
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
|
||||||
#include "webrtc/typedefs.h"
|
#include "webrtc/typedefs.h"
|
||||||
#include "webrtc/voice_engine/coder.h"
|
#include "webrtc/voice_engine/coder.h"
|
||||||
|
|
||||||
|
|||||||
@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
#include <list>
|
#include <list>
|
||||||
|
|
||||||
|
#include "webrtc/base/logging.h"
|
||||||
#include "webrtc/base/platform_thread.h"
|
#include "webrtc/base/platform_thread.h"
|
||||||
#include "webrtc/common_audio/resampler/include/resampler.h"
|
#include "webrtc/common_audio/resampler/include/resampler.h"
|
||||||
#include "webrtc/common_types.h"
|
#include "webrtc/common_types.h"
|
||||||
@ -19,7 +20,6 @@
|
|||||||
#include "webrtc/modules/media_file/media_file.h"
|
#include "webrtc/modules/media_file/media_file.h"
|
||||||
#include "webrtc/modules/media_file/media_file_defines.h"
|
#include "webrtc/modules/media_file/media_file_defines.h"
|
||||||
#include "webrtc/system_wrappers/include/event_wrapper.h"
|
#include "webrtc/system_wrappers/include/event_wrapper.h"
|
||||||
#include "webrtc/system_wrappers/include/logging.h"
|
|
||||||
#include "webrtc/typedefs.h"
|
#include "webrtc/typedefs.h"
|
||||||
#include "webrtc/voice_engine/coder.h"
|
#include "webrtc/voice_engine/coder.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user