Clean up public.bzl after G3-side CL.
One more tiny G3 CL after this... BUG=skia: NOTRY=true GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2847 Change-Id: Id237ca3853614c2b9b68eb0a679f6e64b3e95983 Reviewed-on: https://skia-review.googlesource.com/2847 Reviewed-by: Ben Wagner <benjaminwagner@google.com> Commit-Queue: Mike Klein <mtklein@chromium.org>
This commit is contained in:
parent
c68d4aa4ea
commit
c8deb02334
11
public.bzl
11
public.bzl
@ -287,7 +287,7 @@ BASE_SRCS_IOS = struct(
|
||||
)
|
||||
|
||||
################################################################################
|
||||
## SSSE3/SSE4/AVX/AVX2 SRCS
|
||||
## SSSE3/SSE4/AVX/HSW SRCS
|
||||
################################################################################
|
||||
|
||||
SSSE3_SRCS = struct(
|
||||
@ -316,13 +316,6 @@ HSW_SRCS = struct(
|
||||
],
|
||||
)
|
||||
|
||||
# TODO: clean up after updating BUILD.
|
||||
AVX2_SRCS = struct(
|
||||
include = [
|
||||
"src/opts/*_hsw.cpp",
|
||||
],
|
||||
)
|
||||
|
||||
################################################################################
|
||||
## BASE_HDRS
|
||||
################################################################################
|
||||
@ -348,7 +341,7 @@ BASE_DEPS_UNIX = [
|
||||
":opts_ssse3",
|
||||
":opts_sse4",
|
||||
":opts_avx",
|
||||
":opts_avx2",
|
||||
":opts_hsw",
|
||||
]
|
||||
|
||||
BASE_DEPS_ANDROID = []
|
||||
|
Loading…
Reference in New Issue
Block a user