# HG changeset patch # User Mike Hommey # Date 1527841348 -32400 # Node ID 9720579262346607195ab6804be73772a7ea4fee # Parent 67458ae6c4a6ef82921a08412f5d08b105b63fb8 Bug 1466054 - Run `mach build-backend -b GnMozbuildWriter`. r=froydnj This refreshes the gn-generated moz.builds with the change from previous commit. Somehow, this does unrelated changes, there must be something funky in the gn-moz.build-generator. diff --git a/media/webrtc/trunk/moz.build b/media/webrtc/trunk/moz.build --- a/media/webrtc/trunk/moz.build +++ b/media/webrtc/trunk/moz.build @@ -179,22 +179,21 @@ if CONFIG["CPU_ARCH"] == "arm" and CONFI "/media/webrtc/trunk/webrtc/common_audio/common_audio_neon_c_gn", "/media/webrtc/trunk/webrtc/common_audio/common_audio_neon_gn", "/media/webrtc/trunk/webrtc/modules/audio_coding/isac_neon_gn", "/media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_neon_c_gn", "/media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_neon_gn", "/media/webrtc/trunk/webrtc/modules/video_processing/video_processing_neon_gn" ] -if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "NetBSD": +if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Android": DIRS += [ "/media/webrtc/trunk/webrtc/common_audio/common_audio_sse2_gn", "/media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_sse2_gn", - "/media/webrtc/trunk/webrtc/modules/desktop_capture/desktop_capture_differ_sse2_gn", "/media/webrtc/trunk/webrtc/modules/video_processing/video_processing_sse2_gn" ] if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "FreeBSD": DIRS += [ "/media/webrtc/trunk/webrtc/common_audio/common_audio_neon_c_gn", "/media/webrtc/trunk/webrtc/common_audio/common_audio_neon_gn", @@ -308,15 +307,16 @@ if CONFIG["CPU_ARCH"] == "aarch64" and C "/media/webrtc/trunk/webrtc/common_audio/common_audio_neon_c_gn", "/media/webrtc/trunk/webrtc/common_audio/common_audio_neon_gn", "/media/webrtc/trunk/webrtc/modules/audio_coding/isac_neon_gn", "/media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_neon_c_gn", "/media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_neon_gn", "/media/webrtc/trunk/webrtc/modules/video_processing/video_processing_neon_gn" ] -if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Android": +if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "NetBSD": DIRS += [ "/media/webrtc/trunk/webrtc/common_audio/common_audio_sse2_gn", "/media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_sse2_gn", + "/media/webrtc/trunk/webrtc/modules/desktop_capture/desktop_capture_differ_sse2_gn", "/media/webrtc/trunk/webrtc/modules/video_processing/video_processing_sse2_gn" ] diff --git a/media/webrtc/trunk/webrtc/api/audio_mixer_api_gn/moz.build b/media/webrtc/trunk/webrtc/api/audio_mixer_api_gn/moz.build --- a/media/webrtc/trunk/webrtc/api/audio_mixer_api_gn/moz.build +++ b/media/webrtc/trunk/webrtc/api/audio_mixer_api_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/api/call_api_gn/moz.build b/media/webrtc/trunk/webrtc/api/call_api_gn/moz.build --- a/media/webrtc/trunk/webrtc/api/call_api_gn/moz.build +++ b/media/webrtc/trunk/webrtc/api/call_api_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/api/transport_api_gn/moz.build b/media/webrtc/trunk/webrtc/api/transport_api_gn/moz.build --- a/media/webrtc/trunk/webrtc/api/transport_api_gn/moz.build +++ b/media/webrtc/trunk/webrtc/api/transport_api_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/api/video_frame_api_gn/moz.build b/media/webrtc/trunk/webrtc/api/video_frame_api_gn/moz.build --- a/media/webrtc/trunk/webrtc/api/video_frame_api_gn/moz.build +++ b/media/webrtc/trunk/webrtc/api/video_frame_api_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/audio/audio_gn/moz.build b/media/webrtc/trunk/webrtc/audio/audio_gn/moz.build --- a/media/webrtc/trunk/webrtc/audio/audio_gn/moz.build +++ b/media/webrtc/trunk/webrtc/audio/audio_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/audio/utility/audio_frame_operations_gn/moz.build b/media/webrtc/trunk/webrtc/audio/utility/audio_frame_operations_gn/moz.build --- a/media/webrtc/trunk/webrtc/audio/utility/audio_frame_operations_gn/moz.build +++ b/media/webrtc/trunk/webrtc/audio/utility/audio_frame_operations_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/base/gtest_prod_gn/moz.build b/media/webrtc/trunk/webrtc/base/gtest_prod_gn/moz.build --- a/media/webrtc/trunk/webrtc/base/gtest_prod_gn/moz.build +++ b/media/webrtc/trunk/webrtc/base/gtest_prod_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/base/rtc_base_approved_gn/moz.build b/media/webrtc/trunk/webrtc/base/rtc_base_approved_gn/moz.build --- a/media/webrtc/trunk/webrtc/base/rtc_base_approved_gn/moz.build +++ b/media/webrtc/trunk/webrtc/base/rtc_base_approved_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/base/rtc_numerics_gn/moz.build b/media/webrtc/trunk/webrtc/base/rtc_numerics_gn/moz.build --- a/media/webrtc/trunk/webrtc/base/rtc_numerics_gn/moz.build +++ b/media/webrtc/trunk/webrtc/base/rtc_numerics_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/base/rtc_task_queue_gn/moz.build b/media/webrtc/trunk/webrtc/base/rtc_task_queue_gn/moz.build --- a/media/webrtc/trunk/webrtc/base/rtc_task_queue_gn/moz.build +++ b/media/webrtc/trunk/webrtc/base/rtc_task_queue_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/call/call_gn/moz.build b/media/webrtc/trunk/webrtc/call/call_gn/moz.build --- a/media/webrtc/trunk/webrtc/call/call_gn/moz.build +++ b/media/webrtc/trunk/webrtc/call/call_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/call/call_interfaces_gn/moz.build b/media/webrtc/trunk/webrtc/call/call_interfaces_gn/moz.build --- a/media/webrtc/trunk/webrtc/call/call_interfaces_gn/moz.build +++ b/media/webrtc/trunk/webrtc/call/call_interfaces_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/common_audio/common_audio_c_gn/moz.build b/media/webrtc/trunk/webrtc/common_audio/common_audio_c_gn/moz.build --- a/media/webrtc/trunk/webrtc/common_audio/common_audio_c_gn/moz.build +++ b/media/webrtc/trunk/webrtc/common_audio/common_audio_c_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/common_audio/common_audio_gn/moz.build b/media/webrtc/trunk/webrtc/common_audio/common_audio_gn/moz.build --- a/media/webrtc/trunk/webrtc/common_audio/common_audio_gn/moz.build +++ b/media/webrtc/trunk/webrtc/common_audio/common_audio_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/common_audio/common_audio_neon_c_gn/moz.build b/media/webrtc/trunk/webrtc/common_audio/common_audio_neon_c_gn/moz.build --- a/media/webrtc/trunk/webrtc/common_audio/common_audio_neon_c_gn/moz.build +++ b/media/webrtc/trunk/webrtc/common_audio/common_audio_neon_c_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_POSIX"] = True diff --git a/media/webrtc/trunk/webrtc/common_audio/common_audio_neon_gn/moz.build b/media/webrtc/trunk/webrtc/common_audio/common_audio_neon_gn/moz.build --- a/media/webrtc/trunk/webrtc/common_audio/common_audio_neon_gn/moz.build +++ b/media/webrtc/trunk/webrtc/common_audio/common_audio_neon_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_POSIX"] = True diff --git a/media/webrtc/trunk/webrtc/common_audio/common_audio_sse2_gn/moz.build b/media/webrtc/trunk/webrtc/common_audio/common_audio_sse2_gn/moz.build --- a/media/webrtc/trunk/webrtc/common_audio/common_audio_sse2_gn/moz.build +++ b/media/webrtc/trunk/webrtc/common_audio/common_audio_sse2_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True @@ -83,16 +82,17 @@ if CONFIG["OS_TARGET"] == "DragonFly": DEFINES["USE_X11"] = "1" DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_POSIX"] = True DEFINES["_FILE_OFFSET_BITS"] = "64" if CONFIG["OS_TARGET"] == "FreeBSD": CXXFLAGS += [ + "-msse2", "-msse2" ] DEFINES["USE_X11"] = "1" DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_POSIX"] = True DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -117,17 +117,16 @@ if CONFIG["OS_TARGET"] == "NetBSD": DEFINES["USE_X11"] = "1" DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_POSIX"] = True DEFINES["_FILE_OFFSET_BITS"] = "64" if CONFIG["OS_TARGET"] == "OpenBSD": CXXFLAGS += [ - "-msse2", "-msse2" ] DEFINES["USE_X11"] = "1" DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_POSIX"] = True DEFINES["_FILE_OFFSET_BITS"] = "64" diff --git a/media/webrtc/trunk/webrtc/common_video/common_video_gn/moz.build b/media/webrtc/trunk/webrtc/common_video/common_video_gn/moz.build --- a/media/webrtc/trunk/webrtc/common_video/common_video_gn/moz.build +++ b/media/webrtc/trunk/webrtc/common_video/common_video_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/logging/rtc_event_log_api_gn/moz.build b/media/webrtc/trunk/webrtc/logging/rtc_event_log_api_gn/moz.build --- a/media/webrtc/trunk/webrtc/logging/rtc_event_log_api_gn/moz.build +++ b/media/webrtc/trunk/webrtc/logging/rtc_event_log_api_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/logging/rtc_event_log_impl_gn/moz.build b/media/webrtc/trunk/webrtc/logging/rtc_event_log_impl_gn/moz.build --- a/media/webrtc/trunk/webrtc/logging/rtc_event_log_impl_gn/moz.build +++ b/media/webrtc/trunk/webrtc/logging/rtc_event_log_impl_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/media/mozilla_rtc_media_gn/moz.build b/media/webrtc/trunk/webrtc/media/mozilla_rtc_media_gn/moz.build --- a/media/webrtc/trunk/webrtc/media/mozilla_rtc_media_gn/moz.build +++ b/media/webrtc/trunk/webrtc/media/mozilla_rtc_media_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/modules/audio_coding/audio_coding_gn/moz.build b/media/webrtc/trunk/webrtc/modules/audio_coding/audio_coding_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/audio_coding/audio_coding_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/audio_coding/audio_coding_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_CODEC_G722"] = True DEFINES["WEBRTC_CODEC_OPUS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True diff --git a/media/webrtc/trunk/webrtc/modules/audio_coding/audio_decoder_factory_interface_gn/moz.build b/media/webrtc/trunk/webrtc/modules/audio_coding/audio_decoder_factory_interface_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/audio_coding/audio_decoder_factory_interface_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/audio_coding/audio_decoder_factory_interface_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/modules/audio_coding/audio_decoder_interface_gn/moz.build b/media/webrtc/trunk/webrtc/modules/audio_coding/audio_decoder_interface_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/audio_coding/audio_decoder_interface_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/audio_coding/audio_decoder_interface_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/modules/audio_coding/audio_encoder_interface_gn/moz.build b/media/webrtc/trunk/webrtc/modules/audio_coding/audio_encoder_interface_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/audio_coding/audio_encoder_interface_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/audio_coding/audio_encoder_interface_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/modules/audio_coding/audio_format_conversion_gn/moz.build b/media/webrtc/trunk/webrtc/modules/audio_coding/audio_format_conversion_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/audio_coding/audio_format_conversion_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/audio_coding/audio_format_conversion_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/modules/audio_coding/audio_format_gn/moz.build b/media/webrtc/trunk/webrtc/modules/audio_coding/audio_format_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/audio_coding/audio_format_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/audio_coding/audio_format_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/modules/audio_coding/audio_network_adaptor_gn/moz.build b/media/webrtc/trunk/webrtc/modules/audio_coding/audio_network_adaptor_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/audio_coding/audio_network_adaptor_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/audio_coding/audio_network_adaptor_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/modules/audio_coding/builtin_audio_decoder_factory_gn/moz.build b/media/webrtc/trunk/webrtc/modules/audio_coding/builtin_audio_decoder_factory_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/audio_coding/builtin_audio_decoder_factory_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/audio_coding/builtin_audio_decoder_factory_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_CODEC_G722"] = True DEFINES["WEBRTC_CODEC_OPUS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True diff --git a/media/webrtc/trunk/webrtc/modules/audio_coding/cng_gn/moz.build b/media/webrtc/trunk/webrtc/modules/audio_coding/cng_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/audio_coding/cng_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/audio_coding/cng_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/modules/audio_coding/g711_c_gn/moz.build b/media/webrtc/trunk/webrtc/modules/audio_coding/g711_c_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/audio_coding/g711_c_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/audio_coding/g711_c_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/modules/audio_coding/g711_gn/moz.build b/media/webrtc/trunk/webrtc/modules/audio_coding/g711_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/audio_coding/g711_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/audio_coding/g711_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/modules/audio_coding/g722_c_gn/moz.build b/media/webrtc/trunk/webrtc/modules/audio_coding/g722_c_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/audio_coding/g722_c_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/audio_coding/g722_c_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/modules/audio_coding/g722_gn/moz.build b/media/webrtc/trunk/webrtc/modules/audio_coding/g722_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/audio_coding/g722_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/audio_coding/g722_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/modules/audio_coding/isac_c_gn/moz.build b/media/webrtc/trunk/webrtc/modules/audio_coding/isac_c_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/audio_coding/isac_c_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/audio_coding/isac_c_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/modules/audio_coding/isac_common_gn/moz.build b/media/webrtc/trunk/webrtc/modules/audio_coding/isac_common_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/audio_coding/isac_common_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/audio_coding/isac_common_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/modules/audio_coding/isac_fix_c_gn/moz.build b/media/webrtc/trunk/webrtc/modules/audio_coding/isac_fix_c_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/audio_coding/isac_fix_c_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/audio_coding/isac_fix_c_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/modules/audio_coding/isac_fix_gn/moz.build b/media/webrtc/trunk/webrtc/modules/audio_coding/isac_fix_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/audio_coding/isac_fix_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/audio_coding/isac_fix_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/modules/audio_coding/isac_gn/moz.build b/media/webrtc/trunk/webrtc/modules/audio_coding/isac_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/audio_coding/isac_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/audio_coding/isac_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/modules/audio_coding/isac_neon_gn/moz.build b/media/webrtc/trunk/webrtc/modules/audio_coding/isac_neon_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/audio_coding/isac_neon_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/audio_coding/isac_neon_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_POSIX"] = True diff --git a/media/webrtc/trunk/webrtc/modules/audio_coding/neteq_gn/moz.build b/media/webrtc/trunk/webrtc/modules/audio_coding/neteq_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/audio_coding/neteq_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/audio_coding/neteq_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_CODEC_G722"] = True DEFINES["WEBRTC_CODEC_OPUS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True diff --git a/media/webrtc/trunk/webrtc/modules/audio_coding/pcm16b_c_gn/moz.build b/media/webrtc/trunk/webrtc/modules/audio_coding/pcm16b_c_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/audio_coding/pcm16b_c_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/audio_coding/pcm16b_c_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/modules/audio_coding/pcm16b_gn/moz.build b/media/webrtc/trunk/webrtc/modules/audio_coding/pcm16b_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/audio_coding/pcm16b_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/audio_coding/pcm16b_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/modules/audio_coding/rent_a_codec_gn/moz.build b/media/webrtc/trunk/webrtc/modules/audio_coding/rent_a_codec_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/audio_coding/rent_a_codec_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/audio_coding/rent_a_codec_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_CODEC_G722"] = True DEFINES["WEBRTC_CODEC_OPUS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True diff --git a/media/webrtc/trunk/webrtc/modules/audio_coding/webrtc_opus_c_gn/moz.build b/media/webrtc/trunk/webrtc/modules/audio_coding/webrtc_opus_c_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/audio_coding/webrtc_opus_c_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/audio_coding/webrtc_opus_c_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/modules/audio_coding/webrtc_opus_gn/moz.build b/media/webrtc/trunk/webrtc/modules/audio_coding/webrtc_opus_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/audio_coding/webrtc_opus_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/audio_coding/webrtc_opus_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_OPUS_VARIABLE_COMPLEXITY"] = "0" DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/modules/audio_conference_mixer/audio_conference_mixer_gn/moz.build b/media/webrtc/trunk/webrtc/modules/audio_conference_mixer/audio_conference_mixer_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/audio_conference_mixer/audio_conference_mixer_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/audio_conference_mixer/audio_conference_mixer_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/modules/audio_device/audio_device_gn/moz.build b/media/webrtc/trunk/webrtc/modules/audio_device/audio_device_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/audio_device/audio_device_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/audio_device/audio_device_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_DUMMY_AUDIO_BUILD"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/modules/audio_mixer/audio_frame_manipulator_gn/moz.build b/media/webrtc/trunk/webrtc/modules/audio_mixer/audio_frame_manipulator_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/audio_mixer/audio_frame_manipulator_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/audio_mixer/audio_frame_manipulator_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/modules/audio_mixer/audio_mixer_impl_gn/moz.build b/media/webrtc/trunk/webrtc/modules/audio_mixer/audio_mixer_impl_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/audio_mixer/audio_mixer_impl_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/audio_mixer/audio_mixer_impl_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_c_gn/moz.build b/media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_c_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_c_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_c_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_gn/moz.build b/media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_APM_DEBUG_DUMP"] = "1" DEFINES["WEBRTC_INTELLIGIBILITY_ENHANCER"] = "0" DEFINES["WEBRTC_MOZILLA_BUILD"] = True diff --git a/media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_neon_c_gn/moz.build b/media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_neon_c_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_neon_c_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_neon_c_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_POSIX"] = True diff --git a/media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_neon_gn/moz.build b/media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_neon_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_neon_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_neon_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_APM_DEBUG_DUMP"] = "1" DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True diff --git a/media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_sse2_gn/moz.build b/media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_sse2_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_sse2_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_sse2_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_APM_DEBUG_DUMP"] = "1" DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True @@ -84,16 +83,17 @@ if CONFIG["OS_TARGET"] == "DragonFly": DEFINES["USE_X11"] = "1" DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_POSIX"] = True DEFINES["_FILE_OFFSET_BITS"] = "64" if CONFIG["OS_TARGET"] == "FreeBSD": CXXFLAGS += [ + "-msse2", "-msse2" ] DEFINES["USE_X11"] = "1" DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_POSIX"] = True DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -118,17 +118,16 @@ if CONFIG["OS_TARGET"] == "NetBSD": DEFINES["USE_X11"] = "1" DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_POSIX"] = True DEFINES["_FILE_OFFSET_BITS"] = "64" if CONFIG["OS_TARGET"] == "OpenBSD": CXXFLAGS += [ - "-msse2", "-msse2" ] DEFINES["USE_X11"] = "1" DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_POSIX"] = True DEFINES["_FILE_OFFSET_BITS"] = "64" diff --git a/media/webrtc/trunk/webrtc/modules/bitrate_controller/bitrate_controller_gn/moz.build b/media/webrtc/trunk/webrtc/modules/bitrate_controller/bitrate_controller_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/bitrate_controller/bitrate_controller_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/bitrate_controller/bitrate_controller_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["BWE_TEST_LOGGING_COMPILE_TIME_ENABLE"] = "0" DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/modules/congestion_controller/congestion_controller_gn/moz.build b/media/webrtc/trunk/webrtc/modules/congestion_controller/congestion_controller_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/congestion_controller/congestion_controller_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/congestion_controller/congestion_controller_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["BWE_TEST_LOGGING_COMPILE_TIME_ENABLE"] = "0" DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/modules/desktop_capture/desktop_capture_differ_sse2_gn/moz.build b/media/webrtc/trunk/webrtc/modules/desktop_capture/desktop_capture_differ_sse2_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/desktop_capture/desktop_capture_differ_sse2_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/desktop_capture/desktop_capture_differ_sse2_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True @@ -62,16 +61,17 @@ if CONFIG["OS_TARGET"] == "DragonFly": DEFINES["USE_X11"] = "1" DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_POSIX"] = True DEFINES["_FILE_OFFSET_BITS"] = "64" if CONFIG["OS_TARGET"] == "FreeBSD": CXXFLAGS += [ + "-msse2", "-msse2" ] DEFINES["USE_X11"] = "1" DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_POSIX"] = True DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -96,17 +96,16 @@ if CONFIG["OS_TARGET"] == "NetBSD": DEFINES["USE_X11"] = "1" DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_POSIX"] = True DEFINES["_FILE_OFFSET_BITS"] = "64" if CONFIG["OS_TARGET"] == "OpenBSD": CXXFLAGS += [ - "-msse2", "-msse2" ] DEFINES["USE_X11"] = "1" DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_POSIX"] = True DEFINES["_FILE_OFFSET_BITS"] = "64" diff --git a/media/webrtc/trunk/webrtc/modules/desktop_capture/desktop_capture_gn/moz.build b/media/webrtc/trunk/webrtc/modules/desktop_capture/desktop_capture_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/desktop_capture/desktop_capture_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/desktop_capture/desktop_capture_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["MULTI_MONITOR_SCREENSHARE"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/modules/desktop_capture/primitives_gn/moz.build b/media/webrtc/trunk/webrtc/modules/desktop_capture/primitives_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/desktop_capture/primitives_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/desktop_capture/primitives_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/modules/media_file/media_file_gn/moz.build b/media/webrtc/trunk/webrtc/modules/media_file/media_file_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/media_file/media_file_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/media_file/media_file_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/modules/pacing/pacing_gn/moz.build b/media/webrtc/trunk/webrtc/modules/pacing/pacing_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/pacing/pacing_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/pacing/pacing_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_gn/moz.build b/media/webrtc/trunk/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["BWE_TEST_LOGGING_COMPILE_TIME_ENABLE"] = "0" DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/modules/rtp_rtcp/rtp_rtcp_gn/moz.build b/media/webrtc/trunk/webrtc/modules/rtp_rtcp/rtp_rtcp_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/rtp_rtcp/rtp_rtcp_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/rtp_rtcp/rtp_rtcp_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["BWE_TEST_LOGGING_COMPILE_TIME_ENABLE"] = "0" DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/modules/utility/utility_gn/moz.build b/media/webrtc/trunk/webrtc/modules/utility/utility_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/utility/utility_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/utility/utility_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/modules/video_capture/video_capture_internal_impl_gn/moz.build b/media/webrtc/trunk/webrtc/modules/video_capture/video_capture_internal_impl_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/video_capture/video_capture_internal_impl_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/video_capture/video_capture_internal_impl_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/modules/video_capture/video_capture_module_gn/moz.build b/media/webrtc/trunk/webrtc/modules/video_capture/video_capture_module_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/video_capture/video_capture_module_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/video_capture/video_capture_module_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/modules/video_coding/video_coding_gn/moz.build b/media/webrtc/trunk/webrtc/modules/video_coding/video_coding_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/video_coding/video_coding_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/video_coding/video_coding_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/modules/video_coding/video_coding_utility_gn/moz.build b/media/webrtc/trunk/webrtc/modules/video_coding/video_coding_utility_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/video_coding/video_coding_utility_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/video_coding/video_coding_utility_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/modules/video_coding/webrtc_h264_gn/moz.build b/media/webrtc/trunk/webrtc/modules/video_coding/webrtc_h264_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/video_coding/webrtc_h264_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/video_coding/webrtc_h264_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/modules/video_coding/webrtc_i420_gn/moz.build b/media/webrtc/trunk/webrtc/modules/video_coding/webrtc_i420_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/video_coding/webrtc_i420_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/video_coding/webrtc_i420_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/modules/video_coding/webrtc_vp8_gn/moz.build b/media/webrtc/trunk/webrtc/modules/video_coding/webrtc_vp8_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/video_coding/webrtc_vp8_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/video_coding/webrtc_vp8_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/modules/video_coding/webrtc_vp9_gn/moz.build b/media/webrtc/trunk/webrtc/modules/video_coding/webrtc_vp9_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/video_coding/webrtc_vp9_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/video_coding/webrtc_vp9_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/modules/video_processing/video_processing_gn/moz.build b/media/webrtc/trunk/webrtc/modules/video_processing/video_processing_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/video_processing/video_processing_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/video_processing/video_processing_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/modules/video_processing/video_processing_neon_gn/moz.build b/media/webrtc/trunk/webrtc/modules/video_processing/video_processing_neon_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/video_processing/video_processing_neon_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/video_processing/video_processing_neon_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_POSIX"] = True diff --git a/media/webrtc/trunk/webrtc/modules/video_processing/video_processing_sse2_gn/moz.build b/media/webrtc/trunk/webrtc/modules/video_processing/video_processing_sse2_gn/moz.build --- a/media/webrtc/trunk/webrtc/modules/video_processing/video_processing_sse2_gn/moz.build +++ b/media/webrtc/trunk/webrtc/modules/video_processing/video_processing_sse2_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True @@ -86,16 +85,17 @@ if CONFIG["OS_TARGET"] == "DragonFly": DEFINES["USE_X11"] = "1" DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_POSIX"] = True DEFINES["_FILE_OFFSET_BITS"] = "64" if CONFIG["OS_TARGET"] == "FreeBSD": CXXFLAGS += [ + "-msse2", "-msse2" ] DEFINES["USE_X11"] = "1" DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_POSIX"] = True DEFINES["_FILE_OFFSET_BITS"] = "64" @@ -124,17 +124,16 @@ if CONFIG["OS_TARGET"] == "NetBSD": DEFINES["USE_X11"] = "1" DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_POSIX"] = True DEFINES["_FILE_OFFSET_BITS"] = "64" if CONFIG["OS_TARGET"] == "OpenBSD": CXXFLAGS += [ - "-msse2", "-msse2" ] DEFINES["USE_X11"] = "1" DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_POSIX"] = True DEFINES["_FILE_OFFSET_BITS"] = "64" diff --git a/media/webrtc/trunk/webrtc/system_wrappers/cpu_features_linux_gn/moz.build b/media/webrtc/trunk/webrtc/system_wrappers/cpu_features_linux_gn/moz.build --- a/media/webrtc/trunk/webrtc/system_wrappers/cpu_features_linux_gn/moz.build +++ b/media/webrtc/trunk/webrtc/system_wrappers/cpu_features_linux_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["USE_NSS_CERTS"] = "1" DEFINES["USE_X11"] = "1" DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_LINUX"] = True diff --git a/media/webrtc/trunk/webrtc/system_wrappers/field_trial_default_gn/moz.build b/media/webrtc/trunk/webrtc/system_wrappers/field_trial_default_gn/moz.build --- a/media/webrtc/trunk/webrtc/system_wrappers/field_trial_default_gn/moz.build +++ b/media/webrtc/trunk/webrtc/system_wrappers/field_trial_default_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/system_wrappers/metrics_default_gn/moz.build b/media/webrtc/trunk/webrtc/system_wrappers/metrics_default_gn/moz.build --- a/media/webrtc/trunk/webrtc/system_wrappers/metrics_default_gn/moz.build +++ b/media/webrtc/trunk/webrtc/system_wrappers/metrics_default_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/system_wrappers/system_wrappers_gn/moz.build b/media/webrtc/trunk/webrtc/system_wrappers/system_wrappers_gn/moz.build --- a/media/webrtc/trunk/webrtc/system_wrappers/system_wrappers_gn/moz.build +++ b/media/webrtc/trunk/webrtc/system_wrappers/system_wrappers_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/video/video_gn/moz.build b/media/webrtc/trunk/webrtc/video/video_gn/moz.build --- a/media/webrtc/trunk/webrtc/video/video_gn/moz.build +++ b/media/webrtc/trunk/webrtc/video/video_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/video_engine/video_engine_gn/moz.build b/media/webrtc/trunk/webrtc/video_engine/video_engine_gn/moz.build --- a/media/webrtc/trunk/webrtc/video_engine/video_engine_gn/moz.build +++ b/media/webrtc/trunk/webrtc/video_engine/video_engine_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/voice_engine/audio_coder_gn/moz.build b/media/webrtc/trunk/webrtc/voice_engine/audio_coder_gn/moz.build --- a/media/webrtc/trunk/webrtc/voice_engine/audio_coder_gn/moz.build +++ b/media/webrtc/trunk/webrtc/voice_engine/audio_coder_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/voice_engine/file_player_gn/moz.build b/media/webrtc/trunk/webrtc/voice_engine/file_player_gn/moz.build --- a/media/webrtc/trunk/webrtc/voice_engine/file_player_gn/moz.build +++ b/media/webrtc/trunk/webrtc/voice_engine/file_player_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/voice_engine/file_recorder_gn/moz.build b/media/webrtc/trunk/webrtc/voice_engine/file_recorder_gn/moz.build --- a/media/webrtc/trunk/webrtc/voice_engine/file_recorder_gn/moz.build +++ b/media/webrtc/trunk/webrtc/voice_engine/file_recorder_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/voice_engine/level_indicator_gn/moz.build b/media/webrtc/trunk/webrtc/voice_engine/level_indicator_gn/moz.build --- a/media/webrtc/trunk/webrtc/voice_engine/level_indicator_gn/moz.build +++ b/media/webrtc/trunk/webrtc/voice_engine/level_indicator_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/voice_engine/voice_engine_gn/moz.build b/media/webrtc/trunk/webrtc/voice_engine/voice_engine_gn/moz.build --- a/media/webrtc/trunk/webrtc/voice_engine/voice_engine_gn/moz.build +++ b/media/webrtc/trunk/webrtc/voice_engine/voice_engine_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/webrtc_common_gn/moz.build b/media/webrtc/trunk/webrtc/webrtc_common_gn/moz.build --- a/media/webrtc/trunk/webrtc/webrtc_common_gn/moz.build +++ b/media/webrtc/trunk/webrtc/webrtc_common_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True diff --git a/media/webrtc/trunk/webrtc/webrtc_gn/moz.build b/media/webrtc/trunk/webrtc/webrtc_gn/moz.build --- a/media/webrtc/trunk/webrtc/webrtc_gn/moz.build +++ b/media/webrtc/trunk/webrtc/webrtc_gn/moz.build @@ -2,17 +2,16 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] -COMPILE_FLAGS["STL"] = [] AllowCompilerWarnings() DEFINES["CHROMIUM_BUILD"] = True DEFINES["EXPAT_RELATIVE_PATH"] = True DEFINES["V8_DEPRECATION_WARNINGS"] = True DEFINES["WEBRTC_MOZILLA_BUILD"] = True DEFINES["WEBRTC_RESTRICT_LOGGING"] = True