From f4eadf54780395c0d9cfc6468710d774f538a26e Mon Sep 17 00:00:00 2001 From: Dan Minor Date: Tue, 27 Nov 2018 17:33:47 +0000 Subject: [PATCH] Bug 1509994 - Update gn generated json files (part 2); r=pehrsons Depends on D13094 Differential Revision: https://phabricator.services.mozilla.com/D13095 --HG-- extra : moz-landing-system : lando --- .../gn-configs/arm64_False_arm64_freebsd.json | 92 +-------------- .../gn-configs/arm64_False_arm64_linux.json | 105 +---------------- .../gn-configs/arm64_False_arm64_netbsd.json | 65 +---------- .../gn-configs/arm64_False_arm64_openbsd.json | 92 +-------------- .../gn-configs/arm64_True_arm64_freebsd.json | 87 +------------- .../gn-configs/arm64_True_arm64_linux.json | 101 +--------------- .../gn-configs/arm64_True_arm64_netbsd.json | 60 +--------- .../gn-configs/arm64_True_arm64_openbsd.json | 87 +------------- .../gn-configs/arm_False_arm_freebsd.json | 98 +--------------- .../gn-configs/arm_False_arm_linux.json | 109 +----------------- .../gn-configs/arm_False_arm_netbsd.json | 72 +----------- .../gn-configs/arm_False_arm_openbsd.json | 98 +--------------- .../gn-configs/arm_True_arm_freebsd.json | 93 +-------------- .../webrtc/gn-configs/arm_True_arm_linux.json | 106 +---------------- .../gn-configs/arm_True_arm_netbsd.json | 67 +---------- .../gn-configs/arm_True_arm_openbsd.json | 93 +-------------- 16 files changed, 16 insertions(+), 1409 deletions(-) diff --git a/media/webrtc/gn-configs/arm64_False_arm64_freebsd.json b/media/webrtc/gn-configs/arm64_False_arm64_freebsd.json index f7a593bb9436..b17ba631b73f 100644 --- a/media/webrtc/gn-configs/arm64_False_arm64_freebsd.json +++ b/media/webrtc/gn-configs/arm64_False_arm64_freebsd.json @@ -110,7 +110,6 @@ "//system_wrappers:metrics_default", "//system_wrappers:system_wrappers_default", "//video:video", - "//video_engine:video_engine", "//voice_engine:voice_engine" ], "include_dirs": [ @@ -14083,95 +14082,6 @@ ], "type": "static_library" }, - "//video_engine:video_engine": { - "cflags": [ - "-fno-strict-aliasing", - "--param=ssp-buffer-size=4", - "-fstack-protector", - "-Wno-builtin-macro-redefined", - "-D__DATE__=", - "-D__TIME__=", - "-D__TIMESTAMP__=", - "-funwind-tables", - "-fcolor-diagnostics", - "--target=aarch64-linux-gnu", - "-Wall", - "-Werror", - "-Wextra", - "-Wno-missing-field-initializers", - "-Wno-unused-parameter", - "-Wno-c++11-narrowing", - "-Wno-covered-switch-default", - "-Wno-unneeded-internal-declaration", - "-Wno-inconsistent-missing-override", - "-Wno-undefined-var-template", - "-Wno-nonportable-include-path", - "-Wno-address-of-packed-member", - "-Wno-unused-lambda-capture", - "-Wno-user-defined-warnings", - "-O2", - "-fno-ident", - "-fdata-sections", - "-ffunction-sections", - "-fno-omit-frame-pointer", - "-g2", - "-fvisibility=hidden", - "-Xclang", - "-add-plugin", - "-Xclang", - "find-bad-constructs", - "-Xclang", - "-plugin-arg-find-bad-constructs", - "-Xclang", - "check-auto-raw-pointer", - "-Wheader-hygiene", - "-Wstring-conversion", - "-Wtautological-overlap-compare", - "-Wextra", - "-Wno-unused-parameter", - "-Wno-missing-field-initializers", - "-Wno-strict-overflow", - "-Wc++11-narrowing", - "-Wimplicit-fallthrough", - "-Wthread-safety", - "-Winconsistent-missing-override", - "-Wundef", - "-Wunused-lambda-capture" - ], - "defines": [ - "V8_DEPRECATION_WARNINGS", - "USE_X11=1", - "CHROMIUM_BUILD", - "_FILE_OFFSET_BITS=64", - "_FORTIFY_SOURCE=2", - "NDEBUG", - "NVALGRIND", - "DYNAMIC_ANNOTATIONS_ENABLED=0", - "WEBRTC_ENABLE_PROTOBUF=0", - "WEBRTC_RESTRICT_LOGGING", - "WEBRTC_ARCH_ARM64", - "WEBRTC_HAS_NEON", - "WEBRTC_MOZILLA_BUILD", - "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0", - "WEBRTC_POSIX", - "WEBRTC_BSD" - ], - "deps": [ - "//:webrtc_common" - ], - "include_dirs": [ - "/media/libyuv/libyuv/include/", - "//", - "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/" - ], - "libs": [], - "sources": [ - "//video_engine/browser_capture_impl.h", - "//video_engine/desktop_capture_impl.cc", - "//video_engine/desktop_capture_impl.h" - ], - "type": "static_library" - }, "//voice_engine:audio_level": { "cflags": [ "-fno-strict-aliasing", @@ -14397,4 +14307,4 @@ "type": "static_library" } } -} \ No newline at end of file +} diff --git a/media/webrtc/gn-configs/arm64_False_arm64_linux.json b/media/webrtc/gn-configs/arm64_False_arm64_linux.json index f9ebf62f475d..b56c8de9899c 100644 --- a/media/webrtc/gn-configs/arm64_False_arm64_linux.json +++ b/media/webrtc/gn-configs/arm64_False_arm64_linux.json @@ -123,7 +123,6 @@ "//system_wrappers:metrics_default", "//system_wrappers:system_wrappers_default", "//video:video", - "//video_engine:video_engine", "//voice_engine:voice_engine" ], "include_dirs": [ @@ -15917,108 +15916,6 @@ ], "type": "static_library" }, - "//video_engine:video_engine": { - "cflags": [ - "-fno-strict-aliasing", - "--param=ssp-buffer-size=4", - "-fstack-protector", - "-Wno-builtin-macro-redefined", - "-D__DATE__=", - "-D__TIME__=", - "-D__TIMESTAMP__=", - "-funwind-tables", - "-fPIC", - "-pipe", - "-fcolor-diagnostics", - "--target=aarch64-linux-gnu", - "-pthread", - "-Wall", - "-Werror", - "-Wextra", - "-Wno-missing-field-initializers", - "-Wno-unused-parameter", - "-Wno-c++11-narrowing", - "-Wno-covered-switch-default", - "-Wno-unneeded-internal-declaration", - "-Wno-inconsistent-missing-override", - "-Wno-undefined-var-template", - "-Wno-nonportable-include-path", - "-Wno-address-of-packed-member", - "-Wno-unused-lambda-capture", - "-Wno-user-defined-warnings", - "-O2", - "-fno-ident", - "-fdata-sections", - "-ffunction-sections", - "-fno-omit-frame-pointer", - "-g0", - "-fvisibility=hidden", - "-Xclang", - "-load", - "-Xclang", - "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so", - "-Xclang", - "-add-plugin", - "-Xclang", - "find-bad-constructs", - "-Xclang", - "-plugin-arg-find-bad-constructs", - "-Xclang", - "check-auto-raw-pointer", - "-Xclang", - "-plugin-arg-find-bad-constructs", - "-Xclang", - "check-ipc", - "-Wheader-hygiene", - "-Wstring-conversion", - "-Wtautological-overlap-compare", - "-Wextra", - "-Wno-unused-parameter", - "-Wno-missing-field-initializers", - "-Wno-strict-overflow", - "-Wc++11-narrowing", - "-Wimplicit-fallthrough", - "-Wthread-safety", - "-Winconsistent-missing-override", - "-Wundef", - "-Wunused-lambda-capture" - ], - "defines": [ - "V8_DEPRECATION_WARNINGS", - "USE_NSS_CERTS=1", - "USE_X11=1", - "NO_TCMALLOC", - "DISABLE_NACL", - "CHROMIUM_BUILD", - "_FILE_OFFSET_BITS=64", - "NDEBUG", - "NVALGRIND", - "DYNAMIC_ANNOTATIONS_ENABLED=0", - "WEBRTC_ENABLE_PROTOBUF=0", - "WEBRTC_RESTRICT_LOGGING", - "WEBRTC_ARCH_ARM64", - "WEBRTC_HAS_NEON", - "WEBRTC_MOZILLA_BUILD", - "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0", - "WEBRTC_POSIX", - "WEBRTC_LINUX" - ], - "deps": [ - "//:webrtc_common" - ], - "include_dirs": [ - "/media/libyuv/libyuv/include/", - "//", - "/home/jenkins/workspace/Firefox-default/label/aarch64/firefox/obj-aarch64-unknown-linux-gnu/media/webrtc/trunk/webrtc/gn-output/gen/" - ], - "libs": [], - "sources": [ - "//video_engine/browser_capture_impl.h", - "//video_engine/desktop_capture_impl.cc", - "//video_engine/desktop_capture_impl.h" - ], - "type": "static_library" - }, "//voice_engine:audio_level": { "cflags": [ "-fno-strict-aliasing", @@ -16267,4 +16164,4 @@ "type": "static_library" } } -} \ No newline at end of file +} diff --git a/media/webrtc/gn-configs/arm64_False_arm64_netbsd.json b/media/webrtc/gn-configs/arm64_False_arm64_netbsd.json index 95ba8446be1e..22ba93d69ac2 100644 --- a/media/webrtc/gn-configs/arm64_False_arm64_netbsd.json +++ b/media/webrtc/gn-configs/arm64_False_arm64_netbsd.json @@ -83,7 +83,6 @@ "//system_wrappers:metrics_default", "//system_wrappers:system_wrappers_default", "//video:video", - "//video_engine:video_engine", "//voice_engine:voice_engine" ], "include_dirs": [ @@ -10579,68 +10578,6 @@ ], "type": "static_library" }, - "//video_engine:video_engine": { - "cflags": [ - "-fno-strict-aliasing", - "--param=ssp-buffer-size=4", - "-fstack-protector", - "-Wno-builtin-macro-redefined", - "-D__DATE__=", - "-D__TIME__=", - "-D__TIMESTAMP__=", - "-funwind-tables", - "-Wall", - "-Werror", - "-Wno-unused-local-typedefs", - "-Wno-maybe-uninitialized", - "-Wno-missing-field-initializers", - "-Wno-unused-parameter", - "-O2", - "-fno-ident", - "-fdata-sections", - "-ffunction-sections", - "-fno-omit-frame-pointer", - "-g2", - "-fvisibility=hidden", - "-Wextra", - "-Wno-unused-parameter", - "-Wno-missing-field-initializers", - "-Wno-strict-overflow" - ], - "defines": [ - "V8_DEPRECATION_WARNINGS", - "USE_X11=1", - "CHROMIUM_BUILD", - "_FILE_OFFSET_BITS=64", - "_FORTIFY_SOURCE=2", - "NDEBUG", - "NVALGRIND", - "DYNAMIC_ANNOTATIONS_ENABLED=0", - "WEBRTC_ENABLE_PROTOBUF=0", - "WEBRTC_RESTRICT_LOGGING", - "WEBRTC_ARCH_ARM64", - "WEBRTC_HAS_NEON", - "WEBRTC_MOZILLA_BUILD", - "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0", - "WEBRTC_POSIX", - "WEBRTC_BSD" - ], - "deps": [ - "//:webrtc_common" - ], - "include_dirs": [ - "/media/libyuv/libyuv/include/", - "//", - "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/" - ], - "libs": [], - "sources": [ - "//video_engine/browser_capture_impl.h", - "//video_engine/desktop_capture_impl.cc", - "//video_engine/desktop_capture_impl.h" - ], - "type": "static_library" - }, "//voice_engine:audio_level": { "cflags": [ "-fno-strict-aliasing", @@ -10820,4 +10757,4 @@ "type": "static_library" } } -} \ No newline at end of file +} diff --git a/media/webrtc/gn-configs/arm64_False_arm64_openbsd.json b/media/webrtc/gn-configs/arm64_False_arm64_openbsd.json index f20813c086ff..b91793af0bf2 100644 --- a/media/webrtc/gn-configs/arm64_False_arm64_openbsd.json +++ b/media/webrtc/gn-configs/arm64_False_arm64_openbsd.json @@ -110,7 +110,6 @@ "//system_wrappers:metrics_default", "//system_wrappers:system_wrappers_default", "//video:video", - "//video_engine:video_engine", "//voice_engine:voice_engine" ], "include_dirs": [ @@ -14083,95 +14082,6 @@ ], "type": "static_library" }, - "//video_engine:video_engine": { - "cflags": [ - "-fno-strict-aliasing", - "--param=ssp-buffer-size=4", - "-fstack-protector", - "-Wno-builtin-macro-redefined", - "-D__DATE__=", - "-D__TIME__=", - "-D__TIMESTAMP__=", - "-funwind-tables", - "-fcolor-diagnostics", - "--target=aarch64-linux-gnu", - "-Wall", - "-Werror", - "-Wextra", - "-Wno-missing-field-initializers", - "-Wno-unused-parameter", - "-Wno-c++11-narrowing", - "-Wno-covered-switch-default", - "-Wno-unneeded-internal-declaration", - "-Wno-inconsistent-missing-override", - "-Wno-undefined-var-template", - "-Wno-nonportable-include-path", - "-Wno-address-of-packed-member", - "-Wno-unused-lambda-capture", - "-Wno-user-defined-warnings", - "-O2", - "-fno-ident", - "-fdata-sections", - "-ffunction-sections", - "-fno-omit-frame-pointer", - "-g2", - "-fvisibility=hidden", - "-Xclang", - "-add-plugin", - "-Xclang", - "find-bad-constructs", - "-Xclang", - "-plugin-arg-find-bad-constructs", - "-Xclang", - "check-auto-raw-pointer", - "-Wheader-hygiene", - "-Wstring-conversion", - "-Wtautological-overlap-compare", - "-Wextra", - "-Wno-unused-parameter", - "-Wno-missing-field-initializers", - "-Wno-strict-overflow", - "-Wc++11-narrowing", - "-Wimplicit-fallthrough", - "-Wthread-safety", - "-Winconsistent-missing-override", - "-Wundef", - "-Wunused-lambda-capture" - ], - "defines": [ - "V8_DEPRECATION_WARNINGS", - "USE_X11=1", - "CHROMIUM_BUILD", - "_FILE_OFFSET_BITS=64", - "_FORTIFY_SOURCE=2", - "NDEBUG", - "NVALGRIND", - "DYNAMIC_ANNOTATIONS_ENABLED=0", - "WEBRTC_ENABLE_PROTOBUF=0", - "WEBRTC_RESTRICT_LOGGING", - "WEBRTC_ARCH_ARM64", - "WEBRTC_HAS_NEON", - "WEBRTC_MOZILLA_BUILD", - "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0", - "WEBRTC_POSIX", - "WEBRTC_BSD" - ], - "deps": [ - "//:webrtc_common" - ], - "include_dirs": [ - "/media/libyuv/libyuv/include/", - "//", - "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/" - ], - "libs": [], - "sources": [ - "//video_engine/browser_capture_impl.h", - "//video_engine/desktop_capture_impl.cc", - "//video_engine/desktop_capture_impl.h" - ], - "type": "static_library" - }, "//voice_engine:audio_level": { "cflags": [ "-fno-strict-aliasing", @@ -14397,4 +14307,4 @@ "type": "static_library" } } -} \ No newline at end of file +} diff --git a/media/webrtc/gn-configs/arm64_True_arm64_freebsd.json b/media/webrtc/gn-configs/arm64_True_arm64_freebsd.json index 121870d34e7e..205bc3bd405c 100644 --- a/media/webrtc/gn-configs/arm64_True_arm64_freebsd.json +++ b/media/webrtc/gn-configs/arm64_True_arm64_freebsd.json @@ -105,7 +105,6 @@ "//system_wrappers:metrics_default", "//system_wrappers:system_wrappers_default", "//video:video", - "//video_engine:video_engine", "//voice_engine:voice_engine" ], "include_dirs": [ @@ -13383,90 +13382,6 @@ ], "type": "static_library" }, - "//video_engine:video_engine": { - "cflags": [ - "-fno-strict-aliasing", - "--param=ssp-buffer-size=4", - "-fstack-protector", - "-Wno-builtin-macro-redefined", - "-D__DATE__=", - "-D__TIME__=", - "-D__TIMESTAMP__=", - "-funwind-tables", - "-fcolor-diagnostics", - "--target=aarch64-linux-gnu", - "-Wall", - "-Werror", - "-Wextra", - "-Wno-missing-field-initializers", - "-Wno-unused-parameter", - "-Wno-c++11-narrowing", - "-Wno-covered-switch-default", - "-Wno-unneeded-internal-declaration", - "-Wno-inconsistent-missing-override", - "-Wno-undefined-var-template", - "-Wno-nonportable-include-path", - "-Wno-address-of-packed-member", - "-Wno-unused-lambda-capture", - "-Wno-user-defined-warnings", - "-O0", - "-fno-omit-frame-pointer", - "-g2", - "-fvisibility=hidden", - "-Xclang", - "-add-plugin", - "-Xclang", - "find-bad-constructs", - "-Xclang", - "-plugin-arg-find-bad-constructs", - "-Xclang", - "check-auto-raw-pointer", - "-Wheader-hygiene", - "-Wstring-conversion", - "-Wtautological-overlap-compare", - "-Wextra", - "-Wno-unused-parameter", - "-Wno-missing-field-initializers", - "-Wno-strict-overflow", - "-Wc++11-narrowing", - "-Wimplicit-fallthrough", - "-Wthread-safety", - "-Winconsistent-missing-override", - "-Wundef", - "-Wunused-lambda-capture" - ], - "defines": [ - "V8_DEPRECATION_WARNINGS", - "USE_X11=1", - "CHROMIUM_BUILD", - "_FILE_OFFSET_BITS=64", - "DYNAMIC_ANNOTATIONS_ENABLED=1", - "WTF_USE_DYNAMIC_ANNOTATIONS=1", - "WEBRTC_ENABLE_PROTOBUF=0", - "WEBRTC_RESTRICT_LOGGING", - "WEBRTC_ARCH_ARM64", - "WEBRTC_HAS_NEON", - "WEBRTC_MOZILLA_BUILD", - "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0", - "WEBRTC_POSIX", - "WEBRTC_BSD" - ], - "deps": [ - "//:webrtc_common" - ], - "include_dirs": [ - "/media/libyuv/libyuv/include/", - "//", - "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/" - ], - "libs": [], - "sources": [ - "//video_engine/browser_capture_impl.h", - "//video_engine/desktop_capture_impl.cc", - "//video_engine/desktop_capture_impl.h" - ], - "type": "static_library" - }, "//voice_engine:audio_level": { "cflags": [ "-fno-strict-aliasing", @@ -13682,4 +13597,4 @@ "type": "static_library" } } -} \ No newline at end of file +} diff --git a/media/webrtc/gn-configs/arm64_True_arm64_linux.json b/media/webrtc/gn-configs/arm64_True_arm64_linux.json index 66dd71959579..9310bca62958 100644 --- a/media/webrtc/gn-configs/arm64_True_arm64_linux.json +++ b/media/webrtc/gn-configs/arm64_True_arm64_linux.json @@ -119,7 +119,6 @@ "//system_wrappers:metrics_default", "//system_wrappers:system_wrappers_default", "//video:video", - "//video_engine:video_engine", "//voice_engine:voice_engine" ], "include_dirs": [ @@ -15353,104 +15352,6 @@ ], "type": "static_library" }, - "//video_engine:video_engine": { - "cflags": [ - "-fno-strict-aliasing", - "--param=ssp-buffer-size=4", - "-fstack-protector", - "-Wno-builtin-macro-redefined", - "-D__DATE__=", - "-D__TIME__=", - "-D__TIMESTAMP__=", - "-funwind-tables", - "-fPIC", - "-pipe", - "-fcolor-diagnostics", - "--target=aarch64-linux-gnu", - "-pthread", - "-Wall", - "-Werror", - "-Wextra", - "-Wno-missing-field-initializers", - "-Wno-unused-parameter", - "-Wno-c++11-narrowing", - "-Wno-covered-switch-default", - "-Wno-unneeded-internal-declaration", - "-Wno-inconsistent-missing-override", - "-Wno-undefined-var-template", - "-Wno-nonportable-include-path", - "-Wno-address-of-packed-member", - "-Wno-unused-lambda-capture", - "-Wno-user-defined-warnings", - "-O0", - "-fno-omit-frame-pointer", - "-g2", - "-fvisibility=hidden", - "-Xclang", - "-load", - "-Xclang", - "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so", - "-Xclang", - "-add-plugin", - "-Xclang", - "find-bad-constructs", - "-Xclang", - "-plugin-arg-find-bad-constructs", - "-Xclang", - "check-auto-raw-pointer", - "-Xclang", - "-plugin-arg-find-bad-constructs", - "-Xclang", - "check-ipc", - "-Wheader-hygiene", - "-Wstring-conversion", - "-Wtautological-overlap-compare", - "-Wextra", - "-Wno-unused-parameter", - "-Wno-missing-field-initializers", - "-Wno-strict-overflow", - "-Wc++11-narrowing", - "-Wimplicit-fallthrough", - "-Wthread-safety", - "-Winconsistent-missing-override", - "-Wundef", - "-Wunused-lambda-capture" - ], - "defines": [ - "V8_DEPRECATION_WARNINGS", - "USE_NSS_CERTS=1", - "USE_X11=1", - "NO_TCMALLOC", - "DISABLE_NACL", - "CHROMIUM_BUILD", - "_FILE_OFFSET_BITS=64", - "DYNAMIC_ANNOTATIONS_ENABLED=1", - "WTF_USE_DYNAMIC_ANNOTATIONS=1", - "WEBRTC_ENABLE_PROTOBUF=0", - "WEBRTC_RESTRICT_LOGGING", - "WEBRTC_ARCH_ARM64", - "WEBRTC_HAS_NEON", - "WEBRTC_MOZILLA_BUILD", - "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0", - "WEBRTC_POSIX", - "WEBRTC_LINUX" - ], - "deps": [ - "//:webrtc_common" - ], - "include_dirs": [ - "/media/libyuv/libyuv/include/", - "//", - "/home/jenkins/workspace/Firefox-default/label/aarch64/firefox/obj-aarch64-unknown-linux-gnu/media/webrtc/trunk/webrtc/gn-output/gen/" - ], - "libs": [], - "sources": [ - "//video_engine/browser_capture_impl.h", - "//video_engine/desktop_capture_impl.cc", - "//video_engine/desktop_capture_impl.h" - ], - "type": "static_library" - }, "//voice_engine:audio_level": { "cflags": [ "-fno-strict-aliasing", @@ -15691,4 +15592,4 @@ "type": "static_library" } } -} \ No newline at end of file +} diff --git a/media/webrtc/gn-configs/arm64_True_arm64_netbsd.json b/media/webrtc/gn-configs/arm64_True_arm64_netbsd.json index d01b5aebfe04..b23d4a50518a 100644 --- a/media/webrtc/gn-configs/arm64_True_arm64_netbsd.json +++ b/media/webrtc/gn-configs/arm64_True_arm64_netbsd.json @@ -78,7 +78,6 @@ "//system_wrappers:metrics_default", "//system_wrappers:system_wrappers_default", "//video:video", - "//video_engine:video_engine", "//voice_engine:voice_engine" ], "include_dirs": [ @@ -9879,63 +9878,6 @@ ], "type": "static_library" }, - "//video_engine:video_engine": { - "cflags": [ - "-fno-strict-aliasing", - "--param=ssp-buffer-size=4", - "-fstack-protector", - "-Wno-builtin-macro-redefined", - "-D__DATE__=", - "-D__TIME__=", - "-D__TIMESTAMP__=", - "-funwind-tables", - "-Wall", - "-Werror", - "-Wno-unused-local-typedefs", - "-Wno-maybe-uninitialized", - "-Wno-missing-field-initializers", - "-Wno-unused-parameter", - "-O0", - "-fno-omit-frame-pointer", - "-g2", - "-fvisibility=hidden", - "-Wextra", - "-Wno-unused-parameter", - "-Wno-missing-field-initializers", - "-Wno-strict-overflow" - ], - "defines": [ - "V8_DEPRECATION_WARNINGS", - "USE_X11=1", - "CHROMIUM_BUILD", - "_FILE_OFFSET_BITS=64", - "DYNAMIC_ANNOTATIONS_ENABLED=1", - "WTF_USE_DYNAMIC_ANNOTATIONS=1", - "WEBRTC_ENABLE_PROTOBUF=0", - "WEBRTC_RESTRICT_LOGGING", - "WEBRTC_ARCH_ARM64", - "WEBRTC_HAS_NEON", - "WEBRTC_MOZILLA_BUILD", - "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0", - "WEBRTC_POSIX", - "WEBRTC_BSD" - ], - "deps": [ - "//:webrtc_common" - ], - "include_dirs": [ - "/media/libyuv/libyuv/include/", - "//", - "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/" - ], - "libs": [], - "sources": [ - "//video_engine/browser_capture_impl.h", - "//video_engine/desktop_capture_impl.cc", - "//video_engine/desktop_capture_impl.h" - ], - "type": "static_library" - }, "//voice_engine:audio_level": { "cflags": [ "-fno-strict-aliasing", @@ -10105,4 +10047,4 @@ "type": "static_library" } } -} \ No newline at end of file +} diff --git a/media/webrtc/gn-configs/arm64_True_arm64_openbsd.json b/media/webrtc/gn-configs/arm64_True_arm64_openbsd.json index 99fce83538ce..5e8ba004b283 100644 --- a/media/webrtc/gn-configs/arm64_True_arm64_openbsd.json +++ b/media/webrtc/gn-configs/arm64_True_arm64_openbsd.json @@ -105,7 +105,6 @@ "//system_wrappers:metrics_default", "//system_wrappers:system_wrappers_default", "//video:video", - "//video_engine:video_engine", "//voice_engine:voice_engine" ], "include_dirs": [ @@ -13383,90 +13382,6 @@ ], "type": "static_library" }, - "//video_engine:video_engine": { - "cflags": [ - "-fno-strict-aliasing", - "--param=ssp-buffer-size=4", - "-fstack-protector", - "-Wno-builtin-macro-redefined", - "-D__DATE__=", - "-D__TIME__=", - "-D__TIMESTAMP__=", - "-funwind-tables", - "-fcolor-diagnostics", - "--target=aarch64-linux-gnu", - "-Wall", - "-Werror", - "-Wextra", - "-Wno-missing-field-initializers", - "-Wno-unused-parameter", - "-Wno-c++11-narrowing", - "-Wno-covered-switch-default", - "-Wno-unneeded-internal-declaration", - "-Wno-inconsistent-missing-override", - "-Wno-undefined-var-template", - "-Wno-nonportable-include-path", - "-Wno-address-of-packed-member", - "-Wno-unused-lambda-capture", - "-Wno-user-defined-warnings", - "-O0", - "-fno-omit-frame-pointer", - "-g2", - "-fvisibility=hidden", - "-Xclang", - "-add-plugin", - "-Xclang", - "find-bad-constructs", - "-Xclang", - "-plugin-arg-find-bad-constructs", - "-Xclang", - "check-auto-raw-pointer", - "-Wheader-hygiene", - "-Wstring-conversion", - "-Wtautological-overlap-compare", - "-Wextra", - "-Wno-unused-parameter", - "-Wno-missing-field-initializers", - "-Wno-strict-overflow", - "-Wc++11-narrowing", - "-Wimplicit-fallthrough", - "-Wthread-safety", - "-Winconsistent-missing-override", - "-Wundef", - "-Wunused-lambda-capture" - ], - "defines": [ - "V8_DEPRECATION_WARNINGS", - "USE_X11=1", - "CHROMIUM_BUILD", - "_FILE_OFFSET_BITS=64", - "DYNAMIC_ANNOTATIONS_ENABLED=1", - "WTF_USE_DYNAMIC_ANNOTATIONS=1", - "WEBRTC_ENABLE_PROTOBUF=0", - "WEBRTC_RESTRICT_LOGGING", - "WEBRTC_ARCH_ARM64", - "WEBRTC_HAS_NEON", - "WEBRTC_MOZILLA_BUILD", - "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0", - "WEBRTC_POSIX", - "WEBRTC_BSD" - ], - "deps": [ - "//:webrtc_common" - ], - "include_dirs": [ - "/media/libyuv/libyuv/include/", - "//", - "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/" - ], - "libs": [], - "sources": [ - "//video_engine/browser_capture_impl.h", - "//video_engine/desktop_capture_impl.cc", - "//video_engine/desktop_capture_impl.h" - ], - "type": "static_library" - }, "//voice_engine:audio_level": { "cflags": [ "-fno-strict-aliasing", @@ -13682,4 +13597,4 @@ "type": "static_library" } } -} \ No newline at end of file +} diff --git a/media/webrtc/gn-configs/arm_False_arm_freebsd.json b/media/webrtc/gn-configs/arm_False_arm_freebsd.json index bd762f0ab264..2ce3392c4604 100644 --- a/media/webrtc/gn-configs/arm_False_arm_freebsd.json +++ b/media/webrtc/gn-configs/arm_False_arm_freebsd.json @@ -116,7 +116,6 @@ "//system_wrappers:metrics_default", "//system_wrappers:system_wrappers_default", "//video:video", - "//video_engine:video_engine", "//voice_engine:voice_engine" ], "include_dirs": [ @@ -15113,101 +15112,6 @@ ], "type": "static_library" }, - "//video_engine:video_engine": { - "cflags": [ - "-fno-strict-aliasing", - "--param=ssp-buffer-size=4", - "-fstack-protector", - "-Wno-builtin-macro-redefined", - "-D__DATE__=", - "-D__TIME__=", - "-D__TIMESTAMP__=", - "-funwind-tables", - "-fcolor-diagnostics", - "--target=arm-linux-gnueabihf", - "-march=armv7-a", - "-mfloat-abi=hard", - "-mtune=generic-armv7-a", - "-mfpu=neon", - "-mthumb", - "-Wall", - "-Werror", - "-Wextra", - "-Wno-missing-field-initializers", - "-Wno-unused-parameter", - "-Wno-c++11-narrowing", - "-Wno-covered-switch-default", - "-Wno-unneeded-internal-declaration", - "-Wno-inconsistent-missing-override", - "-Wno-undefined-var-template", - "-Wno-nonportable-include-path", - "-Wno-address-of-packed-member", - "-Wno-unused-lambda-capture", - "-Wno-user-defined-warnings", - "-O2", - "-fno-ident", - "-fdata-sections", - "-ffunction-sections", - "-fomit-frame-pointer", - "-g2", - "-fvisibility=hidden", - "-Xclang", - "-add-plugin", - "-Xclang", - "find-bad-constructs", - "-Xclang", - "-plugin-arg-find-bad-constructs", - "-Xclang", - "check-auto-raw-pointer", - "-Wheader-hygiene", - "-Wstring-conversion", - "-Wtautological-overlap-compare", - "-Wextra", - "-Wno-unused-parameter", - "-Wno-missing-field-initializers", - "-Wno-strict-overflow", - "-Wc++11-narrowing", - "-Wimplicit-fallthrough", - "-Wthread-safety", - "-Winconsistent-missing-override", - "-Wundef", - "-Wunused-lambda-capture" - ], - "defines": [ - "V8_DEPRECATION_WARNINGS", - "USE_X11=1", - "CHROMIUM_BUILD", - "_FILE_OFFSET_BITS=64", - "_FORTIFY_SOURCE=2", - "NDEBUG", - "NVALGRIND", - "DYNAMIC_ANNOTATIONS_ENABLED=0", - "WEBRTC_ENABLE_PROTOBUF=0", - "WEBRTC_RESTRICT_LOGGING", - "WEBRTC_ARCH_ARM", - "WEBRTC_ARCH_ARM_V7", - "WEBRTC_HAS_NEON", - "WEBRTC_MOZILLA_BUILD", - "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0", - "WEBRTC_POSIX", - "WEBRTC_BSD" - ], - "deps": [ - "//:webrtc_common" - ], - "include_dirs": [ - "/media/libyuv/libyuv/include/", - "//", - "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/" - ], - "libs": [], - "sources": [ - "//video_engine/browser_capture_impl.h", - "//video_engine/desktop_capture_impl.cc", - "//video_engine/desktop_capture_impl.h" - ], - "type": "static_library" - }, "//voice_engine:audio_level": { "cflags": [ "-fno-strict-aliasing", @@ -15445,4 +15349,4 @@ "type": "static_library" } } -} \ No newline at end of file +} diff --git a/media/webrtc/gn-configs/arm_False_arm_linux.json b/media/webrtc/gn-configs/arm_False_arm_linux.json index 0361b821ab23..359ddc00532f 100644 --- a/media/webrtc/gn-configs/arm_False_arm_linux.json +++ b/media/webrtc/gn-configs/arm_False_arm_linux.json @@ -127,7 +127,6 @@ "//system_wrappers:metrics_default", "//system_wrappers:system_wrappers_default", "//video:video", - "//video_engine:video_engine", "//voice_engine:voice_engine" ], "include_dirs": [ @@ -16687,112 +16686,6 @@ ], "type": "static_library" }, - "//video_engine:video_engine": { - "cflags": [ - "-fno-strict-aliasing", - "--param=ssp-buffer-size=4", - "-fstack-protector", - "-Wno-builtin-macro-redefined", - "-D__DATE__=", - "-D__TIME__=", - "-D__TIMESTAMP__=", - "-funwind-tables", - "-fPIC", - "-pipe", - "-fcolor-diagnostics", - "--target=arm-linux-gnueabihf", - "-march=armv7-a", - "-mfloat-abi=hard", - "-mtune=generic-armv7-a", - "-pthread", - "-mfpu=neon", - "-mthumb", - "-Wall", - "-Werror", - "-Wextra", - "-Wno-missing-field-initializers", - "-Wno-unused-parameter", - "-Wno-c++11-narrowing", - "-Wno-covered-switch-default", - "-Wno-unneeded-internal-declaration", - "-Wno-inconsistent-missing-override", - "-Wno-undefined-var-template", - "-Wno-nonportable-include-path", - "-Wno-address-of-packed-member", - "-Wno-unused-lambda-capture", - "-Wno-user-defined-warnings", - "-O2", - "-fno-ident", - "-fdata-sections", - "-ffunction-sections", - "-fomit-frame-pointer", - "-g0", - "-fvisibility=hidden", - "-Xclang", - "-load", - "-Xclang", - "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so", - "-Xclang", - "-add-plugin", - "-Xclang", - "find-bad-constructs", - "-Xclang", - "-plugin-arg-find-bad-constructs", - "-Xclang", - "check-auto-raw-pointer", - "-Xclang", - "-plugin-arg-find-bad-constructs", - "-Xclang", - "check-ipc", - "-Wheader-hygiene", - "-Wstring-conversion", - "-Wtautological-overlap-compare", - "-Wextra", - "-Wno-unused-parameter", - "-Wno-missing-field-initializers", - "-Wno-strict-overflow", - "-Wc++11-narrowing", - "-Wimplicit-fallthrough", - "-Wthread-safety", - "-Winconsistent-missing-override", - "-Wundef", - "-Wunused-lambda-capture" - ], - "defines": [ - "V8_DEPRECATION_WARNINGS", - "USE_NSS_CERTS=1", - "USE_X11=1", - "CHROMIUM_BUILD", - "_FILE_OFFSET_BITS=64", - "NDEBUG", - "NVALGRIND", - "DYNAMIC_ANNOTATIONS_ENABLED=0", - "WEBRTC_ENABLE_PROTOBUF=0", - "WEBRTC_RESTRICT_LOGGING", - "WEBRTC_ARCH_ARM", - "WEBRTC_ARCH_ARM_V7", - "WEBRTC_HAS_NEON", - "WEBRTC_MOZILLA_BUILD", - "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0", - "WEBRTC_POSIX", - "WEBRTC_LINUX" - ], - "deps": [ - "//:webrtc_common" - ], - "include_dirs": [ - "/media/libyuv/libyuv/include/", - "//", - "/home/jenkins/workspace/Firefox-default/label/armv7/firefox/obj-armv7l-unknown-linux-gnueabihf/media/webrtc/trunk/webrtc/gn-output/gen/" - ], - "libs": [], - "sources": [ - "//video_engine/browser_capture_impl.h", - "//video_engine/desktop_capture_impl.cc", - "//video_engine/desktop_capture_impl.h" - ], - "type": "static_library" - }, "//voice_engine:audio_level": { "cflags": [ "-fno-strict-aliasing", @@ -17049,4 +16942,4 @@ "type": "static_library" } } -} \ No newline at end of file +} diff --git a/media/webrtc/gn-configs/arm_False_arm_netbsd.json b/media/webrtc/gn-configs/arm_False_arm_netbsd.json index a058c046c80f..561498e51bd7 100644 --- a/media/webrtc/gn-configs/arm_False_arm_netbsd.json +++ b/media/webrtc/gn-configs/arm_False_arm_netbsd.json @@ -90,7 +90,6 @@ "//system_wrappers:metrics_default", "//system_wrappers:system_wrappers_default", "//video:video", - "//video_engine:video_engine", "//voice_engine:voice_engine" ], "include_dirs": [ @@ -11697,75 +11696,6 @@ ], "type": "static_library" }, - "//video_engine:video_engine": { - "cflags": [ - "-fno-strict-aliasing", - "--param=ssp-buffer-size=4", - "-fstack-protector", - "-Wno-builtin-macro-redefined", - "-D__DATE__=", - "-D__TIME__=", - "-D__TIMESTAMP__=", - "-funwind-tables", - "-march=armv7-a", - "-mfloat-abi=hard", - "-mtune=generic-armv7-a", - "-mfpu=neon", - "-mthumb", - "-Wall", - "-Werror", - "-Wno-psabi", - "-Wno-unused-local-typedefs", - "-Wno-maybe-uninitialized", - "-Wno-missing-field-initializers", - "-Wno-unused-parameter", - "-O2", - "-fno-ident", - "-fdata-sections", - "-ffunction-sections", - "-fomit-frame-pointer", - "-g2", - "-fvisibility=hidden", - "-Wextra", - "-Wno-unused-parameter", - "-Wno-missing-field-initializers", - "-Wno-strict-overflow" - ], - "defines": [ - "V8_DEPRECATION_WARNINGS", - "USE_X11=1", - "CHROMIUM_BUILD", - "_FILE_OFFSET_BITS=64", - "_FORTIFY_SOURCE=2", - "NDEBUG", - "NVALGRIND", - "DYNAMIC_ANNOTATIONS_ENABLED=0", - "WEBRTC_ENABLE_PROTOBUF=0", - "WEBRTC_RESTRICT_LOGGING", - "WEBRTC_ARCH_ARM", - "WEBRTC_ARCH_ARM_V7", - "WEBRTC_HAS_NEON", - "WEBRTC_MOZILLA_BUILD", - "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0", - "WEBRTC_POSIX", - "WEBRTC_BSD" - ], - "deps": [ - "//:webrtc_common" - ], - "include_dirs": [ - "/media/libyuv/libyuv/include/", - "//", - "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/" - ], - "libs": [], - "sources": [ - "//video_engine/browser_capture_impl.h", - "//video_engine/desktop_capture_impl.cc", - "//video_engine/desktop_capture_impl.h" - ], - "type": "static_library" - }, "//voice_engine:audio_level": { "cflags": [ "-fno-strict-aliasing", @@ -11959,4 +11889,4 @@ "type": "static_library" } } -} \ No newline at end of file +} diff --git a/media/webrtc/gn-configs/arm_False_arm_openbsd.json b/media/webrtc/gn-configs/arm_False_arm_openbsd.json index 306bd648e6ee..1e119969d403 100644 --- a/media/webrtc/gn-configs/arm_False_arm_openbsd.json +++ b/media/webrtc/gn-configs/arm_False_arm_openbsd.json @@ -116,7 +116,6 @@ "//system_wrappers:metrics_default", "//system_wrappers:system_wrappers_default", "//video:video", - "//video_engine:video_engine", "//voice_engine:voice_engine" ], "include_dirs": [ @@ -15113,101 +15112,6 @@ ], "type": "static_library" }, - "//video_engine:video_engine": { - "cflags": [ - "-fno-strict-aliasing", - "--param=ssp-buffer-size=4", - "-fstack-protector", - "-Wno-builtin-macro-redefined", - "-D__DATE__=", - "-D__TIME__=", - "-D__TIMESTAMP__=", - "-funwind-tables", - "-fcolor-diagnostics", - "--target=arm-linux-gnueabihf", - "-march=armv7-a", - "-mfloat-abi=hard", - "-mtune=generic-armv7-a", - "-mfpu=neon", - "-mthumb", - "-Wall", - "-Werror", - "-Wextra", - "-Wno-missing-field-initializers", - "-Wno-unused-parameter", - "-Wno-c++11-narrowing", - "-Wno-covered-switch-default", - "-Wno-unneeded-internal-declaration", - "-Wno-inconsistent-missing-override", - "-Wno-undefined-var-template", - "-Wno-nonportable-include-path", - "-Wno-address-of-packed-member", - "-Wno-unused-lambda-capture", - "-Wno-user-defined-warnings", - "-O2", - "-fno-ident", - "-fdata-sections", - "-ffunction-sections", - "-fomit-frame-pointer", - "-g2", - "-fvisibility=hidden", - "-Xclang", - "-add-plugin", - "-Xclang", - "find-bad-constructs", - "-Xclang", - "-plugin-arg-find-bad-constructs", - "-Xclang", - "check-auto-raw-pointer", - "-Wheader-hygiene", - "-Wstring-conversion", - "-Wtautological-overlap-compare", - "-Wextra", - "-Wno-unused-parameter", - "-Wno-missing-field-initializers", - "-Wno-strict-overflow", - "-Wc++11-narrowing", - "-Wimplicit-fallthrough", - "-Wthread-safety", - "-Winconsistent-missing-override", - "-Wundef", - "-Wunused-lambda-capture" - ], - "defines": [ - "V8_DEPRECATION_WARNINGS", - "USE_X11=1", - "CHROMIUM_BUILD", - "_FILE_OFFSET_BITS=64", - "_FORTIFY_SOURCE=2", - "NDEBUG", - "NVALGRIND", - "DYNAMIC_ANNOTATIONS_ENABLED=0", - "WEBRTC_ENABLE_PROTOBUF=0", - "WEBRTC_RESTRICT_LOGGING", - "WEBRTC_ARCH_ARM", - "WEBRTC_ARCH_ARM_V7", - "WEBRTC_HAS_NEON", - "WEBRTC_MOZILLA_BUILD", - "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0", - "WEBRTC_POSIX", - "WEBRTC_BSD" - ], - "deps": [ - "//:webrtc_common" - ], - "include_dirs": [ - "/media/libyuv/libyuv/include/", - "//", - "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/" - ], - "libs": [], - "sources": [ - "//video_engine/browser_capture_impl.h", - "//video_engine/desktop_capture_impl.cc", - "//video_engine/desktop_capture_impl.h" - ], - "type": "static_library" - }, "//voice_engine:audio_level": { "cflags": [ "-fno-strict-aliasing", @@ -15445,4 +15349,4 @@ "type": "static_library" } } -} \ No newline at end of file +} diff --git a/media/webrtc/gn-configs/arm_True_arm_freebsd.json b/media/webrtc/gn-configs/arm_True_arm_freebsd.json index 59249c17555f..fa4032b05bfd 100644 --- a/media/webrtc/gn-configs/arm_True_arm_freebsd.json +++ b/media/webrtc/gn-configs/arm_True_arm_freebsd.json @@ -111,7 +111,6 @@ "//system_wrappers:metrics_default", "//system_wrappers:system_wrappers_default", "//video:video", - "//video_engine:video_engine", "//voice_engine:voice_engine" ], "include_dirs": [ @@ -14403,96 +14402,6 @@ ], "type": "static_library" }, - "//video_engine:video_engine": { - "cflags": [ - "-fno-strict-aliasing", - "--param=ssp-buffer-size=4", - "-fstack-protector", - "-Wno-builtin-macro-redefined", - "-D__DATE__=", - "-D__TIME__=", - "-D__TIMESTAMP__=", - "-funwind-tables", - "-fcolor-diagnostics", - "--target=arm-linux-gnueabihf", - "-march=armv7-a", - "-mfloat-abi=hard", - "-mtune=generic-armv7-a", - "-mfpu=neon", - "-mthumb", - "-Wall", - "-Werror", - "-Wextra", - "-Wno-missing-field-initializers", - "-Wno-unused-parameter", - "-Wno-c++11-narrowing", - "-Wno-covered-switch-default", - "-Wno-unneeded-internal-declaration", - "-Wno-inconsistent-missing-override", - "-Wno-undefined-var-template", - "-Wno-nonportable-include-path", - "-Wno-address-of-packed-member", - "-Wno-unused-lambda-capture", - "-Wno-user-defined-warnings", - "-O0", - "-fno-omit-frame-pointer", - "-g2", - "-fvisibility=hidden", - "-Xclang", - "-add-plugin", - "-Xclang", - "find-bad-constructs", - "-Xclang", - "-plugin-arg-find-bad-constructs", - "-Xclang", - "check-auto-raw-pointer", - "-Wheader-hygiene", - "-Wstring-conversion", - "-Wtautological-overlap-compare", - "-Wextra", - "-Wno-unused-parameter", - "-Wno-missing-field-initializers", - "-Wno-strict-overflow", - "-Wc++11-narrowing", - "-Wimplicit-fallthrough", - "-Wthread-safety", - "-Winconsistent-missing-override", - "-Wundef", - "-Wunused-lambda-capture" - ], - "defines": [ - "V8_DEPRECATION_WARNINGS", - "USE_X11=1", - "CHROMIUM_BUILD", - "_FILE_OFFSET_BITS=64", - "DYNAMIC_ANNOTATIONS_ENABLED=1", - "WTF_USE_DYNAMIC_ANNOTATIONS=1", - "WEBRTC_ENABLE_PROTOBUF=0", - "WEBRTC_RESTRICT_LOGGING", - "WEBRTC_ARCH_ARM", - "WEBRTC_ARCH_ARM_V7", - "WEBRTC_HAS_NEON", - "WEBRTC_MOZILLA_BUILD", - "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0", - "WEBRTC_POSIX", - "WEBRTC_BSD" - ], - "deps": [ - "//:webrtc_common" - ], - "include_dirs": [ - "/media/libyuv/libyuv/include/", - "//", - "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/" - ], - "libs": [], - "sources": [ - "//video_engine/browser_capture_impl.h", - "//video_engine/desktop_capture_impl.cc", - "//video_engine/desktop_capture_impl.h" - ], - "type": "static_library" - }, "//voice_engine:audio_level": { "cflags": [ "-fno-strict-aliasing", @@ -14720,4 +14629,4 @@ "type": "static_library" } } -} \ No newline at end of file +} diff --git a/media/webrtc/gn-configs/arm_True_arm_linux.json b/media/webrtc/gn-configs/arm_True_arm_linux.json index 4c745644e087..f405dabb2ec8 100644 --- a/media/webrtc/gn-configs/arm_True_arm_linux.json +++ b/media/webrtc/gn-configs/arm_True_arm_linux.json @@ -124,7 +124,6 @@ "//system_wrappers:metrics_default", "//system_wrappers:system_wrappers_default", "//video:video", - "//video_engine:video_engine", "//voice_engine:voice_engine" ], "include_dirs": [ @@ -16258,109 +16257,6 @@ ], "type": "static_library" }, - "//video_engine:video_engine": { - "cflags": [ - "-fno-strict-aliasing", - "--param=ssp-buffer-size=4", - "-fstack-protector", - "-Wno-builtin-macro-redefined", - "-D__DATE__=", - "-D__TIME__=", - "-D__TIMESTAMP__=", - "-funwind-tables", - "-fPIC", - "-pipe", - "-fcolor-diagnostics", - "--target=arm-linux-gnueabihf", - "-march=armv7-a", - "-mfloat-abi=hard", - "-mtune=generic-armv7-a", - "-pthread", - "-mfpu=neon", - "-mthumb", - "-Wall", - "-Werror", - "-Wextra", - "-Wno-missing-field-initializers", - "-Wno-unused-parameter", - "-Wno-c++11-narrowing", - "-Wno-covered-switch-default", - "-Wno-unneeded-internal-declaration", - "-Wno-inconsistent-missing-override", - "-Wno-undefined-var-template", - "-Wno-nonportable-include-path", - "-Wno-address-of-packed-member", - "-Wno-unused-lambda-capture", - "-Wno-user-defined-warnings", - "-O0", - "-fno-omit-frame-pointer", - "-g2", - "-gsplit-dwarf", - "-fvisibility=hidden", - "-Xclang", - "-load", - "-Xclang", - "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so", - "-Xclang", - "-add-plugin", - "-Xclang", - "find-bad-constructs", - "-Xclang", - "-plugin-arg-find-bad-constructs", - "-Xclang", - "check-auto-raw-pointer", - "-Xclang", - "-plugin-arg-find-bad-constructs", - "-Xclang", - "check-ipc", - "-Wheader-hygiene", - "-Wstring-conversion", - "-Wtautological-overlap-compare", - "-Wextra", - "-Wno-unused-parameter", - "-Wno-missing-field-initializers", - "-Wno-strict-overflow", - "-Wc++11-narrowing", - "-Wimplicit-fallthrough", - "-Wthread-safety", - "-Winconsistent-missing-override", - "-Wundef", - "-Wunused-lambda-capture" - ], - "defines": [ - "V8_DEPRECATION_WARNINGS", - "USE_NSS_CERTS=1", - "USE_X11=1", - "CHROMIUM_BUILD", - "_FILE_OFFSET_BITS=64", - "DYNAMIC_ANNOTATIONS_ENABLED=1", - "WTF_USE_DYNAMIC_ANNOTATIONS=1", - "WEBRTC_ENABLE_PROTOBUF=0", - "WEBRTC_RESTRICT_LOGGING", - "WEBRTC_ARCH_ARM", - "WEBRTC_ARCH_ARM_V7", - "WEBRTC_HAS_NEON", - "WEBRTC_MOZILLA_BUILD", - "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0", - "WEBRTC_POSIX", - "WEBRTC_LINUX" - ], - "deps": [ - "//:webrtc_common" - ], - "include_dirs": [ - "/media/libyuv/libyuv/include/", - "//", - "/home/jenkins/workspace/Firefox-default/label/armv7/firefox/obj-armv7l-unknown-linux-gnueabihf/media/webrtc/trunk/webrtc/gn-output/gen/" - ], - "libs": [], - "sources": [ - "//video_engine/browser_capture_impl.h", - "//video_engine/desktop_capture_impl.cc", - "//video_engine/desktop_capture_impl.h" - ], - "type": "static_library" - }, "//voice_engine:audio_level": { "cflags": [ "-fno-strict-aliasing", @@ -16611,4 +16507,4 @@ "type": "static_library" } } -} \ No newline at end of file +} diff --git a/media/webrtc/gn-configs/arm_True_arm_netbsd.json b/media/webrtc/gn-configs/arm_True_arm_netbsd.json index 650515cc462d..e5d4490fbd4c 100644 --- a/media/webrtc/gn-configs/arm_True_arm_netbsd.json +++ b/media/webrtc/gn-configs/arm_True_arm_netbsd.json @@ -85,7 +85,6 @@ "//system_wrappers:metrics_default", "//system_wrappers:system_wrappers_default", "//video:video", - "//video_engine:video_engine", "//voice_engine:voice_engine" ], "include_dirs": [ @@ -10987,70 +10986,6 @@ ], "type": "static_library" }, - "//video_engine:video_engine": { - "cflags": [ - "-fno-strict-aliasing", - "--param=ssp-buffer-size=4", - "-fstack-protector", - "-Wno-builtin-macro-redefined", - "-D__DATE__=", - "-D__TIME__=", - "-D__TIMESTAMP__=", - "-funwind-tables", - "-march=armv7-a", - "-mfloat-abi=hard", - "-mtune=generic-armv7-a", - "-mfpu=neon", - "-mthumb", - "-Wall", - "-Werror", - "-Wno-psabi", - "-Wno-unused-local-typedefs", - "-Wno-maybe-uninitialized", - "-Wno-missing-field-initializers", - "-Wno-unused-parameter", - "-O0", - "-fno-omit-frame-pointer", - "-g2", - "-fvisibility=hidden", - "-Wextra", - "-Wno-unused-parameter", - "-Wno-missing-field-initializers", - "-Wno-strict-overflow" - ], - "defines": [ - "V8_DEPRECATION_WARNINGS", - "USE_X11=1", - "CHROMIUM_BUILD", - "_FILE_OFFSET_BITS=64", - "DYNAMIC_ANNOTATIONS_ENABLED=1", - "WTF_USE_DYNAMIC_ANNOTATIONS=1", - "WEBRTC_ENABLE_PROTOBUF=0", - "WEBRTC_RESTRICT_LOGGING", - "WEBRTC_ARCH_ARM", - "WEBRTC_ARCH_ARM_V7", - "WEBRTC_HAS_NEON", - "WEBRTC_MOZILLA_BUILD", - "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0", - "WEBRTC_POSIX", - "WEBRTC_BSD" - ], - "deps": [ - "//:webrtc_common" - ], - "include_dirs": [ - "/media/libyuv/libyuv/include/", - "//", - "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/" - ], - "libs": [], - "sources": [ - "//video_engine/browser_capture_impl.h", - "//video_engine/desktop_capture_impl.cc", - "//video_engine/desktop_capture_impl.h" - ], - "type": "static_library" - }, "//voice_engine:audio_level": { "cflags": [ "-fno-strict-aliasing", @@ -11234,4 +11169,4 @@ "type": "static_library" } } -} \ No newline at end of file +} diff --git a/media/webrtc/gn-configs/arm_True_arm_openbsd.json b/media/webrtc/gn-configs/arm_True_arm_openbsd.json index c436a24c74d0..8a5d44426072 100644 --- a/media/webrtc/gn-configs/arm_True_arm_openbsd.json +++ b/media/webrtc/gn-configs/arm_True_arm_openbsd.json @@ -111,7 +111,6 @@ "//system_wrappers:metrics_default", "//system_wrappers:system_wrappers_default", "//video:video", - "//video_engine:video_engine", "//voice_engine:voice_engine" ], "include_dirs": [ @@ -14403,96 +14402,6 @@ ], "type": "static_library" }, - "//video_engine:video_engine": { - "cflags": [ - "-fno-strict-aliasing", - "--param=ssp-buffer-size=4", - "-fstack-protector", - "-Wno-builtin-macro-redefined", - "-D__DATE__=", - "-D__TIME__=", - "-D__TIMESTAMP__=", - "-funwind-tables", - "-fcolor-diagnostics", - "--target=arm-linux-gnueabihf", - "-march=armv7-a", - "-mfloat-abi=hard", - "-mtune=generic-armv7-a", - "-mfpu=neon", - "-mthumb", - "-Wall", - "-Werror", - "-Wextra", - "-Wno-missing-field-initializers", - "-Wno-unused-parameter", - "-Wno-c++11-narrowing", - "-Wno-covered-switch-default", - "-Wno-unneeded-internal-declaration", - "-Wno-inconsistent-missing-override", - "-Wno-undefined-var-template", - "-Wno-nonportable-include-path", - "-Wno-address-of-packed-member", - "-Wno-unused-lambda-capture", - "-Wno-user-defined-warnings", - "-O0", - "-fno-omit-frame-pointer", - "-g2", - "-fvisibility=hidden", - "-Xclang", - "-add-plugin", - "-Xclang", - "find-bad-constructs", - "-Xclang", - "-plugin-arg-find-bad-constructs", - "-Xclang", - "check-auto-raw-pointer", - "-Wheader-hygiene", - "-Wstring-conversion", - "-Wtautological-overlap-compare", - "-Wextra", - "-Wno-unused-parameter", - "-Wno-missing-field-initializers", - "-Wno-strict-overflow", - "-Wc++11-narrowing", - "-Wimplicit-fallthrough", - "-Wthread-safety", - "-Winconsistent-missing-override", - "-Wundef", - "-Wunused-lambda-capture" - ], - "defines": [ - "V8_DEPRECATION_WARNINGS", - "USE_X11=1", - "CHROMIUM_BUILD", - "_FILE_OFFSET_BITS=64", - "DYNAMIC_ANNOTATIONS_ENABLED=1", - "WTF_USE_DYNAMIC_ANNOTATIONS=1", - "WEBRTC_ENABLE_PROTOBUF=0", - "WEBRTC_RESTRICT_LOGGING", - "WEBRTC_ARCH_ARM", - "WEBRTC_ARCH_ARM_V7", - "WEBRTC_HAS_NEON", - "WEBRTC_MOZILLA_BUILD", - "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0", - "WEBRTC_POSIX", - "WEBRTC_BSD" - ], - "deps": [ - "//:webrtc_common" - ], - "include_dirs": [ - "/media/libyuv/libyuv/include/", - "//", - "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/" - ], - "libs": [], - "sources": [ - "//video_engine/browser_capture_impl.h", - "//video_engine/desktop_capture_impl.cc", - "//video_engine/desktop_capture_impl.h" - ], - "type": "static_library" - }, "//voice_engine:audio_level": { "cflags": [ "-fno-strict-aliasing", @@ -14720,4 +14629,4 @@ "type": "static_library" } } -} \ No newline at end of file +}