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.

--HG--
extra : rebase_source : 7e1a9d75f7a80c0981b2534e4959ada6c611bae2
This commit is contained in:
Mike Hommey 2018-06-01 17:22:28 +09:00
Родитель 3a629b5eac
Коммит cf60ab0a62
90 изменённых файлов: 7 добавлений и 96 удалений

Просмотреть файл

@ -184,12 +184,11 @@ if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "OpenBSD":
"/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"
]
@ -313,10 +312,11 @@ if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "FreeBSD":
"/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"
]

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True
@ -88,6 +87,7 @@ if CONFIG["OS_TARGET"] == "DragonFly":
if CONFIG["OS_TARGET"] == "FreeBSD":
CXXFLAGS += [
"-msse2",
"-msse2"
]
@ -122,7 +122,6 @@ if CONFIG["OS_TARGET"] == "NetBSD":
if CONFIG["OS_TARGET"] == "OpenBSD":
CXXFLAGS += [
"-msse2",
"-msse2"
]

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True
@ -89,6 +88,7 @@ if CONFIG["OS_TARGET"] == "DragonFly":
if CONFIG["OS_TARGET"] == "FreeBSD":
CXXFLAGS += [
"-msse2",
"-msse2"
]
@ -123,7 +123,6 @@ if CONFIG["OS_TARGET"] == "NetBSD":
if CONFIG["OS_TARGET"] == "OpenBSD":
CXXFLAGS += [
"-msse2",
"-msse2"
]

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["BWE_TEST_LOGGING_COMPILE_TIME_ENABLE"] = "0"

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["BWE_TEST_LOGGING_COMPILE_TIME_ENABLE"] = "0"

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True
@ -67,6 +66,7 @@ if CONFIG["OS_TARGET"] == "DragonFly":
if CONFIG["OS_TARGET"] == "FreeBSD":
CXXFLAGS += [
"-msse2",
"-msse2"
]
@ -101,7 +101,6 @@ if CONFIG["OS_TARGET"] == "NetBSD":
if CONFIG["OS_TARGET"] == "OpenBSD":
CXXFLAGS += [
"-msse2",
"-msse2"
]

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["BWE_TEST_LOGGING_COMPILE_TIME_ENABLE"] = "0"

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["BWE_TEST_LOGGING_COMPILE_TIME_ENABLE"] = "0"

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True
@ -91,6 +90,7 @@ if CONFIG["OS_TARGET"] == "DragonFly":
if CONFIG["OS_TARGET"] == "FreeBSD":
CXXFLAGS += [
"-msse2",
"-msse2"
]
@ -129,7 +129,6 @@ if CONFIG["OS_TARGET"] == "NetBSD":
if CONFIG["OS_TARGET"] == "OpenBSD":
CXXFLAGS += [
"-msse2",
"-msse2"
]

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True

Просмотреть файл

@ -7,7 +7,6 @@
### DO NOT edit it by hand. ###
COMPILE_FLAGS["OS_INCLUDES"] = []
COMPILE_FLAGS["STL"] = []
AllowCompilerWarnings()
DEFINES["CHROMIUM_BUILD"] = True