webrtc/modules/desktop_capture/mac
Jonas Olsson b2b2031457 Concatenate string literals at compile time.
This CL was generated by running:
git ls-files | grep ".cc" | xargs perl -i -ne 'BEGIN {undef $/}; s/("[\s\n]*<<[\s\n]*")/" "/g; print;'; git cl format

After that I manually edited modules/audio_processing/gain_controller2.cc to preserve its original
formatting.

This primary benefit of this change is a small reduction in binary size.

Bug: None
Change-Id: I689fa7ba9c717c314bb167e5d592c3c4e0871e29
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/165961
Reviewed-by: Alessio Bazzica <alessiob@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Jonas Olsson <jonasolsson@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#30251}
2020-01-14 14:47:48 +00:00
..
desktop_configuration_monitor.cc Concatenate string literals at compile time. 2020-01-14 14:47:48 +00:00
desktop_configuration_monitor.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
desktop_configuration.h Adding missing RTC_EXPORT for component build. 2019-10-18 09:17:56 +00:00
desktop_configuration.mm [desktopCapture Mac] Continue screen capture at graphic cards switching 2018-04-27 04:07:05 +00:00
desktop_frame_cgimage.h Avoid a frame copy in WindowCapturerMac 2019-04-19 05:05:50 +00:00
desktop_frame_cgimage.mm Check nullity of CGColorSpaceCopyICCProfile's return value 2019-05-03 02:33:29 +00:00
desktop_frame_iosurface.h Obj-C SDK Cleanup 2018-08-30 10:42:41 +00:00
desktop_frame_iosurface.mm Make ScreenCapturerMac more robust when using IOSurface 2018-04-12 23:04:58 +00:00
desktop_frame_provider.h Obj-C SDK Cleanup 2018-08-30 10:42:41 +00:00
desktop_frame_provider.mm Deprecating ThreadChecker specific interface. 2019-04-08 16:58:07 +00:00
full_screen_mac_application_handler.cc Implement handling for MS PowerPoint Presentation Mode. 2019-12-03 19:17:24 +00:00
full_screen_mac_application_handler.h Implement handling for MS PowerPoint Presentation Mode. 2019-12-03 19:17:24 +00:00
screen_capturer_mac.h ScreenCapturerMac: destroy the streams and remove the DisplayStreamManager 2018-08-31 23:49:29 +00:00
screen_capturer_mac.mm Deprecating ThreadChecker specific interface. 2019-04-08 16:58:07 +00:00
window_list_utils.cc Implement handling for MS PowerPoint Presentation Mode. 2019-12-03 19:17:24 +00:00
window_list_utils.h Implement handling for MS PowerPoint Presentation Mode. 2019-12-03 19:17:24 +00:00