mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
Bug 1748017 - remove source filter section to match upstream. r=bwc
This allows generating libwebrtc build files for OpenBSD and does _not_ change the current build output on the other supported platforms. Differential Revision: https://phabricator.services.mozilla.com/D134881
This commit is contained in:
parent
c94d74678b
commit
056d4fe039
@ -297,19 +297,6 @@ is_win = current_os == "win" || current_os == "winuwp"
|
||||
is_apple = is_ios || is_mac
|
||||
is_posix = !is_win && !is_fuchsia
|
||||
|
||||
# =============================================================================
|
||||
# SOURCES FILTERS
|
||||
# =============================================================================
|
||||
#
|
||||
# Compatibility to allow incremental migration of BUILD.gn files away from
|
||||
# depending on global call of set_sources_assignment_filter. Will be removed
|
||||
# when all files that depend on the assignment have been converted to import
|
||||
# the file directly. See https://crbug.com/1018739#c69.
|
||||
|
||||
import("//build/config/deprecated_default_sources_assignment_filter.gni")
|
||||
sources_assignment_filter = deprecated_default_sources_assignment_filter
|
||||
set_sources_assignment_filter(sources_assignment_filter)
|
||||
|
||||
# =============================================================================
|
||||
# TARGET DEFAULTS
|
||||
# =============================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user