build: Remove no-op calls to set_sources_assignment_filter
Chromiun no longer use set_sources_assignment_filter() anywhere in the build, so these are no longer needed. Bug: chromium:1018739 Change-Id: I0e460922947430ed357838ff4196516d19c382a5 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/323636 Commit-Queue: Mike Klein <mtklein@google.com> Reviewed-by: Mike Klein <mtklein@google.com>
This commit is contained in:
parent
8ade5e8aa6
commit
8d921a16f8
10
BUILD.gn
10
BUILD.gn
@ -1184,11 +1184,6 @@ component("skia") {
|
|||||||
":xml",
|
":xml",
|
||||||
]
|
]
|
||||||
|
|
||||||
# This file (and all GN files in Skia) are designed to work with an
|
|
||||||
# empty sources assignment filter; we handle all that explicitly.
|
|
||||||
# We clear the filter here for clients who may have set up a global filter.
|
|
||||||
set_sources_assignment_filter([])
|
|
||||||
|
|
||||||
public = skia_core_public
|
public = skia_core_public
|
||||||
public += skia_utils_public
|
public += skia_utils_public
|
||||||
public += skia_effects_public
|
public += skia_effects_public
|
||||||
@ -1351,11 +1346,6 @@ static_library("pathkit") {
|
|||||||
":ssse3",
|
":ssse3",
|
||||||
]
|
]
|
||||||
|
|
||||||
# This file (and all GN files in Skia) are designed to work with an
|
|
||||||
# empty sources assignment filter; we handle all that explicitly.
|
|
||||||
# We clear the filter here for clients who may have set up a global filter.
|
|
||||||
set_sources_assignment_filter([])
|
|
||||||
|
|
||||||
sources = []
|
sources = []
|
||||||
sources += skia_pathops_sources
|
sources += skia_pathops_sources
|
||||||
sources += skia_pathops_public
|
sources += skia_pathops_public
|
||||||
|
Loading…
Reference in New Issue
Block a user