<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[211047] trunk</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/211047">211047</a></dd>
<dt>Author</dt> <dd>commit-queue@webkit.org</dd>
<dt>Date</dt> <dd>2017-01-23 11:32:54 -0800 (Mon, 23 Jan 2017)</dd>
</dl>

<h3>Log Message</h3>
<pre>[WebRTC] Filter libwebrtc link flags
https://bugs.webkit.org/show_bug.cgi?id=167287

Patch by Youenn Fablet &lt;youenn@apple.com&gt; on 2017-01-23
Reviewed by Alex Christensen.

Source/ThirdParty/libwebrtc:

* CMakeLists.txt:

Tools:

* Scripts/webkitpy/libwebrtc/generate_cmake.py:
(CMakeGenerator._compute_link_flags):
(CMakeGenerator._compute_link_flags.keep_flag):
(CMakeGenerator._generate_compile_target_options):</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceThirdPartylibwebrtcCMakeListstxt">trunk/Source/ThirdParty/libwebrtc/CMakeLists.txt</a></li>
<li><a href="#trunkSourceThirdPartylibwebrtcChangeLog">trunk/Source/ThirdParty/libwebrtc/ChangeLog</a></li>
<li><a href="#trunkToolsChangeLog">trunk/Tools/ChangeLog</a></li>
<li><a href="#trunkToolsScriptswebkitpylibwebrtcgenerate_cmakepy">trunk/Tools/Scripts/webkitpy/libwebrtc/generate_cmake.py</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceThirdPartylibwebrtcCMakeListstxt"></a>
<div class="modfile"><h4>Modified: trunk/Source/ThirdParty/libwebrtc/CMakeLists.txt (211046 => 211047)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/ThirdParty/libwebrtc/CMakeLists.txt        2017-01-23 19:32:37 UTC (rev 211046)
+++ trunk/Source/ThirdParty/libwebrtc/CMakeLists.txt        2017-01-23 19:32:54 UTC (rev 211047)
</span><span class="lines">@@ -57,7 +57,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesMedia_FileMedia_File PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot
 ; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesMedia_FileMedia_File PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcModulesMedia_FileMedia_File PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/signal_processing/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/vad/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/resampler/include/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcModulesMedia_FileMedia_File PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesMedia_FileMedia_File PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesMedia_FileMedia_File PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/media_file)
</span><span class="cx"> set_target_properties(WebrtcModulesMedia_FileMedia_File PROPERTIES OUTPUT_NAME media_file)
</span><span class="cx"> target_link_libraries(WebrtcModulesMedia_FileMedia_File WebrtcWebrtc_Common)
</span><span class="lines">@@ -100,7 +100,7 @@
</span><span class="cx"> target_compile_options(WebrtcP2PRtc_P2P PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot; &quot;-fno-thre
 adsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcP2PRtc_P2P PRIVATE FEATURE_ENABLE_SSL FEATURE_ENABLE_VOICEMAIL FEATURE_ENABLE_PSTN V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC FEATURE_ENABLE_VOICEMAIL XML_STATIC SSL_USE_OPENSSL HAVE_OPENSSL_
 SSL_H FEATURE_ENABLE_SSL)
</span><span class="cx"> target_include_directories(WebrtcP2PRtc_P2P PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/third_party/expat/files/lib/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcP2PRtc_P2P PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcP2PRtc_P2P PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcP2PRtc_P2P PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/p2p)
</span><span class="cx"> set_target_properties(WebrtcP2PRtc_P2P PROPERTIES OUTPUT_NAME rtc_p2p)
</span><span class="cx"> target_link_libraries(WebrtcP2PRtc_P2P Third_PartyExpatExpat)
</span><span class="lines">@@ -161,7 +161,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesVideo_CodingVideo_Coding PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&
 quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesVideo_CodingVideo_Coding PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC RTC_DISABLE_VP8 RTC_DISABLE_VP9)
</span><span class="cx"> target_include_directories(WebrtcModulesVideo_CodingVideo_Coding PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/third_party/libyuv/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_video/libyuv/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_video/include/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcModulesVideo_CodingVideo_Coding PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesVideo_CodingVideo_Coding PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesVideo_CodingVideo_Coding PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/video_coding)
</span><span class="cx"> set_target_properties(WebrtcModulesVideo_CodingVideo_Coding PROPERTIES OUTPUT_NAME video_coding)
</span><span class="cx"> target_link_libraries(WebrtcModulesVideo_CodingVideo_Coding WebrtcWebrtc_Common)
</span><span class="lines">@@ -191,7 +191,7 @@
</span><span class="cx"> target_compile_options(Third_PartyLibyuvCompare PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; 
 &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(Third_PartyLibyuvCompare PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1)
</span><span class="cx"> target_include_directories(Third_PartyLibyuvCompare PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/third_party/libyuv/include/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(Third_PartyLibyuvCompare PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9 -Wl,-ObjC -Wl,-pie&quot;)
</del><ins>+set_target_properties(Third_PartyLibyuvCompare PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9 -Wl,-ObjC -Wl,-pie&quot;)
</ins><span class="cx"> set_target_properties(Third_PartyLibyuvCompare PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/)
</span><span class="cx"> set_target_properties(Third_PartyLibyuvCompare PROPERTIES OUTPUT_NAME compare)
</span><span class="cx"> target_link_libraries(Third_PartyLibyuvCompare Third_PartyLibyuvLibyuv)
</span><span class="lines">@@ -204,7 +204,7 @@
</span><span class="cx"> target_compile_options(WebrtcApiAudio_Mixer_Api PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot; &quot;-
 fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcApiAudio_Mixer_Api PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcApiAudio_Mixer_Api PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcApiAudio_Mixer_Api PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcApiAudio_Mixer_Api PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> # End of target WebrtcApiAudio_Mixer_Api
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="lines">@@ -220,7 +220,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesAudio_CodingAudio_Coding PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&
 quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesAudio_CodingAudio_Coding PRIVATE WEBRTC_CODEC_ILBC WEBRTC_CODEC_OPUS WEBRTC_CODEC_ISAC WEBRTC_CODEC_RED V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcModulesAudio_CodingAudio_Coding PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/signal_processing/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/audio_coding/codecs/red/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/resampler/include/ ${LIBWEBRTC_INPUT_DIR}/third_party/opus/src/src/ ${LIBWEBRTC_INPUT_DIR}/third_party/opus/src/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/audio_coding/codecs/isac/main/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/audio_coding/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/vad/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/audio_coding/codecs/pcm16b/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/audio_coding/codecs/cng/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/audio_coding/codecs/ilbc/include/ ${LIBWEBRTC_INPUT_DIR}/third_party/opus/src/celt/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/include/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcModulesAudio_CodingAudio_Coding PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesAudio_CodingAudio_Coding PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesAudio_CodingAudio_Coding PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/audio_coding)
</span><span class="cx"> set_target_properties(WebrtcModulesAudio_CodingAudio_Coding PROPERTIES OUTPUT_NAME audio_coding)
</span><span class="cx"> target_link_libraries(WebrtcModulesAudio_CodingAudio_Coding WebrtcWebrtc_Common)
</span><span class="lines">@@ -244,7 +244,7 @@
</span><span class="cx"> target_compile_options(Third_PartyLibyuvCpuid PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &q
 uot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(Third_PartyLibyuvCpuid PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1)
</span><span class="cx"> target_include_directories(Third_PartyLibyuvCpuid PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/third_party/libyuv/include/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(Third_PartyLibyuvCpuid PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9 -Wl,-ObjC -Wl,-pie&quot;)
</del><ins>+set_target_properties(Third_PartyLibyuvCpuid PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9 -Wl,-ObjC -Wl,-pie&quot;)
</ins><span class="cx"> set_target_properties(Third_PartyLibyuvCpuid PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/)
</span><span class="cx"> set_target_properties(Third_PartyLibyuvCpuid PROPERTIES OUTPUT_NAME cpuid)
</span><span class="cx"> target_link_libraries(Third_PartyLibyuvCpuid Third_PartyLibyuvLibyuv)
</span><span class="lines">@@ -279,7 +279,7 @@
</span><span class="cx"> target_compile_options(WebrtcSystem_WrappersSystem_Wrappers PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&q
 uot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcSystem_WrappersSystem_Wrappers PRIVATE WEBRTC_THREAD_RR V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcSystem_WrappersSystem_Wrappers PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcSystem_WrappersSystem_Wrappers PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcSystem_WrappersSystem_Wrappers PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcSystem_WrappersSystem_Wrappers PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/system_wrappers)
</span><span class="cx"> set_target_properties(WebrtcSystem_WrappersSystem_Wrappers PROPERTIES OUTPUT_NAME system_wrappers)
</span><span class="cx"> target_link_libraries(WebrtcSystem_WrappersSystem_Wrappers WebrtcWebrtc_Common)
</span><span class="lines">@@ -298,7 +298,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesAudio_MixerAudio_Mixer_Impl PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c
 99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesAudio_MixerAudio_Mixer_Impl PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcModulesAudio_MixerAudio_Mixer_Impl PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcModulesAudio_MixerAudio_Mixer_Impl PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesAudio_MixerAudio_Mixer_Impl PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesAudio_MixerAudio_Mixer_Impl PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/audio_mixer)
</span><span class="cx"> set_target_properties(WebrtcModulesAudio_MixerAudio_Mixer_Impl PROPERTIES OUTPUT_NAME audio_mixer_impl)
</span><span class="cx"> target_link_libraries(WebrtcModulesAudio_MixerAudio_Mixer_Impl WebrtcWebrtc_Common)
</span><span class="lines">@@ -320,7 +320,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesAudio_CodingAudio_Format PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&
 quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesAudio_CodingAudio_Format PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcModulesAudio_CodingAudio_Format PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcModulesAudio_CodingAudio_Format PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesAudio_CodingAudio_Format PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesAudio_CodingAudio_Format PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/audio_coding)
</span><span class="cx"> set_target_properties(WebrtcModulesAudio_CodingAudio_Format PROPERTIES OUTPUT_NAME audio_format)
</span><span class="cx"> target_link_libraries(WebrtcModulesAudio_CodingAudio_Format WebrtcWebrtc_Common)
</span><span class="lines">@@ -364,7 +364,7 @@
</span><span class="cx"> target_compile_options(WebrtcSystem_WrappersField_Trial_Default PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c
 99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcSystem_WrappersField_Trial_Default PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcSystem_WrappersField_Trial_Default PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcSystem_WrappersField_Trial_Default PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcSystem_WrappersField_Trial_Default PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcSystem_WrappersField_Trial_Default PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/system_wrappers)
</span><span class="cx"> set_target_properties(WebrtcSystem_WrappersField_Trial_Default PROPERTIES OUTPUT_NAME field_trial_default)
</span><span class="cx"> # End of target WebrtcSystem_WrappersField_Trial_Default
</span><span class="lines">@@ -465,7 +465,7 @@
</span><span class="cx"> target_compile_options(Third_PartyProtobufProtoc_Lib PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Werror&quot; &quot;-Wall&quot; &quot;-Wno-unused-variable&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-Wno-unused-function&quot; &quot;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quo
 t; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(Third_PartyProtobufProtoc_Lib PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 GOOGLE_PROTOBUF_NO_RTTI GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER HAVE_PTHREAD)
</span><span class="cx"> target_include_directories(Third_PartyProtobufProtoc_Lib PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/ ${LIBWEBRTC_INPUT_DIR}/third_party/protobuf/src/)
</span><del>-set_target_properties(Third_PartyProtobufProtoc_Lib PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(Third_PartyProtobufProtoc_Lib PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(Third_PartyProtobufProtoc_Lib PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/third_party/protobuf)
</span><span class="cx"> set_target_properties(Third_PartyProtobufProtoc_Lib PROPERTIES OUTPUT_NAME protoc_lib)
</span><span class="cx"> target_link_libraries(Third_PartyProtobufProtoc_Lib Third_PartyProtobufProtobuf_Full)
</span><span class="lines">@@ -481,7 +481,7 @@
</span><span class="cx"> target_compile_options(WebrtcToolsEvent_Log_Visualizer_Utils PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&
 quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcToolsEvent_Log_Visualizer_Utils PRIVATE ENABLE_RTC_EVENT_LOG V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC GOOGLE_PROTOBUF_NO_RTTI GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER HAVE_PTHREAD)
</span><span class="cx"> target_include_directories(WebrtcToolsEvent_Log_Visualizer_Utils PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/protoc_out/ ${LIBWEBRTC_OUTPUT_DIR}/gen/ ${LIBWEBRTC_INPUT_DIR}/third_party/protobuf/src/)
</span><del>-set_target_properties(WebrtcToolsEvent_Log_Visualizer_Utils PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcToolsEvent_Log_Visualizer_Utils PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcToolsEvent_Log_Visualizer_Utils PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/tools)
</span><span class="cx"> set_target_properties(WebrtcToolsEvent_Log_Visualizer_Utils PROPERTIES OUTPUT_NAME event_log_visualizer_utils)
</span><span class="cx"> target_link_libraries(WebrtcToolsEvent_Log_Visualizer_Utils WebrtcLoggingRtc_Event_Log_Impl)
</span><span class="lines">@@ -516,7 +516,7 @@
</span><span class="cx"> target_compile_options(WebrtcToolsFrame_Editing_Lib PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot; &qu
 ot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcToolsFrame_Editing_Lib PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcToolsFrame_Editing_Lib PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/third_party/libyuv/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_video/libyuv/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_video/include/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcToolsFrame_Editing_Lib PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcToolsFrame_Editing_Lib PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcToolsFrame_Editing_Lib PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/tools)
</span><span class="cx"> set_target_properties(WebrtcToolsFrame_Editing_Lib PROPERTIES OUTPUT_NAME frame_editing_lib)
</span><span class="cx"> target_link_libraries(WebrtcToolsFrame_Editing_Lib WebrtcCommon_VideoCommon_Video)
</span><span class="lines">@@ -536,7 +536,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesAudio_MixerAudio_Frame_Manipulator PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot
 ;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesAudio_MixerAudio_Frame_Manipulator PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcModulesAudio_MixerAudio_Frame_Manipulator PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcModulesAudio_MixerAudio_Frame_Manipulator PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesAudio_MixerAudio_Frame_Manipulator PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesAudio_MixerAudio_Frame_Manipulator PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/audio_mixer)
</span><span class="cx"> set_target_properties(WebrtcModulesAudio_MixerAudio_Frame_Manipulator PROPERTIES OUTPUT_NAME audio_frame_manipulator)
</span><span class="cx"> target_link_libraries(WebrtcModulesAudio_MixerAudio_Frame_Manipulator WebrtcBaseRtc_Base_Approved)
</span><span class="lines">@@ -553,7 +553,7 @@
</span><span class="cx"> target_compile_options(Third_PartyExpatExpat PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &qu
 ot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(Third_PartyExpatExpat PRIVATE _LIB HAVE_EXPAT_CONFIG_H V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 XML_STATIC)
</span><span class="cx"> target_include_directories(Third_PartyExpatExpat PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/third_party/expat/files/lib/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(Third_PartyExpatExpat PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(Third_PartyExpatExpat PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(Third_PartyExpatExpat PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/third_party/expat)
</span><span class="cx"> set_target_properties(Third_PartyExpatExpat PROPERTIES OUTPUT_NAME expat)
</span><span class="cx"> # End of target Third_PartyExpatExpat
</span><span class="lines">@@ -599,7 +599,7 @@
</span><span class="cx"> target_compile_options(WebrtcApiLibjingle_Peerconnection PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot
 ; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcApiLibjingle_Peerconnection PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC HAVE_WEBRTC_VIDEO HAVE_WEBRTC_VOICE HAVE_SCTP HAVE_SRTP WEBRTC_WEBKIT_BUILD)
</span><span class="cx"> target_include_directories(WebrtcApiLibjingle_Peerconnection PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/third_party/libyuv/include/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcApiLibjingle_Peerconnection PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcApiLibjingle_Peerconnection PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcApiLibjingle_Peerconnection PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/api)
</span><span class="cx"> set_target_properties(WebrtcApiLibjingle_Peerconnection PROPERTIES OUTPUT_NAME jingle_peerconnection)
</span><span class="cx"> target_link_libraries(WebrtcApiLibjingle_Peerconnection WebrtcApiCall_Api)
</span><span class="lines">@@ -640,7 +640,7 @@
</span><span class="cx"> target_compile_options(WebrtcP2PLibstunprober PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot; &quot;-fn
 o-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcP2PLibstunprober PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC SSL_USE_OPENSSL HAVE_OPENSSL_SSL_H FEATURE_ENABLE_SSL)
</span><span class="cx"> target_include_directories(WebrtcP2PLibstunprober PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcP2PLibstunprober PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcP2PLibstunprober PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcP2PLibstunprober PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/p2p)
</span><span class="cx"> set_target_properties(WebrtcP2PLibstunprober PROPERTIES OUTPUT_NAME stunprober)
</span><span class="cx"> target_link_libraries(WebrtcP2PLibstunprober WebrtcWebrtc_Common)
</span><span class="lines">@@ -675,7 +675,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesAudio_CodingIsac_Common PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&q
 uot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesAudio_CodingIsac_Common PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcModulesAudio_CodingIsac_Common PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcModulesAudio_CodingIsac_Common PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesAudio_CodingIsac_Common PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesAudio_CodingIsac_Common PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/audio_coding)
</span><span class="cx"> set_target_properties(WebrtcModulesAudio_CodingIsac_Common PROPERTIES OUTPUT_NAME isac_common)
</span><span class="cx"> # End of target WebrtcModulesAudio_CodingIsac_Common
</span><span class="lines">@@ -712,7 +712,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesPacingPacing PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot; &quot;
 -fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesPacingPacing PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcModulesPacingPacing PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcModulesPacingPacing PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesPacingPacing PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesPacingPacing PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/pacing)
</span><span class="cx"> set_target_properties(WebrtcModulesPacingPacing PROPERTIES OUTPUT_NAME pacing)
</span><span class="cx"> target_link_libraries(WebrtcModulesPacingPacing WebrtcModulesBitrate_ControllerBitrate_Controller)
</span><span class="lines">@@ -729,7 +729,7 @@
</span><span class="cx"> target_compile_options(WebrtcSdkRtc_Sdk_Framework_Objc_Shared_Library PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-un
 defined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-arc&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcSdkRtc_Sdk_Framework_Objc_Shared_Library PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcSdkRtc_Sdk_Framework_Objc_Shared_Library PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/third_party/libyuv/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/sdk/objc/Framework/Headers/ ${LIBWEBRTC_INPUT_DIR}/webrtc/sdk/objc/Framework/Classes/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcSdkRtc_Sdk_Framework_Objc_Shared_Library PROPERTIES LINK_FLAGS &quot;-all_load -stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9 -Wl,-ObjC&quot;)
</del><ins>+set_target_properties(WebrtcSdkRtc_Sdk_Framework_Objc_Shared_Library PROPERTIES LINK_FLAGS &quot;-all_load -stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9 -Wl,-ObjC&quot;)
</ins><span class="cx"> set_target_properties(WebrtcSdkRtc_Sdk_Framework_Objc_Shared_Library PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/sdk/rtc_sdk_framework_objc_shared_library)
</span><span class="cx"> set_target_properties(WebrtcSdkRtc_Sdk_Framework_Objc_Shared_Library PROPERTIES OUTPUT_NAME WebRTC)
</span><span class="cx"> target_link_libraries(WebrtcSdkRtc_Sdk_Framework_Objc_Shared_Library WebrtcSdkRtc_Sdk_Peerconnection_Objc)
</span><span class="lines">@@ -824,7 +824,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesRemote_Bitrate_EstimatorRemote_Bitrate_Estimator PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wund
 ef&quot; &quot;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesRemote_Bitrate_EstimatorRemote_Bitrate_Estimator PRIVATE BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0 V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcModulesRemote_Bitrate_EstimatorRemote_Bitrate_Estimator PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcModulesRemote_Bitrate_EstimatorRemote_Bitrate_Estimator PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesRemote_Bitrate_EstimatorRemote_Bitrate_Estimator PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesRemote_Bitrate_EstimatorRemote_Bitrate_Estimator PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/remote_bitrate_estimator)
</span><span class="cx"> set_target_properties(WebrtcModulesRemote_Bitrate_EstimatorRemote_Bitrate_Estimator PROPERTIES OUTPUT_NAME remote_bitrate_estimator)
</span><span class="cx"> target_link_libraries(WebrtcModulesRemote_Bitrate_EstimatorRemote_Bitrate_Estimator WebrtcWebrtc_Common)
</span><span class="lines">@@ -841,7 +841,7 @@
</span><span class="cx"> target_compile_options(WebrtcToolsPsnr_Ssim_Analyzer PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot; &q
 uot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcToolsPsnr_Ssim_Analyzer PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcToolsPsnr_Ssim_Analyzer PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/third_party/libyuv/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_video/libyuv/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_video/include/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcToolsPsnr_Ssim_Analyzer PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9 -Wl,-ObjC -Wl,-pie&quot;)
</del><ins>+set_target_properties(WebrtcToolsPsnr_Ssim_Analyzer PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9 -Wl,-ObjC -Wl,-pie&quot;)
</ins><span class="cx"> set_target_properties(WebrtcToolsPsnr_Ssim_Analyzer PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/)
</span><span class="cx"> set_target_properties(WebrtcToolsPsnr_Ssim_Analyzer PROPERTIES OUTPUT_NAME psnr_ssim_analyzer)
</span><span class="cx"> target_link_libraries(WebrtcToolsPsnr_Ssim_Analyzer WebrtcToolsCommand_Line_Parser)
</span><span class="lines">@@ -859,7 +859,7 @@
</span><span class="cx"> target_compile_options(WebrtcVoice_EngineLevel_Indicator PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot
 ; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcVoice_EngineLevel_Indicator PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcVoice_EngineLevel_Indicator PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/signal_processing/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/vad/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/resampler/include/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcVoice_EngineLevel_Indicator PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcVoice_EngineLevel_Indicator PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcVoice_EngineLevel_Indicator PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/voice_engine)
</span><span class="cx"> set_target_properties(WebrtcVoice_EngineLevel_Indicator PROPERTIES OUTPUT_NAME level_indicator)
</span><span class="cx"> target_link_libraries(WebrtcVoice_EngineLevel_Indicator WebrtcWebrtc_Common)
</span><span class="lines">@@ -884,7 +884,7 @@
</span><span class="cx"> target_compile_options(WebrtcToolsVideo_Quality_Analysis PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot
 ; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcToolsVideo_Quality_Analysis PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcToolsVideo_Quality_Analysis PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/third_party/libyuv/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_video/libyuv/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_video/include/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcToolsVideo_Quality_Analysis PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcToolsVideo_Quality_Analysis PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcToolsVideo_Quality_Analysis PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/tools)
</span><span class="cx"> set_target_properties(WebrtcToolsVideo_Quality_Analysis PROPERTIES OUTPUT_NAME video_quality_analysis)
</span><span class="cx"> target_link_libraries(WebrtcToolsVideo_Quality_Analysis WebrtcCommon_VideoCommon_Video)
</span><span class="lines">@@ -934,7 +934,7 @@
</span><span class="cx"> target_compile_options(Third_PartyLibsrtpLibsrtp PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Werror&quot; &quot;-Wall&quot; &quot;-Wno-unused-variable&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-
 compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(Third_PartyLibsrtpLibsrtp PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 PACKAGE_STRING=&quot;libsrtp2 2.0.0-pre&quot; PACKAGE_VERSION=&quot;2.0.0-pre&quot; HAVE_CONFIG_H OPENSSL HAVE_STDLIB_H HAVE_STRING_H HAVE_STDINT_H HAVE_INTTYPES_H HAVE_INT16_T HAVE_INT32_T HAVE_INT8_T HAVE_UINT16_T HAVE_UINT32_T HAVE_UINT64_T HAVE_UINT8_T HAVE
 _ARPA_INET_H HAVE_NETINET_IN_H HAVE_SYS_TYPES_H HAVE_UNISTD_H)
</span><span class="cx"> target_include_directories(Third_PartyLibsrtpLibsrtp PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/third_party/libsrtp/include/ ${LIBWEBRTC_INPUT_DIR}/third_party/libsrtp/config/ ${LIBWEBRTC_INPUT_DIR}/third_party/boringssl/src/include/ ${LIBWEBRTC_INPUT_DIR}/third_party/libsrtp/ ${LIBWEBRTC_INPUT_DIR}/third_party/libsrtp/crypto/include/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(Third_PartyLibsrtpLibsrtp PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(Third_PartyLibsrtpLibsrtp PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(Third_PartyLibsrtpLibsrtp PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/third_party/libsrtp)
</span><span class="cx"> set_target_properties(Third_PartyLibsrtpLibsrtp PROPERTIES OUTPUT_NAME srtp)
</span><span class="cx"> target_link_libraries(Third_PartyLibsrtpLibsrtp Third_PartyBoringsslBoringssl)
</span><span class="lines">@@ -947,7 +947,7 @@
</span><span class="cx"> target_compile_options(WebrtcToolsCommand_Line_Parser PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot; &
 quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcToolsCommand_Line_Parser PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcToolsCommand_Line_Parser PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcToolsCommand_Line_Parser PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcToolsCommand_Line_Parser PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcToolsCommand_Line_Parser PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/tools)
</span><span class="cx"> set_target_properties(WebrtcToolsCommand_Line_Parser PROPERTIES OUTPUT_NAME command_line_parser)
</span><span class="cx"> # End of target WebrtcToolsCommand_Line_Parser
</span><span class="lines">@@ -961,7 +961,7 @@
</span><span class="cx"> target_compile_options(WebrtcBaseRtc_Task_Queue PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot; &quot;-
 fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcBaseRtc_Task_Queue PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcBaseRtc_Task_Queue PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcBaseRtc_Task_Queue PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcBaseRtc_Task_Queue PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcBaseRtc_Task_Queue PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/base)
</span><span class="cx"> set_target_properties(WebrtcBaseRtc_Task_Queue PROPERTIES OUTPUT_NAME rtc_task_queue)
</span><span class="cx"> target_link_libraries(WebrtcBaseRtc_Task_Queue WebrtcBaseRtc_Base_Approved)
</span><span class="lines">@@ -1004,7 +1004,7 @@
</span><span class="cx"> target_compile_options(WebrtcVoice_EngineVoice_Engine PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot; &
 quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcVoice_EngineVoice_Engine PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcVoice_EngineVoice_Engine PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/signal_processing/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/audio_device/dummy/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/resampler/include/ ${LIBWEBRTC_INPUT_DIR}/third_party/opus/src/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/audio_device/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/audio_coding/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/vad/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/audio_conference_mixer/include/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcVoice_EngineVoice_Engine PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcVoice_EngineVoice_Engine PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcVoice_EngineVoice_Engine PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/voice_engine)
</span><span class="cx"> set_target_properties(WebrtcVoice_EngineVoice_Engine PROPERTIES OUTPUT_NAME voice_engine)
</span><span class="cx"> target_link_libraries(WebrtcVoice_EngineVoice_Engine WebrtcWebrtc_Common)
</span><span class="lines">@@ -1099,7 +1099,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesAudio_CodingIsac_Fix PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot
 ; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesAudio_CodingIsac_Fix PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcModulesAudio_CodingIsac_Fix PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/signal_processing/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/resampler/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/vad/include/ ${LIBWEBRTC_OUTPUT_DIR}/gen/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/audio_coding/codecs/isac/fix/include/)
</span><del>-set_target_properties(WebrtcModulesAudio_CodingIsac_Fix PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesAudio_CodingIsac_Fix PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesAudio_CodingIsac_Fix PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/audio_coding)
</span><span class="cx"> set_target_properties(WebrtcModulesAudio_CodingIsac_Fix PROPERTIES OUTPUT_NAME isac_fix)
</span><span class="cx"> target_link_libraries(WebrtcModulesAudio_CodingIsac_Fix WebrtcCommon_AudioCommon_Audio)
</span><span class="lines">@@ -1121,7 +1121,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesAudio_CodingAna_Config_Proto PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefin
 ed-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesAudio_CodingAna_Config_Proto PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 GOOGLE_PROTOBUF_NO_RTTI GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER HAVE_PTHREAD)
</span><span class="cx"> target_include_directories(WebrtcModulesAudio_CodingAna_Config_Proto PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/protoc_out/ ${LIBWEBRTC_OUTPUT_DIR}/gen/ ${LIBWEBRTC_INPUT_DIR}/third_party/protobuf/src/)
</span><del>-set_target_properties(WebrtcModulesAudio_CodingAna_Config_Proto PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesAudio_CodingAna_Config_Proto PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesAudio_CodingAna_Config_Proto PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/audio_coding)
</span><span class="cx"> set_target_properties(WebrtcModulesAudio_CodingAna_Config_Proto PROPERTIES OUTPUT_NAME ana_config_proto)
</span><span class="cx"> target_link_libraries(WebrtcModulesAudio_CodingAna_Config_Proto Third_PartyProtobufProtobuf_Lite)
</span><span class="lines">@@ -1142,7 +1142,7 @@
</span><span class="cx"> target_compile_options(WebrtcPcRtc_Pc PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot; &quot;-fno-thread
 safe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcPcRtc_Pc PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC HAVE_SCTP HAVE_SRTP SSL_USE_OPENSSL HAVE_OPENSSL_SSL_H FEATURE_ENABLE_SSL HAVE_WEBRTC_VIDEO HAVE_WEBRTC_VOICE PACKAGE_STRING=&quot;
 libsrtp2 2.0.0-pre&quot; PACKAGE_VERSION=&quot;2.0.0-pre&quot; HAVE_CONFIG_H OPENSSL HAVE_STDLIB_H HAVE_STRING_H HAVE_STDINT_H HAVE_INTTYPES_H HAVE_INT16_T HAVE_INT32_T HAVE_INT8_T HAVE_UINT16_T HAVE_UINT32_T HAVE_UINT64_T HAVE_UINT8_T HAVE_ARPA_INET_H HAVE_NETINET_IN_H HAVE_SYS_TYPES_H HAVE_UNISTD_H)
</span><span class="cx"> target_include_directories(WebrtcPcRtc_Pc PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/third_party/libyuv/include/ ${LIBWEBRTC_INPUT_DIR}/third_party/libsrtp/include/ ${LIBWEBRTC_INPUT_DIR}/third_party/libsrtp/config/ ${LIBWEBRTC_INPUT_DIR}/third_party/boringssl/src/include/ ${LIBWEBRTC_INPUT_DIR}/third_party/libsrtp/ ${LIBWEBRTC_INPUT_DIR}/third_party/libsrtp/crypto/include/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcPcRtc_Pc PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcPcRtc_Pc PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcPcRtc_Pc PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/pc)
</span><span class="cx"> set_target_properties(WebrtcPcRtc_Pc PROPERTIES OUTPUT_NAME rtc_pc)
</span><span class="cx"> target_link_libraries(WebrtcPcRtc_Pc Third_PartyLibsrtpLibsrtp)
</span><span class="lines">@@ -1182,7 +1182,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesAudio_CodingNeteq_Unittest_Proto PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-und
 efined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesAudio_CodingNeteq_Unittest_Proto PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 GOOGLE_PROTOBUF_NO_RTTI GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER HAVE_PTHREAD)
</span><span class="cx"> target_include_directories(WebrtcModulesAudio_CodingNeteq_Unittest_Proto PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/protoc_out/ ${LIBWEBRTC_OUTPUT_DIR}/gen/ ${LIBWEBRTC_INPUT_DIR}/third_party/protobuf/src/)
</span><del>-set_target_properties(WebrtcModulesAudio_CodingNeteq_Unittest_Proto PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesAudio_CodingNeteq_Unittest_Proto PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesAudio_CodingNeteq_Unittest_Proto PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/audio_coding)
</span><span class="cx"> set_target_properties(WebrtcModulesAudio_CodingNeteq_Unittest_Proto PROPERTIES OUTPUT_NAME neteq_unittest_proto)
</span><span class="cx"> target_link_libraries(WebrtcModulesAudio_CodingNeteq_Unittest_Proto Third_PartyProtobufProtobuf_Lite)
</span><span class="lines">@@ -1196,7 +1196,7 @@
</span><span class="cx"> target_compile_options(WebrtcToolsFrame_Editor PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot; &quot;-f
 no-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcToolsFrame_Editor PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcToolsFrame_Editor PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcToolsFrame_Editor PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9 -Wl,-ObjC -Wl,-pie&quot;)
</del><ins>+set_target_properties(WebrtcToolsFrame_Editor PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9 -Wl,-ObjC -Wl,-pie&quot;)
</ins><span class="cx"> set_target_properties(WebrtcToolsFrame_Editor PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/)
</span><span class="cx"> set_target_properties(WebrtcToolsFrame_Editor PROPERTIES OUTPUT_NAME frame_editor)
</span><span class="cx"> target_link_libraries(WebrtcToolsFrame_Editor WebrtcToolsCommand_Line_Parser)
</span><span class="lines">@@ -1222,7 +1222,7 @@
</span><span class="cx"> target_compile_options(Third_PartyLibyuvConvert PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; 
 &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(Third_PartyLibyuvConvert PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1)
</span><span class="cx"> target_include_directories(Third_PartyLibyuvConvert PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/third_party/libyuv/include/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(Third_PartyLibyuvConvert PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9 -Wl,-ObjC -Wl,-pie&quot;)
</del><ins>+set_target_properties(Third_PartyLibyuvConvert PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9 -Wl,-ObjC -Wl,-pie&quot;)
</ins><span class="cx"> set_target_properties(Third_PartyLibyuvConvert PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/)
</span><span class="cx"> set_target_properties(Third_PartyLibyuvConvert PROPERTIES OUTPUT_NAME convert)
</span><span class="cx"> target_link_libraries(Third_PartyLibyuvConvert Third_PartyLibyuvLibyuv)
</span><span class="lines">@@ -1237,7 +1237,7 @@
</span><span class="cx"> target_compile_options(Third_PartyProtobufProtoc PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Werror&quot; &quot;-Wall&quot; &quot;-Wno-unused-variable&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-
 compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(Third_PartyProtobufProtoc PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 GOOGLE_PROTOBUF_NO_RTTI GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER HAVE_PTHREAD)
</span><span class="cx"> target_include_directories(Third_PartyProtobufProtoc PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/ ${LIBWEBRTC_INPUT_DIR}/third_party/protobuf/src/)
</span><del>-set_target_properties(Third_PartyProtobufProtoc PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9 -Wl,-ObjC -Wl,-pie&quot;)
</del><ins>+set_target_properties(Third_PartyProtobufProtoc PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9 -Wl,-ObjC -Wl,-pie&quot;)
</ins><span class="cx"> set_target_properties(Third_PartyProtobufProtoc PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/)
</span><span class="cx"> set_target_properties(Third_PartyProtobufProtoc PROPERTIES OUTPUT_NAME protoc)
</span><span class="cx"> target_link_libraries(Third_PartyProtobufProtoc Third_PartyProtobufProtoc_Lib)
</span><span class="lines">@@ -1268,7 +1268,7 @@
</span><span class="cx"> target_compile_options(Third_PartyBoringsslBoringssl_Asm PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compa
 re&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(Third_PartyBoringsslBoringssl_Asm PRIVATE BORINGSSL_CLANG_SUPPORTS_DOT_ARCH V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1)
</span><span class="cx"> target_include_directories(Third_PartyBoringsslBoringssl_Asm PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/ ${LIBWEBRTC_INPUT_DIR}/third_party/boringssl/src/include/)
</span><del>-set_target_properties(Third_PartyBoringsslBoringssl_Asm PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(Third_PartyBoringsslBoringssl_Asm PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> # End of target Third_PartyBoringsslBoringssl_Asm
</span><span class="cx"> 
</span><span class="cx"> # Start of target WebrtcModulesAudio_CodingRent_A_Codec
</span><span class="lines">@@ -1278,7 +1278,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesAudio_CodingRent_A_Codec PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&
 quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesAudio_CodingRent_A_Codec PRIVATE WEBRTC_CODEC_ILBC WEBRTC_CODEC_OPUS WEBRTC_CODEC_ISAC WEBRTC_CODEC_RED V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcModulesAudio_CodingRent_A_Codec PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/third_party/opus/src/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/audio_coding/codecs/isac/main/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/audio_coding/codecs/red/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/audio_coding/codecs/pcm16b/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/audio_coding/codecs/cng/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/audio_coding/codecs/ilbc/include/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcModulesAudio_CodingRent_A_Codec PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesAudio_CodingRent_A_Codec PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesAudio_CodingRent_A_Codec PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/audio_coding)
</span><span class="cx"> set_target_properties(WebrtcModulesAudio_CodingRent_A_Codec PROPERTIES OUTPUT_NAME rent_a_codec)
</span><span class="cx"> target_link_libraries(WebrtcModulesAudio_CodingRent_A_Codec WebrtcWebrtc_Common)
</span><span class="lines">@@ -1315,7 +1315,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesAudio_CodingPcm16B PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot; 
 &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesAudio_CodingPcm16B PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcModulesAudio_CodingPcm16B PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/audio_coding/codecs/pcm16b/include/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcModulesAudio_CodingPcm16B PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesAudio_CodingPcm16B PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesAudio_CodingPcm16B PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/audio_coding)
</span><span class="cx"> set_target_properties(WebrtcModulesAudio_CodingPcm16B PROPERTIES OUTPUT_NAME pcm16b)
</span><span class="cx"> target_link_libraries(WebrtcModulesAudio_CodingPcm16B WebrtcModulesAudio_CodingAudio_Decoder_Interface)
</span><span class="lines">@@ -1352,7 +1352,7 @@
</span><span class="cx"> target_compile_options(Third_PartyUsrsctpUsrsctp PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-UINET&quot; &quot;-UINET6&quot; &quot;-U__APPLE__&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Werror&quot; &quot;-Wall&quot; &quot;-Wno-unused-variable&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-Wno-incompatible-pointer-types&quot; &quot;-Wno-unused-function&quot; &quot;-std=c99&quot; &quot;-fno-th
 readsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(Third_PartyUsrsctpUsrsctp PRIVATE SCTP_PROCESS_LEVEL_LOCKS SCTP_SIMPLE_ALLOCATOR SCTP_USE_OPENSSL_SHA1 __Userspace__ HAVE_SA_LEN HAVE_SCONN_LEN __APPLE_USE_RFC_2292 __Userspace_os_Darwin NON_WINDOWS_DEFINE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1)
</span><span class="cx"> target_include_directories(Third_PartyUsrsctpUsrsctp PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/third_party/usrsctp/usrsctplib/usrsctplib/netinet/ ${LIBWEBRTC_INPUT_DIR}/third_party/usrsctp/usrsctplib/usrsctplib/ ${LIBWEBRTC_OUTPUT_DIR}/gen/ ${LIBWEBRTC_INPUT_DIR}/third_party/boringssl/src/include/)
</span><del>-set_target_properties(Third_PartyUsrsctpUsrsctp PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(Third_PartyUsrsctpUsrsctp PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(Third_PartyUsrsctpUsrsctp PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/third_party/usrsctp)
</span><span class="cx"> set_target_properties(Third_PartyUsrsctpUsrsctp PROPERTIES OUTPUT_NAME usrsctp)
</span><span class="cx"> target_link_libraries(Third_PartyUsrsctpUsrsctp Third_PartyBoringsslBoringssl)
</span><span class="lines">@@ -1382,7 +1382,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesDesktop_CaptureDesktop_Capture PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-st
 d=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesDesktop_CaptureDesktop_Capture PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC SSL_USE_OPENSSL HAVE_OPENSSL_SSL_H FEATURE_ENABLE_SSL)
</span><span class="cx"> target_include_directories(WebrtcModulesDesktop_CaptureDesktop_Capture PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcModulesDesktop_CaptureDesktop_Capture PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesDesktop_CaptureDesktop_Capture PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesDesktop_CaptureDesktop_Capture PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/desktop_capture)
</span><span class="cx"> set_target_properties(WebrtcModulesDesktop_CaptureDesktop_Capture PROPERTIES OUTPUT_NAME desktop_capture)
</span><span class="cx"> target_link_libraries(WebrtcModulesDesktop_CaptureDesktop_Capture WebrtcBaseRtc_Base)
</span><span class="lines">@@ -1416,7 +1416,7 @@
</span><span class="cx"> target_compile_options(WebrtcAudioAudio PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot; &quot;-fno-thre
 adsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcAudioAudio PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcAudioAudio PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/audio_coding/include/ ${LIBWEBRTC_INPUT_DIR}/third_party/opus/src/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/include/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcAudioAudio PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcAudioAudio PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcAudioAudio PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/audio)
</span><span class="cx"> set_target_properties(WebrtcAudioAudio PROPERTIES OUTPUT_NAME audio)
</span><span class="cx"> target_link_libraries(WebrtcAudioAudio WebrtcWebrtc_Common)
</span><span class="lines">@@ -1444,7 +1444,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesVideo_CodingWebrtc_I420 PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&q
 uot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesVideo_CodingWebrtc_I420 PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcModulesVideo_CodingWebrtc_I420 PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcModulesVideo_CodingWebrtc_I420 PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesVideo_CodingWebrtc_I420 PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesVideo_CodingWebrtc_I420 PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/video_coding)
</span><span class="cx"> set_target_properties(WebrtcModulesVideo_CodingWebrtc_I420 PROPERTIES OUTPUT_NAME webrtc_i420)
</span><span class="cx"> target_link_libraries(WebrtcModulesVideo_CodingWebrtc_I420 WebrtcSystem_WrappersSystem_Wrappers)
</span><span class="lines">@@ -1488,7 +1488,7 @@
</span><span class="cx"> target_compile_options(Third_PartyLibyuvLibyuv PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &
 quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(Third_PartyLibyuvLibyuv PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1)
</span><span class="cx"> target_include_directories(Third_PartyLibyuvLibyuv PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/third_party/libyuv/include/ ${LIBWEBRTC_INPUT_DIR}/third_party/libjpeg_turbo/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(Third_PartyLibyuvLibyuv PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(Third_PartyLibyuvLibyuv PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(Third_PartyLibyuvLibyuv PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/third_party/libyuv)
</span><span class="cx"> set_target_properties(Third_PartyLibyuvLibyuv PROPERTIES OUTPUT_NAME yuv)
</span><span class="cx"> # End of target Third_PartyLibyuvLibyuv
</span><span class="lines">@@ -1500,7 +1500,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesAudio_CodingAudio_Encoder_Interface PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quo
 t;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesAudio_CodingAudio_Encoder_Interface PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcModulesAudio_CodingAudio_Encoder_Interface PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcModulesAudio_CodingAudio_Encoder_Interface PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesAudio_CodingAudio_Encoder_Interface PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesAudio_CodingAudio_Encoder_Interface PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/audio_coding)
</span><span class="cx"> set_target_properties(WebrtcModulesAudio_CodingAudio_Encoder_Interface PROPERTIES OUTPUT_NAME audio_encoder_interface)
</span><span class="cx"> target_link_libraries(WebrtcModulesAudio_CodingAudio_Encoder_Interface WebrtcWebrtc_Common)
</span><span class="lines">@@ -1516,7 +1516,7 @@
</span><span class="cx"> target_compile_options(WebrtcWebrtc_Common PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot; &quot;-fno-t
 hreadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcWebrtc_Common PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcWebrtc_Common PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcWebrtc_Common PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcWebrtc_Common PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcWebrtc_Common PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc)
</span><span class="cx"> set_target_properties(WebrtcWebrtc_Common PROPERTIES OUTPUT_NAME webrtc_common)
</span><span class="cx"> # End of target WebrtcWebrtc_Common
</span><span class="lines">@@ -1536,7 +1536,7 @@
</span><span class="cx"> target_compile_options(Third_PartyGflagsGflags PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wno-microsoft-include&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Werror&quot; &quot;-Wall&quot; &quot;-Wno-unused-variable&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-Wno-unused-local-typedef&quot; &quot;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-
 undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(Third_PartyGflagsGflags PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 GFLAGS_DLL_DECL= GFLAGS_DLL_DECLARE_FLAG= GFLAGS_DLL_DEFINE_FLAG=)
</span><span class="cx"> target_include_directories(Third_PartyGflagsGflags PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/third_party/gflags/gen/posix/include/gflags/ ${LIBWEBRTC_INPUT_DIR}/third_party/gflags/src/src/ ${LIBWEBRTC_INPUT_DIR}/third_party/gflags/gen/posix/include/ ${LIBWEBRTC_OUTPUT_DIR}/gen/ ${LIBWEBRTC_INPUT_DIR}/third_party/gflags/gen/posix/include/private/)
</span><del>-set_target_properties(Third_PartyGflagsGflags PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(Third_PartyGflagsGflags PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> # End of target Third_PartyGflagsGflags
</span><span class="cx"> 
</span><span class="cx"> # Start of target Third_PartyLibyuvPsnr
</span><span class="lines">@@ -1547,7 +1547,7 @@
</span><span class="cx"> target_compile_options(Third_PartyLibyuvPsnr PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &qu
 ot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(Third_PartyLibyuvPsnr PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1)
</span><span class="cx"> target_include_directories(Third_PartyLibyuvPsnr PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/third_party/libyuv/include/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(Third_PartyLibyuvPsnr PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9 -Wl,-ObjC -Wl,-pie&quot;)
</del><ins>+set_target_properties(Third_PartyLibyuvPsnr PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9 -Wl,-ObjC -Wl,-pie&quot;)
</ins><span class="cx"> set_target_properties(Third_PartyLibyuvPsnr PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/)
</span><span class="cx"> set_target_properties(Third_PartyLibyuvPsnr PROPERTIES OUTPUT_NAME psnr)
</span><span class="cx"> target_link_libraries(Third_PartyLibyuvPsnr Third_PartyLibyuvLibyuv)
</span><span class="lines">@@ -1571,7 +1571,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesAudio_CodingAudio_Network_Adaptor PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;
 -std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesAudio_CodingAudio_Network_Adaptor PRIVATE WEBRTC_AUDIO_NETWORK_ADAPTOR_DEBUG_DUMP V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC GOOGLE_PROTOBUF_NO_RTTI GOOGLE_PROTOBUF_NO_STATIC_INITIALIZ
 ER HAVE_PTHREAD)
</span><span class="cx"> target_include_directories(WebrtcModulesAudio_CodingAudio_Network_Adaptor PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/protoc_out/ ${LIBWEBRTC_OUTPUT_DIR}/gen/ ${LIBWEBRTC_INPUT_DIR}/third_party/protobuf/src/)
</span><del>-set_target_properties(WebrtcModulesAudio_CodingAudio_Network_Adaptor PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesAudio_CodingAudio_Network_Adaptor PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesAudio_CodingAudio_Network_Adaptor PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/audio_coding)
</span><span class="cx"> set_target_properties(WebrtcModulesAudio_CodingAudio_Network_Adaptor PROPERTIES OUTPUT_NAME audio_network_adaptor)
</span><span class="cx"> target_link_libraries(WebrtcModulesAudio_CodingAudio_Network_Adaptor WebrtcWebrtc_Common)
</span><span class="lines">@@ -1601,7 +1601,7 @@
</span><span class="cx"> target_compile_options(WebrtcCommon_VideoCommon_Video PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot; &
 quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcCommon_VideoCommon_Video PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcCommon_VideoCommon_Video PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_video/libyuv/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_video/include/ ${LIBWEBRTC_INPUT_DIR}/third_party/libyuv/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/interface/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcCommon_VideoCommon_Video PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcCommon_VideoCommon_Video PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcCommon_VideoCommon_Video PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/common_video)
</span><span class="cx"> set_target_properties(WebrtcCommon_VideoCommon_Video PROPERTIES OUTPUT_NAME common_video)
</span><span class="cx"> target_link_libraries(WebrtcCommon_VideoCommon_Video Third_PartyLibyuvLibyuv)
</span><span class="lines">@@ -1620,7 +1620,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesDesktop_CaptureDesktop_Capture_Differ_Sse2 PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-msse2&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot
 ; &quot;-Wundef&quot; &quot;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesDesktop_CaptureDesktop_Capture_Differ_Sse2 PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcModulesDesktop_CaptureDesktop_Capture_Differ_Sse2 PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcModulesDesktop_CaptureDesktop_Capture_Differ_Sse2 PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesDesktop_CaptureDesktop_Capture_Differ_Sse2 PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesDesktop_CaptureDesktop_Capture_Differ_Sse2 PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/desktop_capture)
</span><span class="cx"> set_target_properties(WebrtcModulesDesktop_CaptureDesktop_Capture_Differ_Sse2 PROPERTIES OUTPUT_NAME desktop_capture_differ_sse2)
</span><span class="cx"> # End of target WebrtcModulesDesktop_CaptureDesktop_Capture_Differ_Sse2
</span><span class="lines">@@ -1635,7 +1635,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesAudio_CodingAudio_Format_Conversion PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quo
 t;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesAudio_CodingAudio_Format_Conversion PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcModulesAudio_CodingAudio_Format_Conversion PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcModulesAudio_CodingAudio_Format_Conversion PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesAudio_CodingAudio_Format_Conversion PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesAudio_CodingAudio_Format_Conversion PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/audio_coding)
</span><span class="cx"> set_target_properties(WebrtcModulesAudio_CodingAudio_Format_Conversion PROPERTIES OUTPUT_NAME audio_format_conversion)
</span><span class="cx"> target_link_libraries(WebrtcModulesAudio_CodingAudio_Format_Conversion WebrtcWebrtc_Common)
</span><span class="lines">@@ -1661,7 +1661,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesVideo_ProcessingVideo_Processing PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-
 std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesVideo_ProcessingVideo_Processing PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcModulesVideo_ProcessingVideo_Processing PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/signal_processing/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_video/libyuv/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_video/include/ ${LIBWEBRTC_INPUT_DIR}/third_party/libyuv/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/resampler/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/vad/include/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcModulesVideo_ProcessingVideo_Processing PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesVideo_ProcessingVideo_Processing PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesVideo_ProcessingVideo_Processing PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/video_processing)
</span><span class="cx"> set_target_properties(WebrtcModulesVideo_ProcessingVideo_Processing PROPERTIES OUTPUT_NAME video_processing)
</span><span class="cx"> target_link_libraries(WebrtcModulesVideo_ProcessingVideo_Processing WebrtcCommon_AudioCommon_Audio)
</span><span class="lines">@@ -1680,7 +1680,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesAudio_CodingAudio_Decoder_Factory_Interface PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&qu
 ot; &quot;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesAudio_CodingAudio_Decoder_Factory_Interface PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcModulesAudio_CodingAudio_Decoder_Factory_Interface PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcModulesAudio_CodingAudio_Decoder_Factory_Interface PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesAudio_CodingAudio_Decoder_Factory_Interface PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> # End of target WebrtcModulesAudio_CodingAudio_Decoder_Factory_Interface
</span><span class="cx"> 
</span><span class="cx"> # Start of target WebrtcCallCall
</span><span class="lines">@@ -1691,7 +1691,7 @@
</span><span class="cx"> target_compile_options(WebrtcCallCall PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot; &quot;-fno-thread
 safe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcCallCall PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcCallCall PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcCallCall PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcCallCall PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcCallCall PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/call)
</span><span class="cx"> set_target_properties(WebrtcCallCall PROPERTIES OUTPUT_NAME call)
</span><span class="cx"> target_link_libraries(WebrtcCallCall WebrtcWebrtc_Common)
</span><span class="lines">@@ -1787,7 +1787,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesAudio_ProcessingAudio_Processing PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-
 std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesAudio_ProcessingAudio_Processing PRIVATE WEBRTC_APM_DEBUG_DUMP=0 WEBRTC_AUDIOPROC_DEBUG_DUMP WEBRTC_INTELLIGIBILITY_ENHANCER=0 WEBRTC_NS_FLOAT V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MA
 C GOOGLE_PROTOBUF_NO_RTTI GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER HAVE_PTHREAD)
</span><span class="cx"> target_include_directories(WebrtcModulesAudio_ProcessingAudio_Processing PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/signal_processing/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/resampler/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/vad/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/audio_coding/codecs/isac/main/include/ ${LIBWEBRTC_OUTPUT_DIR}/gen/protoc_out/ ${LIBWEBRTC_INPUT_DIR}/third_party/protobuf/src/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcModulesAudio_ProcessingAudio_Processing PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesAudio_ProcessingAudio_Processing PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesAudio_ProcessingAudio_Processing PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/audio_processing)
</span><span class="cx"> set_target_properties(WebrtcModulesAudio_ProcessingAudio_Processing PROPERTIES OUTPUT_NAME audio_processing)
</span><span class="cx"> target_link_libraries(WebrtcModulesAudio_ProcessingAudio_Processing WebrtcWebrtc_Common)
</span><span class="lines">@@ -1808,7 +1808,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesVideo_CaptureVideo_Capture PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c9
 9&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesVideo_CaptureVideo_Capture PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcModulesVideo_CaptureVideo_Capture PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcModulesVideo_CaptureVideo_Capture PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesVideo_CaptureVideo_Capture PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesVideo_CaptureVideo_Capture PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/video_capture)
</span><span class="cx"> set_target_properties(WebrtcModulesVideo_CaptureVideo_Capture PROPERTIES OUTPUT_NAME video_capture)
</span><span class="cx"> target_link_libraries(WebrtcModulesVideo_CaptureVideo_Capture WebrtcModulesVideo_CaptureVideo_Capture_Module)
</span><span class="lines">@@ -1849,7 +1849,7 @@
</span><span class="cx"> target_compile_options(WebrtcMediaRtc_Media PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-Wno-deprecated-declaratio
 ns&quot; &quot;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcMediaRtc_Media PRIVATE WEBRTC_INTELLIGIBILITY_ENHANCER=0 V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC HAVE_WEBRTC_VIDEO HAVE_WEBRTC_VOICE FEATURE_ENABLE_VOICEMAIL XML_STATIC RTC_DISABLE_VP8 RTC
 _DISABLE_VP9)
</span><span class="cx"> target_include_directories(WebrtcMediaRtc_Media PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/third_party/expat/files/lib/ ${LIBWEBRTC_INPUT_DIR}/third_party/usrsctp/usrsctplib/ ${LIBWEBRTC_INPUT_DIR}/third_party/libyuv/include/ ${LIBWEBRTC_INPUT_DIR}/third_party/usrsctp/usrsctplib/usrsctplib/netinet/ ${LIBWEBRTC_INPUT_DIR}/third_party/opus/src/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/audio_coding/include/ ${LIBWEBRTC_INPUT_DIR}/third_party/usrsctp/usrsctplib/usrsctplib/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/include/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcMediaRtc_Media PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcMediaRtc_Media PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcMediaRtc_Media PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/media)
</span><span class="cx"> set_target_properties(WebrtcMediaRtc_Media PROPERTIES OUTPUT_NAME rtc_media)
</span><span class="cx"> target_link_libraries(WebrtcMediaRtc_Media Third_PartyLibyuvLibyuv)
</span><span class="lines">@@ -1901,7 +1901,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesAudio_CodingWebrtc_Opus PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&q
 uot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesAudio_CodingWebrtc_Opus PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcModulesAudio_CodingWebrtc_Opus PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/third_party/opus/src/include/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcModulesAudio_CodingWebrtc_Opus PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesAudio_CodingWebrtc_Opus PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesAudio_CodingWebrtc_Opus PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/audio_coding)
</span><span class="cx"> set_target_properties(WebrtcModulesAudio_CodingWebrtc_Opus PROPERTIES OUTPUT_NAME webrtc_opus)
</span><span class="cx"> target_link_libraries(WebrtcModulesAudio_CodingWebrtc_Opus Third_PartyOpusOpus)
</span><span class="lines">@@ -1920,7 +1920,7 @@
</span><span class="cx"> target_compile_options(WebrtcToolsChart_Proto PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &q
 uot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcToolsChart_Proto PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 GOOGLE_PROTOBUF_NO_RTTI GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER HAVE_PTHREAD)
</span><span class="cx"> target_include_directories(WebrtcToolsChart_Proto PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/protoc_out/ ${LIBWEBRTC_OUTPUT_DIR}/gen/ ${LIBWEBRTC_INPUT_DIR}/third_party/protobuf/src/)
</span><del>-set_target_properties(WebrtcToolsChart_Proto PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcToolsChart_Proto PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcToolsChart_Proto PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/tools)
</span><span class="cx"> set_target_properties(WebrtcToolsChart_Proto PROPERTIES OUTPUT_NAME chart_proto)
</span><span class="cx"> target_link_libraries(WebrtcToolsChart_Proto Third_PartyProtobufProtobuf_Lite)
</span><span class="lines">@@ -1931,7 +1931,7 @@
</span><span class="cx"> target_compile_options(WebrtcApiRtc_Stats_Api PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot; &quot;-fn
 o-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcApiRtc_Stats_Api PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcApiRtc_Stats_Api PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcApiRtc_Stats_Api PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcApiRtc_Stats_Api PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> # End of target WebrtcApiRtc_Stats_Api
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="lines">@@ -1942,7 +1942,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesAudio_CodingAna_Debug_Dump_Proto PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-und
 efined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesAudio_CodingAna_Debug_Dump_Proto PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 GOOGLE_PROTOBUF_NO_RTTI GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER HAVE_PTHREAD)
</span><span class="cx"> target_include_directories(WebrtcModulesAudio_CodingAna_Debug_Dump_Proto PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/protoc_out/ ${LIBWEBRTC_OUTPUT_DIR}/gen/ ${LIBWEBRTC_INPUT_DIR}/third_party/protobuf/src/)
</span><del>-set_target_properties(WebrtcModulesAudio_CodingAna_Debug_Dump_Proto PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesAudio_CodingAna_Debug_Dump_Proto PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesAudio_CodingAna_Debug_Dump_Proto PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/audio_coding)
</span><span class="cx"> set_target_properties(WebrtcModulesAudio_CodingAna_Debug_Dump_Proto PROPERTIES OUTPUT_NAME ana_debug_dump_proto)
</span><span class="cx"> target_link_libraries(WebrtcModulesAudio_CodingAna_Debug_Dump_Proto Third_PartyProtobufProtobuf_Lite)
</span><span class="lines">@@ -1999,7 +1999,7 @@
</span><span class="cx"> target_compile_options(WebrtcLibjingleXmppRtc_Xmpp PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot; &quo
 t;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcLibjingleXmppRtc_Xmpp PRIVATE FEATURE_ENABLE_SSL FEATURE_ENABLE_VOICEMAIL FEATURE_ENABLE_PSTN _DEBUG V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC FEATURE_ENABLE_SSL FEATURE_ENABLE_VOICEMAIL XML
 _STATIC SSL_USE_OPENSSL HAVE_OPENSSL_SSL_H FEATURE_ENABLE_SSL)
</span><span class="cx"> target_include_directories(WebrtcLibjingleXmppRtc_Xmpp PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/third_party/expat/files/lib/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcLibjingleXmppRtc_Xmpp PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcLibjingleXmppRtc_Xmpp PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcLibjingleXmppRtc_Xmpp PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/libjingle/xmpp)
</span><span class="cx"> set_target_properties(WebrtcLibjingleXmppRtc_Xmpp PROPERTIES OUTPUT_NAME rtc_xmpp)
</span><span class="cx"> target_link_libraries(WebrtcLibjingleXmppRtc_Xmpp Third_PartyExpatExpat)
</span><span class="lines">@@ -2058,7 +2058,7 @@
</span><span class="cx"> target_compile_options(WebrtcSdkRtc_Sdk_Peerconnection_Objc PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&q
 uot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-arc&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcSdkRtc_Sdk_Peerconnection_Objc PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcSdkRtc_Sdk_Peerconnection_Objc PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/third_party/libyuv/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/sdk/objc/Framework/Headers/ ${LIBWEBRTC_INPUT_DIR}/webrtc/sdk/objc/Framework/Classes/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcSdkRtc_Sdk_Peerconnection_Objc PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcSdkRtc_Sdk_Peerconnection_Objc PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcSdkRtc_Sdk_Peerconnection_Objc PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/sdk)
</span><span class="cx"> set_target_properties(WebrtcSdkRtc_Sdk_Peerconnection_Objc PROPERTIES OUTPUT_NAME rtc_sdk_peerconnection_objc)
</span><span class="cx"> target_link_libraries(WebrtcSdkRtc_Sdk_Peerconnection_Objc Third_PartyLibyuvLibyuv)
</span><span class="lines">@@ -2098,7 +2098,7 @@
</span><span class="cx"> target_compile_options(WebrtcToolsForce_Mic_Volume_Max PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot; 
 &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcToolsForce_Mic_Volume_Max PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcToolsForce_Mic_Volume_Max PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/audio_device/include/ ${LIBWEBRTC_OUTPUT_DIR}/gen/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/audio_device/dummy/)
</span><del>-set_target_properties(WebrtcToolsForce_Mic_Volume_Max PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9 -Wl,-ObjC -Wl,-pie&quot;)
</del><ins>+set_target_properties(WebrtcToolsForce_Mic_Volume_Max PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9 -Wl,-ObjC -Wl,-pie&quot;)
</ins><span class="cx"> set_target_properties(WebrtcToolsForce_Mic_Volume_Max PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/)
</span><span class="cx"> set_target_properties(WebrtcToolsForce_Mic_Volume_Max PROPERTIES OUTPUT_NAME force_mic_volume_max)
</span><span class="cx"> target_link_libraries(WebrtcToolsForce_Mic_Volume_Max WebrtcModulesAudio_DeviceAudio_Device)
</span><span class="lines">@@ -2126,7 +2126,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesAudio_ProcessingAudioproc_Protobuf_Utils PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot;
  &quot;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesAudio_ProcessingAudioproc_Protobuf_Utils PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC GOOGLE_PROTOBUF_NO_RTTI GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER HAVE_PTHREAD)
</span><span class="cx"> target_include_directories(WebrtcModulesAudio_ProcessingAudioproc_Protobuf_Utils PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/protoc_out/ ${LIBWEBRTC_OUTPUT_DIR}/gen/ ${LIBWEBRTC_INPUT_DIR}/third_party/protobuf/src/)
</span><del>-set_target_properties(WebrtcModulesAudio_ProcessingAudioproc_Protobuf_Utils PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesAudio_ProcessingAudioproc_Protobuf_Utils PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesAudio_ProcessingAudioproc_Protobuf_Utils PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/audio_processing)
</span><span class="cx"> set_target_properties(WebrtcModulesAudio_ProcessingAudioproc_Protobuf_Utils PROPERTIES OUTPUT_NAME audioproc_protobuf_utils)
</span><span class="cx"> target_link_libraries(WebrtcModulesAudio_ProcessingAudioproc_Protobuf_Utils WebrtcModulesAudio_ProcessingAudioproc_Debug_Proto)
</span><span class="lines">@@ -2144,7 +2144,7 @@
</span><span class="cx"> target_compile_options(WebrtcLibjingleXmlliteRtc_Xmllite PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot
 ; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcLibjingleXmlliteRtc_Xmllite PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC XML_STATIC SSL_USE_OPENSSL HAVE_OPENSSL_SSL_H FEATURE_ENABLE_SSL)
</span><span class="cx"> target_include_directories(WebrtcLibjingleXmlliteRtc_Xmllite PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/third_party/expat/files/lib/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcLibjingleXmlliteRtc_Xmllite PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcLibjingleXmlliteRtc_Xmllite PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcLibjingleXmlliteRtc_Xmllite PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/libjingle/xmllite)
</span><span class="cx"> set_target_properties(WebrtcLibjingleXmlliteRtc_Xmllite PROPERTIES OUTPUT_NAME rtc_xmllite)
</span><span class="cx"> target_link_libraries(WebrtcLibjingleXmlliteRtc_Xmllite Third_PartyExpatExpat)
</span><span class="lines">@@ -2174,7 +2174,7 @@
</span><span class="cx"> target_compile_options(WebrtcLoggingRtc_Event_Log_Parser PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot
 ; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcLoggingRtc_Event_Log_Parser PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC GOOGLE_PROTOBUF_NO_RTTI GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER HAVE_PTHREAD)
</span><span class="cx"> target_include_directories(WebrtcLoggingRtc_Event_Log_Parser PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/protoc_out/ ${LIBWEBRTC_OUTPUT_DIR}/gen/ ${LIBWEBRTC_INPUT_DIR}/third_party/protobuf/src/)
</span><del>-set_target_properties(WebrtcLoggingRtc_Event_Log_Parser PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcLoggingRtc_Event_Log_Parser PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcLoggingRtc_Event_Log_Parser PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/logging)
</span><span class="cx"> set_target_properties(WebrtcLoggingRtc_Event_Log_Parser PROPERTIES OUTPUT_NAME rtc_event_log_parser)
</span><span class="cx"> target_link_libraries(WebrtcLoggingRtc_Event_Log_Parser WebrtcWebrtc_Common)
</span><span class="lines">@@ -2189,7 +2189,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesAudio_Conference_MixerAudio_Conference_Mixer PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&q
 uot; &quot;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesAudio_Conference_MixerAudio_Conference_Mixer PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcModulesAudio_Conference_MixerAudio_Conference_Mixer PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/audio_conference_mixer/include/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcModulesAudio_Conference_MixerAudio_Conference_Mixer PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesAudio_Conference_MixerAudio_Conference_Mixer PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesAudio_Conference_MixerAudio_Conference_Mixer PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/audio_conference_mixer)
</span><span class="cx"> set_target_properties(WebrtcModulesAudio_Conference_MixerAudio_Conference_Mixer PROPERTIES OUTPUT_NAME audio_conference_mixer)
</span><span class="cx"> target_link_libraries(WebrtcModulesAudio_Conference_MixerAudio_Conference_Mixer WebrtcModulesAudio_ProcessingAudio_Processing)
</span><span class="lines">@@ -2273,7 +2273,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesRtp_RtcpRtp_Rtcp PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot; &q
 uot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesRtp_RtcpRtp_Rtcp PRIVATE BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0 V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcModulesRtp_RtcpRtp_Rtcp PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/third_party/libyuv/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_video/libyuv/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_video/include/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcModulesRtp_RtcpRtp_Rtcp PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesRtp_RtcpRtp_Rtcp PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesRtp_RtcpRtp_Rtcp PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/rtp_rtcp)
</span><span class="cx"> set_target_properties(WebrtcModulesRtp_RtcpRtp_Rtcp PROPERTIES OUTPUT_NAME rtp_rtcp)
</span><span class="cx"> target_link_libraries(WebrtcModulesRtp_RtcpRtp_Rtcp WebrtcWebrtc_Common)
</span><span class="lines">@@ -2350,7 +2350,7 @@
</span><span class="cx"> target_compile_options(WebrtcCommon_AudioCommon_Audio PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot; &
 quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcCommon_AudioCommon_Audio PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcCommon_AudioCommon_Audio PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/signal_processing/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/vad/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/resampler/include/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcCommon_AudioCommon_Audio PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcCommon_AudioCommon_Audio PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcCommon_AudioCommon_Audio PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/common_audio)
</span><span class="cx"> set_target_properties(WebrtcCommon_AudioCommon_Audio PROPERTIES OUTPUT_NAME common_audio)
</span><span class="cx"> target_link_libraries(WebrtcCommon_AudioCommon_Audio WebrtcCommon_AudioCommon_Audio_Sse2)
</span><span class="lines">@@ -2365,7 +2365,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesVideo_ProcessingVideo_Processing_Sse2 PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-msse2&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &qu
 ot;-Wundef&quot; &quot;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesVideo_ProcessingVideo_Processing_Sse2 PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcModulesVideo_ProcessingVideo_Processing_Sse2 PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcModulesVideo_ProcessingVideo_Processing_Sse2 PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesVideo_ProcessingVideo_Processing_Sse2 PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesVideo_ProcessingVideo_Processing_Sse2 PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/video_processing)
</span><span class="cx"> set_target_properties(WebrtcModulesVideo_ProcessingVideo_Processing_Sse2 PROPERTIES OUTPUT_NAME video_processing_sse2)
</span><span class="cx"> # End of target WebrtcModulesVideo_ProcessingVideo_Processing_Sse2
</span><span class="lines">@@ -2377,7 +2377,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesAudio_CodingAudio_Decoder_Interface PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quo
 t;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesAudio_CodingAudio_Decoder_Interface PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcModulesAudio_CodingAudio_Decoder_Interface PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcModulesAudio_CodingAudio_Decoder_Interface PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesAudio_CodingAudio_Decoder_Interface PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesAudio_CodingAudio_Decoder_Interface PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/audio_coding)
</span><span class="cx"> set_target_properties(WebrtcModulesAudio_CodingAudio_Decoder_Interface PROPERTIES OUTPUT_NAME audio_decoder_interface)
</span><span class="cx"> target_link_libraries(WebrtcModulesAudio_CodingAudio_Decoder_Interface WebrtcWebrtc_Common)
</span><span class="lines">@@ -2393,7 +2393,7 @@
</span><span class="cx"> target_compile_options(WebrtcLoggingRtc_Event_Log_Proto PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compar
 e&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcLoggingRtc_Event_Log_Proto PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 GOOGLE_PROTOBUF_NO_RTTI GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER HAVE_PTHREAD)
</span><span class="cx"> target_include_directories(WebrtcLoggingRtc_Event_Log_Proto PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/protoc_out/ ${LIBWEBRTC_OUTPUT_DIR}/gen/ ${LIBWEBRTC_INPUT_DIR}/third_party/protobuf/src/)
</span><del>-set_target_properties(WebrtcLoggingRtc_Event_Log_Proto PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcLoggingRtc_Event_Log_Proto PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcLoggingRtc_Event_Log_Proto PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/logging)
</span><span class="cx"> set_target_properties(WebrtcLoggingRtc_Event_Log_Proto PROPERTIES OUTPUT_NAME rtc_event_log_proto)
</span><span class="cx"> target_link_libraries(WebrtcLoggingRtc_Event_Log_Proto Third_PartyProtobufProtobuf_Lite)
</span><span class="lines">@@ -2409,7 +2409,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesVideo_CodingWebrtc_H264 PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&q
 uot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesVideo_CodingWebrtc_H264 PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcModulesVideo_CodingWebrtc_H264 PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcModulesVideo_CodingWebrtc_H264 PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesVideo_CodingWebrtc_H264 PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesVideo_CodingWebrtc_H264 PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/video_coding)
</span><span class="cx"> set_target_properties(WebrtcModulesVideo_CodingWebrtc_H264 PROPERTIES OUTPUT_NAME webrtc_h264)
</span><span class="cx"> target_link_libraries(WebrtcModulesVideo_CodingWebrtc_H264 WebrtcSystem_WrappersSystem_Wrappers)
</span><span class="lines">@@ -2515,7 +2515,7 @@
</span><span class="cx"> target_compile_options(WebrtcBaseRtc_Base PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wno-uninitialized&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wextra&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-Werror&quot; &quot;-Wall&quot; &quot;-Wno-unused-variable&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-W
 no-shift-negative-value&quot; &quot;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcBaseRtc_Base PRIVATE _DEBUG V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 SSL_USE_OPENSSL HAVE_OPENSSL_SSL_H FEATURE_ENABLE_SSL WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcBaseRtc_Base PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/third_party/jsoncpp/source/include/ ${LIBWEBRTC_INPUT_DIR}/third_party/jsoncpp/overrides/include/ ${LIBWEBRTC_OUTPUT_DIR}/gen/ ${LIBWEBRTC_INPUT_DIR}/third_party/boringssl/src/include/)
</span><del>-set_target_properties(WebrtcBaseRtc_Base PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcBaseRtc_Base PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcBaseRtc_Base PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/base)
</span><span class="cx"> set_target_properties(WebrtcBaseRtc_Base PROPERTIES OUTPUT_NAME rtc_base)
</span><span class="cx"> target_link_libraries(WebrtcBaseRtc_Base Third_PartyBoringsslBoringssl)
</span><span class="lines">@@ -2544,7 +2544,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesDesktop_CapturePrimitives PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99
 &quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesDesktop_CapturePrimitives PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC SSL_USE_OPENSSL HAVE_OPENSSL_SSL_H FEATURE_ENABLE_SSL)
</span><span class="cx"> target_include_directories(WebrtcModulesDesktop_CapturePrimitives PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcModulesDesktop_CapturePrimitives PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesDesktop_CapturePrimitives PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesDesktop_CapturePrimitives PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/desktop_capture)
</span><span class="cx"> set_target_properties(WebrtcModulesDesktop_CapturePrimitives PROPERTIES OUTPUT_NAME primitives)
</span><span class="cx"> target_link_libraries(WebrtcModulesDesktop_CapturePrimitives WebrtcBaseRtc_Base)
</span><span class="lines">@@ -2567,7 +2567,7 @@
</span><span class="cx"> target_compile_options(WebrtcBaseGtest_Prod PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot; &quot;-fno-
 threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcBaseGtest_Prod PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcBaseGtest_Prod PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcBaseGtest_Prod PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcBaseGtest_Prod PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> # End of target WebrtcBaseGtest_Prod
</span><span class="cx"> 
</span><span class="cx"> # Start of target WebrtcLoggingRtc_Event_Log_Api
</span><span class="lines">@@ -2575,7 +2575,7 @@
</span><span class="cx"> target_compile_options(WebrtcLoggingRtc_Event_Log_Api PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot; &
 quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcLoggingRtc_Event_Log_Api PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcLoggingRtc_Event_Log_Api PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcLoggingRtc_Event_Log_Api PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcLoggingRtc_Event_Log_Api PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> # End of target WebrtcLoggingRtc_Event_Log_Api
</span><span class="cx"> 
</span><span class="cx"> # Start of target WebrtcSystem_WrappersSystem_Wrappers_Default
</span><span class="lines">@@ -2606,7 +2606,7 @@
</span><span class="cx"> target_compile_options(Third_PartyOpusOpus_Demo PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Werror&quot; &quot;-Wall&quot; &quot;-Wno-unused-variable&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-Wno-absolute-value&quot; &quot;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &qu
 ot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(Third_PartyOpusOpus_Demo PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1)
</span><span class="cx"> target_include_directories(Third_PartyOpusOpus_Demo PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/third_party/opus/src/include/ ${LIBWEBRTC_INPUT_DIR}/third_party/opus/src/silk/ ${LIBWEBRTC_OUTPUT_DIR}/gen/ ${LIBWEBRTC_INPUT_DIR}/third_party/opus/src/celt/)
</span><del>-set_target_properties(Third_PartyOpusOpus_Demo PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9 -Wl,-ObjC -Wl,-pie&quot;)
</del><ins>+set_target_properties(Third_PartyOpusOpus_Demo PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9 -Wl,-ObjC -Wl,-pie&quot;)
</ins><span class="cx"> set_target_properties(Third_PartyOpusOpus_Demo PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/)
</span><span class="cx"> set_target_properties(Third_PartyOpusOpus_Demo PROPERTIES OUTPUT_NAME opus_demo)
</span><span class="cx"> target_link_libraries(Third_PartyOpusOpus_Demo Third_PartyOpusOpus)
</span><span class="lines">@@ -2620,7 +2620,7 @@
</span><span class="cx"> target_compile_options(WebrtcApiCall_Api PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot; &quot;-fno-thr
 eadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcApiCall_Api PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcApiCall_Api PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcApiCall_Api PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcApiCall_Api PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> target_link_libraries(WebrtcApiCall_Api WebrtcWebrtc_Common)
</span><span class="cx"> target_link_libraries(WebrtcApiCall_Api WebrtcBaseRtc_Base_Approved)
</span><span class="cx"> target_link_libraries(WebrtcApiCall_Api WebrtcBaseRtc_Base_Approved)
</span><span class="lines">@@ -2639,7 +2639,7 @@
</span><span class="cx"> target_compile_options(WebrtcWebrtc PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot; &quot;-fno-threadsa
 fe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcWebrtc PRIVATE ENABLE_RTC_EVENT_LOG V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC SSL_USE_OPENSSL HAVE_OPENSSL_SSL_H FEATURE_ENABLE_SSL XML_STATIC FEATURE_ENABLE_SSL FEATURE_ENABLE_VOICEMAIL GOO
 GLE_PROTOBUF_NO_RTTI GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER HAVE_PTHREAD HAVE_WEBRTC_VIDEO HAVE_WEBRTC_VOICE FEATURE_ENABLE_VOICEMAIL HAVE_SCTP HAVE_SRTP)
</span><span class="cx"> target_include_directories(WebrtcWebrtc PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/signal_processing/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_video/libyuv/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_video/include/ ${LIBWEBRTC_INPUT_DIR}/third_party/expat/files/lib/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/audio_device/dummy/ ${LIBWEBRTC_INPUT_DIR}/webrtc/sdk/objc/Framework/Classes/ ${LIBWEBRTC_INPUT_DIR}/third_party/libyuv/include/ ${LIBWEBRTC_INPUT_DIR}/third_party/opus/src/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/resampler/include/ ${LIBWEBRTC_OUTPUT_DIR}/gen/protoc_out/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/audio_device/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/audio_coding/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/vad/include/ ${LIBWEBRTC_INPUT_DIR}/third_party/protobuf/src/ ${LIBWEBRTC_INPUT_DIR}/webrtc/sdk/objc/Framework/Headers/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/include/ ${LIBWEB
 RTC_INPUT_DIR}/webrtc/modules/audio_conference_mixer/include/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcWebrtc PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcWebrtc PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcWebrtc PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc)
</span><span class="cx"> set_target_properties(WebrtcWebrtc PROPERTIES OUTPUT_NAME webrtc)
</span><span class="cx"> target_link_libraries(WebrtcWebrtc WebrtcWebrtc_Common)
</span><span class="lines">@@ -2749,7 +2749,7 @@
</span><span class="cx"> target_compile_options(WebrtcBaseRtc_Base_Approved PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot; &quo
 t;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcBaseRtc_Base_Approved PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcBaseRtc_Base_Approved PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcBaseRtc_Base_Approved PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcBaseRtc_Base_Approved PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcBaseRtc_Base_Approved PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/base)
</span><span class="cx"> set_target_properties(WebrtcBaseRtc_Base_Approved PROPERTIES OUTPUT_NAME rtc_base_approved)
</span><span class="cx"> target_include_directories(WebrtcBaseRtc_Base_Approved PRIVATE ${FOUNDATION_INCLUDE_DIR})
</span><span class="lines">@@ -2763,7 +2763,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesBitrate_ControllerBitrate_Controller PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &qu
 ot;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesBitrate_ControllerBitrate_Controller PRIVATE BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0 V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcModulesBitrate_ControllerBitrate_Controller PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcModulesBitrate_ControllerBitrate_Controller PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesBitrate_ControllerBitrate_Controller PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesBitrate_ControllerBitrate_Controller PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/bitrate_controller)
</span><span class="cx"> set_target_properties(WebrtcModulesBitrate_ControllerBitrate_Controller PROPERTIES OUTPUT_NAME bitrate_controller)
</span><span class="cx"> target_link_libraries(WebrtcModulesBitrate_ControllerBitrate_Controller WebrtcSystem_WrappersSystem_Wrappers)
</span><span class="lines">@@ -2778,7 +2778,7 @@
</span><span class="cx"> target_compile_options(WebrtcStatsRtc_Stats_Test_Utils PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot; 
 &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcStatsRtc_Stats_Test_Utils PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcStatsRtc_Stats_Test_Utils PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcStatsRtc_Stats_Test_Utils PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcStatsRtc_Stats_Test_Utils PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> # End of target WebrtcStatsRtc_Stats_Test_Utils
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="lines">@@ -2789,7 +2789,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesAudio_ProcessingAudioproc_Unittest_Proto PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautolog
 ical-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesAudio_ProcessingAudioproc_Unittest_Proto PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 GOOGLE_PROTOBUF_NO_RTTI GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER HAVE_PTHREAD)
</span><span class="cx"> target_include_directories(WebrtcModulesAudio_ProcessingAudioproc_Unittest_Proto PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/protoc_out/ ${LIBWEBRTC_OUTPUT_DIR}/gen/ ${LIBWEBRTC_INPUT_DIR}/third_party/protobuf/src/)
</span><del>-set_target_properties(WebrtcModulesAudio_ProcessingAudioproc_Unittest_Proto PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesAudio_ProcessingAudioproc_Unittest_Proto PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesAudio_ProcessingAudioproc_Unittest_Proto PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/audio_processing)
</span><span class="cx"> set_target_properties(WebrtcModulesAudio_ProcessingAudioproc_Unittest_Proto PROPERTIES OUTPUT_NAME audioproc_unittest_proto)
</span><span class="cx"> target_link_libraries(WebrtcModulesAudio_ProcessingAudioproc_Unittest_Proto Third_PartyProtobufProtobuf_Lite)
</span><span class="lines">@@ -2874,7 +2874,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesAudio_CodingIlbc PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot; &q
 uot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesAudio_CodingIlbc PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcModulesAudio_CodingIlbc PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/signal_processing/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/resampler/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/vad/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/audio_coding/codecs/ilbc/include/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcModulesAudio_CodingIlbc PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesAudio_CodingIlbc PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesAudio_CodingIlbc PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/audio_coding)
</span><span class="cx"> set_target_properties(WebrtcModulesAudio_CodingIlbc PROPERTIES OUTPUT_NAME ilbc)
</span><span class="cx"> target_link_libraries(WebrtcModulesAudio_CodingIlbc WebrtcBaseRtc_Base_Approved)
</span><span class="lines">@@ -2908,7 +2908,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesAudio_ProcessingAudioproc_Debug_Proto PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautologica
 l-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesAudio_ProcessingAudioproc_Debug_Proto PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 GOOGLE_PROTOBUF_NO_RTTI GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER HAVE_PTHREAD)
</span><span class="cx"> target_include_directories(WebrtcModulesAudio_ProcessingAudioproc_Debug_Proto PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/protoc_out/ ${LIBWEBRTC_OUTPUT_DIR}/gen/ ${LIBWEBRTC_INPUT_DIR}/third_party/protobuf/src/)
</span><del>-set_target_properties(WebrtcModulesAudio_ProcessingAudioproc_Debug_Proto PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesAudio_ProcessingAudioproc_Debug_Proto PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesAudio_ProcessingAudioproc_Debug_Proto PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/audio_processing)
</span><span class="cx"> set_target_properties(WebrtcModulesAudio_ProcessingAudioproc_Debug_Proto PROPERTIES OUTPUT_NAME audioproc_debug_proto)
</span><span class="cx"> target_link_libraries(WebrtcModulesAudio_ProcessingAudioproc_Debug_Proto Third_PartyProtobufProtobuf_Lite)
</span><span class="lines">@@ -2978,7 +2978,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesAudio_CodingNeteq PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot; &
 quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesAudio_CodingNeteq PRIVATE WEBRTC_CODEC_ILBC WEBRTC_CODEC_OPUS WEBRTC_CODEC_ISAC V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcModulesAudio_CodingNeteq PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/signal_processing/include/ ${LIBWEBRTC_INPUT_DIR}/third_party/opus/src/include/ ${LIBWEBRTC_INPUT_DIR}/third_party/opus/src/src/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/resampler/include/ ${LIBWEBRTC_INPUT_DIR}/third_party/opus/src/celt/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/vad/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/audio_coding/codecs/pcm16b/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/audio_coding/codecs/cng/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/audio_coding/codecs/ilbc/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/audio_coding/codecs/isac/main/include/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcModulesAudio_CodingNeteq PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesAudio_CodingNeteq PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesAudio_CodingNeteq PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/audio_coding)
</span><span class="cx"> set_target_properties(WebrtcModulesAudio_CodingNeteq PROPERTIES OUTPUT_NAME neteq)
</span><span class="cx"> target_link_libraries(WebrtcModulesAudio_CodingNeteq WebrtcWebrtc_Common)
</span><span class="lines">@@ -3004,7 +3004,7 @@
</span><span class="cx"> target_compile_options(WebrtcLoggingRtc_Event_Log_Impl PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot; 
 &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcLoggingRtc_Event_Log_Impl PRIVATE ENABLE_RTC_EVENT_LOG V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC GOOGLE_PROTOBUF_NO_RTTI GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER HAVE_PTHREAD)
</span><span class="cx"> target_include_directories(WebrtcLoggingRtc_Event_Log_Impl PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/protoc_out/ ${LIBWEBRTC_OUTPUT_DIR}/gen/ ${LIBWEBRTC_INPUT_DIR}/third_party/protobuf/src/)
</span><del>-set_target_properties(WebrtcLoggingRtc_Event_Log_Impl PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcLoggingRtc_Event_Log_Impl PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcLoggingRtc_Event_Log_Impl PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/logging)
</span><span class="cx"> set_target_properties(WebrtcLoggingRtc_Event_Log_Impl PROPERTIES OUTPUT_NAME rtc_event_log_impl)
</span><span class="cx"> target_link_libraries(WebrtcLoggingRtc_Event_Log_Impl WebrtcWebrtc_Common)
</span><span class="lines">@@ -3023,7 +3023,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesAudio_CodingRed PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot; &qu
 ot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesAudio_CodingRed PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcModulesAudio_CodingRed PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/signal_processing/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/resampler/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/audio_coding/codecs/red/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/vad/include/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcModulesAudio_CodingRed PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesAudio_CodingRed PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesAudio_CodingRed PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/audio_coding)
</span><span class="cx"> set_target_properties(WebrtcModulesAudio_CodingRed PROPERTIES OUTPUT_NAME red)
</span><span class="cx"> target_link_libraries(WebrtcModulesAudio_CodingRed WebrtcCommon_AudioCommon_Audio)
</span><span class="lines">@@ -3038,7 +3038,7 @@
</span><span class="cx"> target_compile_options(WebrtcToolsFrame_Analyzer PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot; &quot;
 -fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcToolsFrame_Analyzer PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcToolsFrame_Analyzer PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/third_party/libyuv/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_video/libyuv/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_video/include/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcToolsFrame_Analyzer PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9 -Wl,-ObjC -Wl,-pie&quot;)
</del><ins>+set_target_properties(WebrtcToolsFrame_Analyzer PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9 -Wl,-ObjC -Wl,-pie&quot;)
</ins><span class="cx"> set_target_properties(WebrtcToolsFrame_Analyzer PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/)
</span><span class="cx"> set_target_properties(WebrtcToolsFrame_Analyzer PROPERTIES OUTPUT_NAME frame_analyzer)
</span><span class="cx"> target_link_libraries(WebrtcToolsFrame_Analyzer WebrtcToolsCommand_Line_Parser)
</span><span class="lines">@@ -3065,7 +3065,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesAudio_DeviceAudio_Device PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&
 quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesAudio_DeviceAudio_Device PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcModulesAudio_DeviceAudio_Device PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/signal_processing/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/audio_device/dummy/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/resampler/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/vad/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/audio_device/mac/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/audio_device/include/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcModulesAudio_DeviceAudio_Device PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesAudio_DeviceAudio_Device PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesAudio_DeviceAudio_Device PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/audio_device)
</span><span class="cx"> set_target_properties(WebrtcModulesAudio_DeviceAudio_Device PROPERTIES OUTPUT_NAME audio_device)
</span><span class="cx"> target_link_libraries(WebrtcModulesAudio_DeviceAudio_Device WebrtcWebrtc_Common)
</span><span class="lines">@@ -3129,7 +3129,7 @@
</span><span class="cx"> target_compile_options(Third_PartyProtobufProtobuf_Lite PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Werror&quot; &quot;-Wall&quot; &quot;-Wno-unused-variable&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-Wno-unused-function&quot; &quot;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&
 quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(Third_PartyProtobufProtobuf_Lite PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 GOOGLE_PROTOBUF_NO_RTTI GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER HAVE_PTHREAD)
</span><span class="cx"> target_include_directories(Third_PartyProtobufProtobuf_Lite PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/ ${LIBWEBRTC_INPUT_DIR}/third_party/protobuf/src/)
</span><del>-set_target_properties(Third_PartyProtobufProtobuf_Lite PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(Third_PartyProtobufProtobuf_Lite PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(Third_PartyProtobufProtobuf_Lite PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/third_party/protobuf)
</span><span class="cx"> set_target_properties(Third_PartyProtobufProtobuf_Lite PROPERTIES OUTPUT_NAME protobuf_lite)
</span><span class="cx"> # End of target Third_PartyProtobufProtobuf_Lite
</span><span class="lines">@@ -3141,7 +3141,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesAudio_CodingBuiltin_Audio_Decoder_Factory PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot
 ; &quot;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesAudio_CodingBuiltin_Audio_Decoder_Factory PRIVATE WEBRTC_CODEC_ILBC WEBRTC_CODEC_OPUS WEBRTC_CODEC_ISAC WEBRTC_CODEC_RED V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcModulesAudio_CodingBuiltin_Audio_Decoder_Factory PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/third_party/opus/src/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/audio_coding/codecs/isac/main/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/audio_coding/codecs/red/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/audio_coding/codecs/pcm16b/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/audio_coding/codecs/cng/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/audio_coding/codecs/ilbc/include/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcModulesAudio_CodingBuiltin_Audio_Decoder_Factory PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesAudio_CodingBuiltin_Audio_Decoder_Factory PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesAudio_CodingBuiltin_Audio_Decoder_Factory PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/audio_coding)
</span><span class="cx"> set_target_properties(WebrtcModulesAudio_CodingBuiltin_Audio_Decoder_Factory PROPERTIES OUTPUT_NAME builtin_audio_decoder_factory)
</span><span class="cx"> target_link_libraries(WebrtcModulesAudio_CodingBuiltin_Audio_Decoder_Factory WebrtcWebrtc_Common)
</span><span class="lines">@@ -3470,7 +3470,7 @@
</span><span class="cx"> target_compile_options(Third_PartyBoringsslBoringssl PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Werror&quot; &quot;-Wall&quot; &quot;-Wno-unused-variable&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefi
 ned-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(Third_PartyBoringsslBoringssl PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 BORINGSSL_IMPLEMENTATION BORINGSSL_NO_STATIC_INITIALIZER OPENSSL_SMALL _XOPEN_SOURCE=700)
</span><span class="cx"> target_include_directories(Third_PartyBoringsslBoringssl PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/ ${LIBWEBRTC_INPUT_DIR}/third_party/boringssl/src/include/)
</span><del>-set_target_properties(Third_PartyBoringsslBoringssl PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(Third_PartyBoringsslBoringssl PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(Third_PartyBoringsslBoringssl PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/)
</span><span class="cx"> set_target_properties(Third_PartyBoringsslBoringssl PROPERTIES OUTPUT_NAME boringssl)
</span><span class="cx"> # End of target Third_PartyBoringsslBoringssl
</span><span class="lines">@@ -3502,7 +3502,7 @@
</span><span class="cx"> target_compile_options(WebrtcVideoVideo PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot; &quot;-fno-thre
 adsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcVideoVideo PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcVideoVideo PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_video/libyuv/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_video/include/ ${LIBWEBRTC_INPUT_DIR}/third_party/libyuv/include/ ${LIBWEBRTC_INPUT_DIR}/third_party/opus/src/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/audio_coding/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/include/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcVideoVideo PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcVideoVideo PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcVideoVideo PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/video)
</span><span class="cx"> set_target_properties(WebrtcVideoVideo PROPERTIES OUTPUT_NAME video)
</span><span class="cx"> target_link_libraries(WebrtcVideoVideo WebrtcWebrtc_Common)
</span><span class="lines">@@ -3547,7 +3547,7 @@
</span><span class="cx"> target_compile_options(WebrtcSdkRtc_Sdk_Common_Objc PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot; &qu
 ot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-arc&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcSdkRtc_Sdk_Common_Objc PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC SSL_USE_OPENSSL HAVE_OPENSSL_SSL_H FEATURE_ENABLE_SSL)
</span><span class="cx"> target_include_directories(WebrtcSdkRtc_Sdk_Common_Objc PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/webrtc/sdk/objc/Framework/Headers/ ${LIBWEBRTC_INPUT_DIR}/webrtc/sdk/objc/Framework/Classes/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcSdkRtc_Sdk_Common_Objc PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcSdkRtc_Sdk_Common_Objc PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcSdkRtc_Sdk_Common_Objc PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/sdk)
</span><span class="cx"> set_target_properties(WebrtcSdkRtc_Sdk_Common_Objc PROPERTIES OUTPUT_NAME rtc_sdk_common_objc)
</span><span class="cx"> target_link_libraries(WebrtcSdkRtc_Sdk_Common_Objc WebrtcBaseRtc_Base)
</span><span class="lines">@@ -3572,7 +3572,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesAudio_ProcessingAudio_Processing_Sse2 PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-msse2&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &qu
 ot;-Wundef&quot; &quot;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesAudio_ProcessingAudio_Processing_Sse2 PRIVATE WEBRTC_APM_DEBUG_DUMP=0 V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcModulesAudio_ProcessingAudio_Processing_Sse2 PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcModulesAudio_ProcessingAudio_Processing_Sse2 PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesAudio_ProcessingAudio_Processing_Sse2 PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesAudio_ProcessingAudio_Processing_Sse2 PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/audio_processing)
</span><span class="cx"> set_target_properties(WebrtcModulesAudio_ProcessingAudio_Processing_Sse2 PROPERTIES OUTPUT_NAME audio_processing_sse2)
</span><span class="cx"> # End of target WebrtcModulesAudio_ProcessingAudio_Processing_Sse2
</span><span class="lines">@@ -3589,7 +3589,7 @@
</span><span class="cx"> target_compile_options(WebrtcToolsRgba_To_I420_Converter PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot
 ; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcToolsRgba_To_I420_Converter PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcToolsRgba_To_I420_Converter PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/third_party/libyuv/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_video/libyuv/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_video/include/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcToolsRgba_To_I420_Converter PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9 -Wl,-ObjC -Wl,-pie&quot;)
</del><ins>+set_target_properties(WebrtcToolsRgba_To_I420_Converter PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9 -Wl,-ObjC -Wl,-pie&quot;)
</ins><span class="cx"> set_target_properties(WebrtcToolsRgba_To_I420_Converter PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/)
</span><span class="cx"> set_target_properties(WebrtcToolsRgba_To_I420_Converter PROPERTIES OUTPUT_NAME rgba_to_i420_converter)
</span><span class="cx"> target_link_libraries(WebrtcToolsRgba_To_I420_Converter WebrtcCommon_VideoCommon_Video)
</span><span class="lines">@@ -3612,7 +3612,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesCongestion_ControllerCongestion_Controller PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quo
 t; &quot;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesCongestion_ControllerCongestion_Controller PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcModulesCongestion_ControllerCongestion_Controller PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcModulesCongestion_ControllerCongestion_Controller PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesCongestion_ControllerCongestion_Controller PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesCongestion_ControllerCongestion_Controller PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/congestion_controller)
</span><span class="cx"> set_target_properties(WebrtcModulesCongestion_ControllerCongestion_Controller PROPERTIES OUTPUT_NAME congestion_controller)
</span><span class="cx"> target_link_libraries(WebrtcModulesCongestion_ControllerCongestion_Controller WebrtcModulesBitrate_ControllerBitrate_Controller)
</span><span class="lines">@@ -3636,7 +3636,7 @@
</span><span class="cx"> target_compile_options(WebrtcStatsRtc_Stats PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot; &quot;-fno-
 threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcStatsRtc_Stats PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcStatsRtc_Stats PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcStatsRtc_Stats PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcStatsRtc_Stats PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcStatsRtc_Stats PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/stats)
</span><span class="cx"> set_target_properties(WebrtcStatsRtc_Stats PROPERTIES OUTPUT_NAME rtc_stats)
</span><span class="cx"> target_link_libraries(WebrtcStatsRtc_Stats WebrtcBaseRtc_Base_Approved)
</span><span class="lines">@@ -3652,7 +3652,7 @@
</span><span class="cx"> target_compile_options(WebrtcSdkRtc_Sdk_Objc PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot; &quot;-fno
 -threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcSdkRtc_Sdk_Objc PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcSdkRtc_Sdk_Objc PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/third_party/libyuv/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/sdk/objc/Framework/Headers/ ${LIBWEBRTC_INPUT_DIR}/webrtc/sdk/objc/Framework/Classes/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcSdkRtc_Sdk_Objc PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcSdkRtc_Sdk_Objc PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcSdkRtc_Sdk_Objc PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/sdk)
</span><span class="cx"> set_target_properties(WebrtcSdkRtc_Sdk_Objc PROPERTIES OUTPUT_NAME rtc_sdk_objc)
</span><span class="cx"> target_link_libraries(WebrtcSdkRtc_Sdk_Objc WebrtcSdkRtc_Sdk_Peerconnection_Objc)
</span><span class="lines">@@ -3694,7 +3694,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesVideo_CaptureVideo_Capture_Module PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;
 -std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesVideo_CaptureVideo_Capture_Module PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcModulesVideo_CaptureVideo_Capture_Module PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/third_party/libyuv/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_video/libyuv/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_video/include/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcModulesVideo_CaptureVideo_Capture_Module PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesVideo_CaptureVideo_Capture_Module PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesVideo_CaptureVideo_Capture_Module PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/video_capture)
</span><span class="cx"> set_target_properties(WebrtcModulesVideo_CaptureVideo_Capture_Module PROPERTIES OUTPUT_NAME video_capture_module)
</span><span class="cx"> target_link_libraries(WebrtcModulesVideo_CaptureVideo_Capture_Module WebrtcWebrtc_Common)
</span><span class="lines">@@ -3714,7 +3714,7 @@
</span><span class="cx"> target_compile_options(WebrtcSystem_WrappersMetrics_Default PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&q
 uot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcSystem_WrappersMetrics_Default PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcSystem_WrappersMetrics_Default PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcSystem_WrappersMetrics_Default PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcSystem_WrappersMetrics_Default PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcSystem_WrappersMetrics_Default PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/system_wrappers)
</span><span class="cx"> set_target_properties(WebrtcSystem_WrappersMetrics_Default PROPERTIES OUTPUT_NAME metrics_default)
</span><span class="cx"> # End of target WebrtcSystem_WrappersMetrics_Default
</span><span class="lines">@@ -3808,7 +3808,7 @@
</span><span class="cx"> target_compile_options(Third_PartyProtobufProtobuf_Full PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Werror&quot; &quot;-Wall&quot; &quot;-Wno-unused-variable&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-Wno-unused-function&quot; &quot;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&
 quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(Third_PartyProtobufProtobuf_Full PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 GOOGLE_PROTOBUF_NO_RTTI GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER HAVE_PTHREAD)
</span><span class="cx"> target_include_directories(Third_PartyProtobufProtobuf_Full PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/ ${LIBWEBRTC_INPUT_DIR}/third_party/protobuf/src/)
</span><del>-set_target_properties(Third_PartyProtobufProtobuf_Full PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(Third_PartyProtobufProtobuf_Full PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(Third_PartyProtobufProtobuf_Full PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/third_party/protobuf)
</span><span class="cx"> set_target_properties(Third_PartyProtobufProtobuf_Full PROPERTIES OUTPUT_NAME protobuf_full)
</span><span class="cx"> # End of target Third_PartyProtobufProtobuf_Full
</span><span class="lines">@@ -3820,7 +3820,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesAudio_CodingCng PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot; &qu
 ot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesAudio_CodingCng PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcModulesAudio_CodingCng PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/signal_processing/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/resampler/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/vad/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/audio_coding/codecs/cng/include/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcModulesAudio_CodingCng PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesAudio_CodingCng PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesAudio_CodingCng PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/audio_coding)
</span><span class="cx"> set_target_properties(WebrtcModulesAudio_CodingCng PROPERTIES OUTPUT_NAME cng)
</span><span class="cx"> target_link_libraries(WebrtcModulesAudio_CodingCng WebrtcCommon_AudioCommon_Audio)
</span><span class="lines">@@ -3969,7 +3969,7 @@
</span><span class="cx"> target_compile_options(Third_PartyOpusOpus PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wno-#pragma-messages&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Werror&quot; &quot;-Wall&quot; &quot;-Wno-unused-variable&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;
 -Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(Third_PartyOpusOpus PRIVATE OPUS_BUILD OPUS_EXPORT= HAVE_LRINT HAVE_LRINTF VAR_ARRAYS V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1)
</span><span class="cx"> target_include_directories(Third_PartyOpusOpus PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/third_party/opus/src/silk/ ${LIBWEBRTC_INPUT_DIR}/third_party/opus/src/include/ ${LIBWEBRTC_INPUT_DIR}/third_party/opus/src/celt/ ${LIBWEBRTC_INPUT_DIR}/third_party/opus/src/silk/float/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(Third_PartyOpusOpus PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(Third_PartyOpusOpus PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(Third_PartyOpusOpus PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/third_party/opus)
</span><span class="cx"> set_target_properties(Third_PartyOpusOpus PROPERTIES OUTPUT_NAME opus)
</span><span class="cx"> # End of target Third_PartyOpusOpus
</span><span class="lines">@@ -3983,7 +3983,7 @@
</span><span class="cx"> target_compile_options(WebrtcCommon_AudioCommon_Audio_Sse2 PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-msse2&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot
 ; &quot;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcCommon_AudioCommon_Audio_Sse2 PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcCommon_AudioCommon_Audio_Sse2 PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcCommon_AudioCommon_Audio_Sse2 PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcCommon_AudioCommon_Audio_Sse2 PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcCommon_AudioCommon_Audio_Sse2 PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/common_audio)
</span><span class="cx"> set_target_properties(WebrtcCommon_AudioCommon_Audio_Sse2 PROPERTIES OUTPUT_NAME common_audio_sse2)
</span><span class="cx"> # End of target WebrtcCommon_AudioCommon_Audio_Sse2
</span><span class="lines">@@ -4000,7 +4000,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesVideo_CodingVideo_Coding_Utility PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-
 std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesVideo_CodingVideo_Coding_Utility PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcModulesVideo_CodingVideo_Coding_Utility PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/third_party/libyuv/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_video/libyuv/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_video/include/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcModulesVideo_CodingVideo_Coding_Utility PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesVideo_CodingVideo_Coding_Utility PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesVideo_CodingVideo_Coding_Utility PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/video_coding)
</span><span class="cx"> set_target_properties(WebrtcModulesVideo_CodingVideo_Coding_Utility PROPERTIES OUTPUT_NAME video_coding_utility)
</span><span class="cx"> target_link_libraries(WebrtcModulesVideo_CodingVideo_Coding_Utility WebrtcCommon_VideoCommon_Video)
</span><span class="lines">@@ -4019,7 +4019,7 @@
</span><span class="cx"> target_compile_options(WebrtcSdkWebrtc_H264_Video_Toolbox PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-Wno-thread-
 safety-analysis&quot; &quot;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-arc&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcSdkWebrtc_H264_Video_Toolbox PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcSdkWebrtc_H264_Video_Toolbox PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/third_party/libyuv/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/sdk/objc/Framework/Headers/ ${LIBWEBRTC_INPUT_DIR}/webrtc/sdk/objc/Framework/Classes/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcSdkWebrtc_H264_Video_Toolbox PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcSdkWebrtc_H264_Video_Toolbox PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcSdkWebrtc_H264_Video_Toolbox PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/sdk)
</span><span class="cx"> set_target_properties(WebrtcSdkWebrtc_H264_Video_Toolbox PROPERTIES OUTPUT_NAME webrtc_h264_video_toolbox)
</span><span class="cx"> target_link_libraries(WebrtcSdkWebrtc_H264_Video_Toolbox Third_PartyLibyuvLibyuv)
</span><span class="lines">@@ -4058,7 +4058,7 @@
</span><span class="cx"> target_compile_options(Third_PartyJsoncppJsoncpp PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot;
  &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(Third_PartyJsoncppJsoncpp PRIVATE JSON_USE_EXCEPTION=0 V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1)
</span><span class="cx"> target_include_directories(Third_PartyJsoncppJsoncpp PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/third_party/jsoncpp/overrides/include/ ${LIBWEBRTC_INPUT_DIR}/third_party/jsoncpp/source/src/lib_json/ ${LIBWEBRTC_OUTPUT_DIR}/gen/ ${LIBWEBRTC_INPUT_DIR}/third_party/jsoncpp/source/include/)
</span><del>-set_target_properties(Third_PartyJsoncppJsoncpp PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(Third_PartyJsoncppJsoncpp PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> # End of target Third_PartyJsoncppJsoncpp
</span><span class="cx"> 
</span><span class="cx"> # Start of target WebrtcModulesVideo_CaptureVideo_Capture_Internal_Impl
</span><span class="lines">@@ -4070,7 +4070,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesVideo_CaptureVideo_Capture_Internal_Impl PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-fobjc-arc&quot; &quot;-Wno-deprecated-declarations&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot;
  &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesVideo_CaptureVideo_Capture_Internal_Impl PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcModulesVideo_CaptureVideo_Capture_Internal_Impl PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcModulesVideo_CaptureVideo_Capture_Internal_Impl PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesVideo_CaptureVideo_Capture_Internal_Impl PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesVideo_CaptureVideo_Capture_Internal_Impl PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/video_capture)
</span><span class="cx"> set_target_properties(WebrtcModulesVideo_CaptureVideo_Capture_Internal_Impl PROPERTIES OUTPUT_NAME video_capture_internal_impl)
</span><span class="cx"> target_link_libraries(WebrtcModulesVideo_CaptureVideo_Capture_Internal_Impl WebrtcModulesVideo_CaptureVideo_Capture_Module)
</span><span class="lines">@@ -4091,7 +4091,7 @@
</span><span class="cx"> target_compile_options(Third_PartyOpusOpus_Compare PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Werror&quot; &quot;-Wall&quot; &quot;-Wno-unused-variable&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-Wno-absolute-value&quot; &quot;-std=c99&quot; &quot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; 
 &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(Third_PartyOpusOpus_Compare PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1)
</span><span class="cx"> target_include_directories(Third_PartyOpusOpus_Compare PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/third_party/opus/src/include/ ${LIBWEBRTC_INPUT_DIR}/third_party/opus/src/silk/ ${LIBWEBRTC_OUTPUT_DIR}/gen/ ${LIBWEBRTC_INPUT_DIR}/third_party/opus/src/celt/)
</span><del>-set_target_properties(Third_PartyOpusOpus_Compare PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9 -Wl,-ObjC -Wl,-pie&quot;)
</del><ins>+set_target_properties(Third_PartyOpusOpus_Compare PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9 -Wl,-ObjC -Wl,-pie&quot;)
</ins><span class="cx"> set_target_properties(Third_PartyOpusOpus_Compare PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/)
</span><span class="cx"> set_target_properties(Third_PartyOpusOpus_Compare PROPERTIES OUTPUT_NAME opus_compare)
</span><span class="cx"> target_link_libraries(Third_PartyOpusOpus_Compare Third_PartyOpusOpus)
</span><span class="lines">@@ -4109,7 +4109,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesUtilityUtility PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot; &quo
 t;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesUtilityUtility PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcModulesUtilityUtility PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/signal_processing/include/ ${LIBWEBRTC_INPUT_DIR}/third_party/opus/src/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/resampler/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/audio_coding/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/vad/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/include/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcModulesUtilityUtility PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesUtilityUtility PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesUtilityUtility PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/utility)
</span><span class="cx"> set_target_properties(WebrtcModulesUtilityUtility PROPERTIES OUTPUT_NAME utility)
</span><span class="cx"> target_link_libraries(WebrtcModulesUtilityUtility WebrtcWebrtc_Common)
</span><span class="lines">@@ -4158,7 +4158,7 @@
</span><span class="cx"> target_compile_options(WebrtcModulesAudio_CodingIsac PRIVATE &quot;-fno-strict-aliasing&quot; &quot;-fstack-protector-strong&quot; &quot;-fcolor-diagnostics&quot; &quot;-arch&quot; &quot;x86_64&quot; &quot;-gdwarf-2&quot; &quot;-mmacosx-version-min=10.9&quot; &quot;-Wall&quot; &quot;-Werror&quot; &quot;-Wextra&quot; &quot;-Wpartial-availability&quot; &quot;-Wno-missing-field-initializers&quot; &quot;-Wno-unused-parameter&quot; &quot;-Wno-c++11-narrowing&quot; &quot;-Wno-covered-switch-default&quot; &quot;-Wno-deprecated-register&quot; &quot;-Wno-unneeded-internal-declaration&quot; &quot;-Wno-inconsistent-missing-override&quot; &quot;-Wno-shift-negative-value&quot; &quot;-O0&quot; &quot;-fvisibility=hidden&quot; &quot;-Wheader-hygiene&quot; &quot;-Wstring-conversion&quot; &quot;-Wno-strict-overflow&quot; &quot;-Wimplicit-fallthrough&quot; &quot;-Wthread-safety&quot; &quot;-Winconsistent-missing-override&quot; &quot;-Wundef&quot; &quot;-std=c99&quot; &q
 uot;-fno-threadsafe-statics&quot; &quot;-fvisibility-inlines-hidden&quot; &quot;-Wno-undefined-bool-conversion&quot; &quot;-Wno-tautological-undefined-compare&quot; &quot;-stdlib=libc++&quot; &quot;-fno-rtti&quot; &quot;-fno-exceptions&quot; &quot;-Wnon-virtual-dtor&quot; &quot;-Woverloaded-virtual&quot; &quot;-Wobjc-missing-property-synthesis&quot; &quot;-fobjc-call-cxx-cdtors&quot;)
</span><span class="cx"> target_compile_definitions(WebrtcModulesAudio_CodingIsac PRIVATE V8_DEPRECATION_WARNINGS ENABLE_NOTIFICATIONS ENABLE_PLUGINS=1 ENABLE_PDF=1 ENABLE_PRINTING=1 ENABLE_BASIC_PRINTING=1 ENABLE_PRINT_PREVIEW=1 ENABLE_SPELLCHECK=1 USE_BROWSER_SPELLCHECKER=1 NO_TCMALLOC USE_EXTERNAL_POPUP_MENU=1 ENABLE_WEBRTC=1 ENABLE_EXTENSIONS=1 ENABLE_TASK_MANAGER=1 ENABLE_THEMES=1 ENABLE_SESSION_SERVICE=1 ENABLE_SUPERVISED_USERS=1 FULL_SAFE_BROWSING SAFE_BROWSING_CSD SAFE_BROWSING_DB_LOCAL CHROMIUM_BUILD ENABLE_MEDIA_ROUTER=1 FIELDTRIAL_TESTING_ENABLED CR_CLANG_REVISION=284979-1 CR_XCODE_VERSION=0820 __STDC_CONSTANT_MACROS __STDC_FORMAT_MACROS __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 _DEBUG DYNAMIC_ANNOTATIONS_ENABLED=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE EXPAT_RELATIVE_PATH RTC_DISABLE_VP9 WEBRTC_POSIX WEBRTC_MAC)
</span><span class="cx"> target_include_directories(WebrtcModulesAudio_CodingIsac PRIVATE ${LIBWEBRTC_INPUT_DIR}/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/signal_processing/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/resampler/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/modules/audio_coding/codecs/isac/main/include/ ${LIBWEBRTC_INPUT_DIR}/webrtc/common_audio/vad/include/ ${LIBWEBRTC_OUTPUT_DIR}/gen/)
</span><del>-set_target_properties(WebrtcModulesAudio_CodingIsac PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9&quot;)
</del><ins>+set_target_properties(WebrtcModulesAudio_CodingIsac PROPERTIES LINK_FLAGS &quot;-stdlib=libc++ -arch x86_64 -mmacosx-version-min=10.9&quot;)
</ins><span class="cx"> set_target_properties(WebrtcModulesAudio_CodingIsac PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${LIBWEBRTC_OUTPUT_DIR}/obj/webrtc/modules/audio_coding)
</span><span class="cx"> set_target_properties(WebrtcModulesAudio_CodingIsac PROPERTIES OUTPUT_NAME isac)
</span><span class="cx"> target_link_libraries(WebrtcModulesAudio_CodingIsac WebrtcWebrtc_Common)
</span></span></pre></div>
<a id="trunkSourceThirdPartylibwebrtcChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/ThirdParty/libwebrtc/ChangeLog (211046 => 211047)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/ThirdParty/libwebrtc/ChangeLog        2017-01-23 19:32:37 UTC (rev 211046)
+++ trunk/Source/ThirdParty/libwebrtc/ChangeLog        2017-01-23 19:32:54 UTC (rev 211047)
</span><span class="lines">@@ -1,3 +1,12 @@
</span><ins>+2017-01-23  Youenn Fablet  &lt;youenn@apple.com&gt;
+
+        [WebRTC] Filter libwebrtc link flags
+        https://bugs.webkit.org/show_bug.cgi?id=167287
+
+        Reviewed by Alex Christensen.
+
+        * CMakeLists.txt:
+
</ins><span class="cx"> 2017-01-23  Youenn Fablet  &lt;youennf@gmail.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [WebRTC] Make VP8 optional in libwebrtc
</span></span></pre></div>
<a id="trunkToolsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Tools/ChangeLog (211046 => 211047)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/ChangeLog        2017-01-23 19:32:37 UTC (rev 211046)
+++ trunk/Tools/ChangeLog        2017-01-23 19:32:54 UTC (rev 211047)
</span><span class="lines">@@ -1,3 +1,15 @@
</span><ins>+2017-01-23  Youenn Fablet  &lt;youenn@apple.com&gt;
+
+        [WebRTC] Filter libwebrtc link flags
+        https://bugs.webkit.org/show_bug.cgi?id=167287
+
+        Reviewed by Alex Christensen.
+
+        * Scripts/webkitpy/libwebrtc/generate_cmake.py:
+        (CMakeGenerator._compute_link_flags):
+        (CMakeGenerator._compute_link_flags.keep_flag):
+        (CMakeGenerator._generate_compile_target_options):
+
</ins><span class="cx"> 2017-01-23  Youenn Fablet  &lt;youennf@gmail.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [WebRTC] Make VP8 optional in libwebrtc
</span></span></pre></div>
<a id="trunkToolsScriptswebkitpylibwebrtcgenerate_cmakepy"></a>
<div class="modfile"><h4>Modified: trunk/Tools/Scripts/webkitpy/libwebrtc/generate_cmake.py (211046 => 211047)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/Scripts/webkitpy/libwebrtc/generate_cmake.py        2017-01-23 19:32:37 UTC (rev 211046)
+++ trunk/Tools/Scripts/webkitpy/libwebrtc/generate_cmake.py        2017-01-23 19:32:54 UTC (rev 211047)
</span><span class="lines">@@ -583,6 +583,24 @@
</span><span class="cx"> 
</span><span class="cx">         return lines
</span><span class="cx"> 
</span><ins>+    def _compute_link_flags(self, target):
+        if not &quot;ldflags&quot; in target:
+            return []
+
+        flags = target[&quot;ldflags&quot;]
+
+        self._remove_next_flag = False
+
+        def keep_flag(flag):
+            if self._remove_next_flag:
+                self._remove_next_flag = False
+                return False
+            if flag == &quot;-isysroot&quot;:
+                self._remove_next_flag = True
+                return False
+            return True
+        return filter(keep_flag, flags)
+
</ins><span class="cx">     def _compute_compile_flags(self, target):
</span><span class="cx">         flags = []
</span><span class="cx">         for flag in [&quot;asmflags&quot;, &quot;cflags&quot;, &quot;cflags_c&quot;, &quot;cflags_cc&quot;, &quot;cflags_objc&quot;, &quot;cflags_objcc&quot;]:
</span><span class="lines">@@ -635,8 +653,9 @@
</span><span class="cx">         if len(dirs):
</span><span class="cx">             lines.append(&quot;target_include_directories(&quot; + name + &quot; PRIVATE &quot; + self.convert_inputs(dirs) + &quot;)&quot;)
</span><span class="cx"> 
</span><del>-        if &quot;ldflags&quot; in target:
-            lines.append(&quot;set_target_properties(&quot; + name + &quot; PROPERTIES LINK_FLAGS \&quot;&quot; + &quot; &quot;.join(target[&quot;ldflags&quot;]) + &quot;\&quot;)&quot;)
</del><ins>+        ldflags = self._compute_link_flags(target)
+        if ldflags:
+            lines.append(&quot;set_target_properties(&quot; + name + &quot; PROPERTIES LINK_FLAGS \&quot;&quot; + &quot; &quot;.join(ldflags) + &quot;\&quot;)&quot;)
</ins><span class="cx"> 
</span><span class="cx">         return lines
</span><span class="cx"> 
</span></span></pre>
</div>
</div>

</body>
</html>